A super concise theme for Hugo
It's a port of the hexo-theme-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
/staticdirectory if you want to change the default favicon.ico. -
Front matter: Copy the
default.mdfile from thearchetypesdirectory to yourarchetypes. -
Language: Language files are under
/themes/even/data/even/directory. Create a new directoryevenunder yourdatadirectory and copy thedefault.tomlto 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-configvalue in/src/css/_variable.scss.
Build
if you change any file under /src/, you need to rebuild.
cd ./themes/even/src/
npm install
npm startLicense
Released under the MIT License.
