Skip to content

Quisquilis/hexo-theme-mono

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 54.7%
  • HTML 45.3%