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:

Command to Run
1
2
3
$ npm install hexo-generator-page --save

$ npm install timsort --save

Note that to make sure hexo-generator-index is not installed at the same time.

Author

Haoxiang Zhang

Posted on

08-24-2024

Updated on

08-24-2024

Licensed under