A minimalist theme for Hexo based on the Apollo theme.
The original Apollo theme didn't appear to work with the latest version of Hexo renderer libraries since Jade is now Pug.
npm install --save hexo-renderer-pug hexo-generator-feed hexo-generator-sitemap
git clone https://github.com/Dreyer/hexo-theme-artemis.git themes/artemis
Modify theme
setting in _config.yml
to artemis
.
You can override the theme options using theme_config
in the main _config.yml
:
theme: artemis
theme_config:
logo:
google_analytics: UA-12345678-9
copyright:
since: 2016
name: John Doe
url: https://www.example.org/john-doe
menu:
Home: /
About: /about
GitHub: https://github.com/Dreyer
RSS: /atom.xml
cd themes/artemis
git pull
Test with the latest versions of the following:
Library | Min. Version |
---|---|
Hexo | 3.3.x |
Grunt | 1.0.x |
Sass | 3.4.x |
Pug | 2.0.x |
Note: The Pug dependency is used to render the .pug
templates in the layout
directory when you run hexo generate
.
This theme is largely based on the efforts of Sean Sun.
According to classical Greek mythology, Artemis is the twin sister of Apollo and as this theme is virtually identical to hexo-theme-apollo, it seemed apt.
Icons are from IconNinja.
MIT