refparo / hexo-theme-mono

My monochrome blog theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hexo-theme-mono

A minimalist Hexo theme

The design is borrowed from hexo-theme-icalm.

中文文档

Preview

demo

Live demo:

Browser Support

Support: Edge 16+, Firefox ESR+, Chrome 49+, Safari 10+, Opera 36+.

Doesn't support any version of IE.

Besides, the theme requires node version to be >= 5.0.0.

Installation

$ npm i --save hexo-renderer-jade
$ git submodule add https://github.com/problem233/hexo-theme-mono.git themes/mono

Updadte:

$ git submodule update --remote

Customize

To customize config, copy _config.yml to <site root dir>/source/_data/mono.yml, then edit it.

To customize style, edit <site root dir>/source/css/custom.css. If you need to overwrite theme's default, don't forget to add !important.

Example: the source of my blog

Add tags page

Add a file <site root dir>/source/tags/index.md with following content:

---
title: Tags
layout: tags
---

License

WTFPL

About

My monochrome blog theme

License:Do What The F*ck You Want To Public License


Languages

Language:CSS 54.7%Language:HTML 45.3%