You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pages don't seem to be generating properly when your theme is enabled. This is the error message I get:
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
This is what is in the page:
title: about
date: 2013-06-03 21:26:30
---
hey!
If I add layout: false hexo will generate:
<p>hey!</p>
Any idea why pages won't generate properly with pithiness html/css?
The text was updated successfully, but these errors were encountered:
Hello! Thanks for the great theme.
Pages don't seem to be generating properly when your theme is enabled. This is the error message I get:
This is what is in the page:
If I add layout: false hexo will generate:
Any idea why pages won't generate properly with pithiness html/css?
The text was updated successfully, but these errors were encountered: