This is my working fork of the hugo-even-theme. My focus was to remove all of the, undesirable, JavaScript including external dependencies that added little to no useful functionality to the site.
The theme utilizes Sass to build the CSS for the site. The Makefile in this repository utilizes a C-wrapper called sassc.
Make Target | Description |
---|---|
make |
Runs the default tarket, which is to build the style.css files |
make clean |
Cleans the setup (rm 's the style.css file') |