/hexo-theme-apollo

A clean and elegant hexo theme.

Primary LanguageCSSMIT LicenseMIT

Changes

This fork uses Pug instead of the Jade templating engine.

hexo-theme-apollo

Documentation

Contribution

The project no longer accepts new features or pull request, for all creative ideas please create a fork.

Installation

asciicast

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

Configuration

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

Update

cd themes/apollo
git pull

License

MIT