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
I use swig to write my theme, but I cannot get correct result when I use 'hexo g'. However, I get what I wanna when I use 'hexo s'.
It's obvious there is something bad in compiling and generating 'public' folder, while 'hexo s' works well.
How Can I solve it?
For feature request
The text was updated successfully, but these errors were encountered:
Environment Info
Node version(
node -v
):v8.9.0
Your site
_config.yml
(Optional):https://github.com/AlbertXiao1994/albertxiao1994.github.io/blob/hexo/_config.yml
Your theme
_config.yml
(Optional):https://github.com/AlbertXiao1994/albertxiao1994.github.io/blob/hexo/themes/memory/_config.yml
Hexo and Plugin version(
npm ls --depth 0
):[email protected] D:\Github\blog
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- UNMET DEPENDENCY hexo-generator-searchdb@^1.0.8
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
`-- [email protected]
npm ERR! missing: hexo-generator-searchdb@^1.0.8, required by [email protected]
npm ERR! missing: [email protected], required by [email protected]
npm ERR! missing: [email protected], required by [email protected]
npm ERR! missing: [email protected], required by [email protected]
npm ERR! missing: [email protected], required by [email protected]
npm ERR! missing: [email protected], required by [email protected]
npm ERR! missing: [email protected], required by [email protected]
npm ERR! missing: [email protected], required by [email protected]
npm ERR! missing: [email protected], required by [email protected]
npm ERR! missing: [email protected], required by [email protected]
npm ERR! missing: [email protected], required by [email protected]
For BUG
For question
I use swig to write my theme, but I cannot get correct result when I use 'hexo g'. However, I get what I wanna when I use 'hexo s'.
It's obvious there is something bad in compiling and generating 'public' folder, while 'hexo s' works well.
How Can I solve it?
For feature request
The text was updated successfully, but these errors were encountered: