hexojs / hexo

A fast, simple & powerful blog framework, powered by Node.js.
https://hexo.io
MIT License
39.22k stars 4.82k forks source link

Static home page #654

Closed panzhangwang closed 10 years ago

panzhangwang commented 10 years ago

I need setup a static home page for my blog. Any help will be appreciated.

tommy351 commented 10 years ago
  1. Disable home generator in _config.yml.

    exclude_generator:
    - home
  2. Add index.html to source folder.
  3. That's it. You can see this repository for example.
panzhangwang commented 10 years ago

Thanks for the quick response. Hexo is awesome!

Ehesp commented 9 years ago

Does the theme have to support this? Trying the above with http://blog.zhangruipeng.me/hexo-theme-hueman/ just shows the default still.