A super concise theme for Hugo
Find a file
2018-01-31 22:14:48 +08:00
archetypes feat: config mathjax to use $...$ for in-line math mode (#22) 2018-01-15 22:22:14 +08:00
exampleSite refactor: remove deprecated bootcdn param 2018-01-31 22:14:48 +08:00
i18n refactor: i18n 2018-01-31 22:07:50 +08:00
images docs: add showcase image, change default qrcode image 2017-09-13 00:25:59 +08:00
layouts refactor: remove deprecated bootcdn param 2018-01-31 22:14:48 +08:00
src fix: error when heading contains link (#20) 2018-01-13 20:34:14 +08:00
static refactor: default favicon 2018-01-31 22:00:51 +08:00
.gitignore 🎉 first commit 2017-08-27 22:38:42 +08:00
LICENSE.md 🎉 first commit 2017-08-27 22:38:42 +08:00
README-zh.md docs: don't forget copy the config.toml 2018-01-24 00:48:55 +08:00
README.md docs: don't forget copy the config.toml 2018-01-24 00:48:55 +08:00
theme.toml docs: update theme doc 2017-08-31 23:14:25 +08:00

hugo-theme-even

A super concise theme for Hugo

It's a port of the hexo-theme-even

Demo | 中文说明

Screenshots

even-showcase

Feature

  • Responsive
  • Fancybox
  • Config license for content
  • highlight.js
  • Custom theme color
  • mathjax

Installation

$ git clone https://github.com/olOwOlo/hugo-theme-even themes/even

Important: Take a look inside the exampleSite folder of this theme. You'll find a file called config.toml. To use it, copy the config.toml in the root folder of your Hugo site. Feel free to change it.

Configuration

  • favicon.ico: Just put your favicon.ico under the /static directory if you want to change the default favicon.ico.

  • Front matter: Copy the default.md file from the archetypes directory to your archetypes.

  • Language: Language files are under /themes/even/data/even/ directory. Create a new directory even under your data directory and copy the default.toml to your /data/even/, and then you can change it if you want.

  • Theme color: Default | Mint Green | Cobalt Blue | Hot Pink | Dark Violet

    You can config it by changing the $theme-color-config value in /src/css/_variable.scss.

Build

if you change any file under /src/, you need to rebuild.

cd ./themes/even/src/
npm install
npm run build

License

Released under the MIT License.

Acknowledgements