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.
- Easily configurable colors using vanilla CSS variables:
:root {
--dark-color: #000000;
--light-color: #EEEEEE;
--accent-color: #24B8A0;
--bg-color: #1d1f21;
}