Skip to content

donbonifacio/hugo-theme-even

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 26 commits ahead, 118 commits behind olOwOlo:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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

About

πŸš€ A super concise theme for Hugo https://blog.olowolo.com/example-site/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 49.2%
  • HTML 38.2%
  • JavaScript 8.2%
  • XSLT 4.4%