Homepage not Showing Problem
The solution for fixing the homepage not showing index.md.
Problem
When initialized a new blog, under source/index.md is exist for homepage, but the homepage still shows a list of posts.
Solution
There are two npm plugins that need to install:
1 |
|
Note that to make sure hexo-generator-index is not installed at the same time.
Homepage not Showing Problem