This fork uses Pug instead of the Jade templating engine.
The project no longer accepts new features or pull request, for all creative ideas please create a fork.
hexo init Blog
cd Blog
npm install
npm install --save hexo-render-pug hexo-generator-feed hexo-generator-sitemap hexo-browsersync hexo-generator-archive
git clone https://github.com/plck/hexo-theme-apollo.git themes/apollo
Modify the theme
configuration item for _config.yml
to apollo
:
theme: apollo
# To show all articles on the archive page
# you need to install the hexo-generator-archive plug-in support
archive_generator:
per_page: 0
yearly: false
monthly: false
daily: false
cd themes/apollo
git pull
MIT