Skip to content

wfondrie/hugo-marmot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugo Marmot

A minimal, monospace theme for Hugo.

Marmot is a Hugo theme written by Will Fondrie, because he didn't like the maintenance burden of his former theme. Thus, he started from Yihui Xie's XMin Hugo theme and build his own. It was also inspired by Radek's Terminal Hugo theme.

Features

  • Easily configurable colors using vanilla CSS variables:
:root {
    --dark-color: #000000;
    --light-color: #EEEEEE;
    --accent-color: #24B8A0;
    --bg-color: #1d1f21;
}
  • Support for code highlighting using Prism.js.
  • Support for mathematical expressions using MathJax.

About

A minimalist, monospace Hugo theme.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published