Closed pshdev1030 closed 2 years ago
What did you put under your scaffolds
folders?
What did you put under your
scaffolds
folders? There are three files inscaffolds
folders
./scaffolds/draft
---
title: {{ title }}
tags:
---
./scaffolds/draft
---
title: { { title } }
date: { { date } }
toc: true
---
./scaffolds/post
I revised it for temporary use.
before
---
title: { { title } }
date: { { date } }
toc: true
---
after
---
title: ""
date: 2021-11-26 17:15:02
tags: []
category: ""
description:
toc: true
---
Thank you for the comments!
{ { title } } should be {{ title }}
thank you!
Check List
Please check followings before submitting a new issue.
hexo version
to check)Expected behavior
If I make new post to using
hexo new post "title"
, The expected result isActual behavior
But the actual result is
How to reproduce?
Is the problem still there under "Safe mode"?
Yes
Environment & Settings
Node.js & npm version(
node -v && npm -v
)Your site
_config.yml
(Optional)Your theme
_config.yml
(Optional)Hexo and Plugin version(
npm ls --depth 0
)Your package.json
package.json
Others
This error is occured after 21.12.02. I install 2 plugin at 21.12.02. That is
hexo-all-minifier
andhexo-filter-cleanup
and There are any Changes.The same problem continues to occur even if i delete the plugin and proceed.
How can i solve this error? I have modified the source code of the blog to public. https://github.com/pshdev1030/hexo
Thank you!