/hexo-theme-hux

Primary LanguageHTMLApache License 2.0Apache-2.0

#Hexo-Theme-Hux

  • Ported Theme of Hux Blog, Thank Huxpro for designing such a flawless theme.

Start

  1. clone to your-hexo-dir/theme/
  2. edit your-hexo-dir/theme/hexo-theme-hux/_config.yml

write posts

you can use $ hexo new [layout] <title> to create new post.

The front-matter of a post looks like that:

---
title: FirstPost
subtitle: Hello world
date: 2016-06-01 23:39:02
header-img: "post-bg.jpg"
header-img-color: 1
tags:
    - javascript
---

if header-img-color set to 0, then you should use a pic as header-img with dark background. Like this

if header-img-color set to 1, then you should use a pic as header-img with light background. And the font color automatic change to black. Like this

other things

Sidebar? Keynote Layout? Analytics?... Please check huxpro.github.io