Index page is empty #5589
-
I started a new Hexo project. The generated index.html page is empty in the public folder, and I don't know why. The source/index.ejs is:
and /themes/dbschema/layout/index.ejs
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The content in |
Beta Was this translation helpful? Give feedback.
The content in
layout/index.ejs
is generated by thehexo-generator-index
plugin, rather than being directly read fromsource/index.ejs
. If you don't need to generate dynamic content, you can directly useindex.md
to write the content for the homepage (and uninstall thehexo-generator-index
plugin as well).