All Projects → Dreyer → hexo-theme-artemis

Dreyer / hexo-theme-artemis

Licence: MIT license
A minimalist Hexo theme inspired by pinggod/hexo-theme-apollo

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hexo-theme-artemis

Hexo Theme Geek
一个符合极客精神主义极简的 Hexo 主题
Stars: ✭ 251 (+392.16%)
Mutual labels:  hexo, hexo-theme
Lap
a hexo theme
Stars: ✭ 18 (-64.71%)
Mutual labels:  hexo, hexo-theme
hexo-theme-quark
a simple hexo theme https://pcrab.xyz
Stars: ✭ 34 (-33.33%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Cafe
精简的Hexo博客主题,样式风格如阮一峰老师博客
Stars: ✭ 215 (+321.57%)
Mutual labels:  hexo, hexo-theme
hexo-theme-minima
An undoubtedly simple and lightweight dark/light theme for Hexo.js
Stars: ✭ 161 (+215.69%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Fluid
🌊 一款 Material Design 风格的 Hexo 主题 / An elegant Material-Design theme for Hexo
Stars: ✭ 3,700 (+7154.9%)
Mutual labels:  hexo, hexo-theme
hexo-theme-chiangmai
A theme of Hexo Inspired by Chiang-Mai City 🇹🇭
Stars: ✭ 32 (-37.25%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Hipaper
A fashional newspaper theme for Hexo.
Stars: ✭ 204 (+300%)
Mutual labels:  hexo, hexo-theme
hexo-theme-amber
🎉 A bootstrap blog theme for hexo
Stars: ✭ 47 (-7.84%)
Mutual labels:  hexo, hexo-theme
hexo-theme-kaze
⛵ A responsive, modern Hexo theme
Stars: ✭ 172 (+237.25%)
Mutual labels:  hexo, hexo-theme
hexo-theme-miracle
🎉 A clean and lightweight single-column theme for Hexo.
Stars: ✭ 50 (-1.96%)
Mutual labels:  hexo, hexo-theme
frame
Frame is a minimal, elegant hexo theme.
Stars: ✭ 50 (-1.96%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Nlvi
🎨A simple theme for hexo.
Stars: ✭ 213 (+317.65%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Daily
A simple theme for Hexo
Stars: ✭ 246 (+382.35%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Hiero
An awesome magazine, blog theme for your Hexo site.
Stars: ✭ 209 (+309.8%)
Mutual labels:  hexo, hexo-theme
hexo-theme-sungod
一款定制化的Hexo博客主题
Stars: ✭ 470 (+821.57%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Pln
📝 Plain theme for Hexo.
Stars: ✭ 186 (+264.71%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Ochuunn
A simple green super hexo theme.
Stars: ✭ 202 (+296.08%)
Mutual labels:  hexo, hexo-theme
hexo-theme-mip
Hexo MIP 模板
Stars: ✭ 15 (-70.59%)
Mutual labels:  hexo, hexo-theme
Hexo-Theme-MengD
A simple, lightweight Hexo theme(支持:pjax、discuss、twikoo、waline、valine评论)
Stars: ✭ 69 (+35.29%)
Mutual labels:  hexo, hexo-theme

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].