-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
hexo new page #196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you post the file content? |
Sure thing. source/about/index.md only has the following in it:
|
Just realized problem lies in the theme I'm working with. Thanks for stopping by, at least! |
This was referenced Dec 6, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After trying to generate and deploy a page I created through hexo I received this error code:
hexo new page about
File created at /source/about/index.md
hexo deploy --generate
Loading.
/usr/lib/node_modules/hexo/lib/plugins/console/generate.js:79
if (err) throw new Error('Generate error: ' + i);
^
Error: Generate error: about/index.html
at /usr/lib/node_modules/hexo/lib/plugins/console/generate.js:79:28
at /usr/lib/node_modules/hexo/lib/render.js:120:25
at Object.store.renderer.(anonymous function) as ejs
at /usr/lib/node_modules/hexo/lib/render.js:119:20
at fn (/usr/lib/node_modules/hexo/node_modules/async/lib/async.js:576:34)
at Object._onImmediate (/usr/lib/node_modules/hexo/node_modules/async/lib/async.js:492:34)
at processImmediate as _immediateCallback
Not sure how to correct this. I haven't seen hexo blogs with links to pages other than archives, rss and outgoing links. Are pages not rendering properly yet or is this some sort of error on my part?
Please advise.
The text was updated successfully, but these errors were encountered: