2014-10-30 How to Add New Home Page in Hexo From https://github.com/hexojs/hexo/issues/654 In _config.yml, input following to disable default home page: 12exclude_generator:- home //You need to add space between '-' and 'home' to avoid error Add your own index.html to source folder.