A super concise theme for Hugo
Find a file
olOwOlo d60bfcc49a
feat: MathJax config message option
eliminate all messages in the lower left-hand corner
2017-09-10 21:20:56 +08:00
archetypes refactor: copyright -> contentCopyright 2017-08-30 22:32:17 +08:00
data/even fix: english typo (#1) 2017-09-05 22:54:11 +08:00
exampleSite refactor: move theme version param to template 2017-09-06 01:13:02 +08:00
images docs: create an example site 2017-08-31 22:50:37 +08:00
layouts feat: MathJax config message option 2017-09-10 21:20:56 +08:00
src fix: margin of post summary 2017-09-10 21:17:26 +08:00
static fix: margin of post summary 2017-09-10 21:17:26 +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
package.json 🎉 first commit 2017-08-27 22:38:42 +08:00
README-zh.md docs: update theme doc 2017-08-31 23:14:25 +08:00
README.md docs: update theme doc 2017-08-31 23:14:25 +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-screenshots

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

Configuration

Copy the config.toml file from the exampleSite directory to your site directory and change it.

More 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 change 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 start

License

Released under the MIT License.

Acknowledgements