ianyh / hexo-theme-artemis

A minimalist Hexo theme inspired by pinggod/hexo-theme-apollo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artemis

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.

Preview | Screenshot

Installation

Install

npm install --save hexo-renderer-pug hexo-generator-feed hexo-generator-sitemap
git clone https://github.com/Dreyer/hexo-theme-artemis.git themes/artemis

Enable

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

Update

cd themes/artemis
git pull

Requirements

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.

Credits

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.

License

MIT

About

A minimalist Hexo theme inspired by pinggod/hexo-theme-apollo

License:MIT License


Languages

Language:CSS 61.0%Language:HTML 34.5%Language:JavaScript 4.5%