Termeul is a Hugo theme that is greatly inspired by Risotto. It was made for my personal website Eulenbude.
Termeul was designed with the minimal requirements for my personal website in mind. This theme is missing a lot of features that you might be used to from other themes. However if all you want is a dead simple theme with no fluff, then Termeul might be for you.
Add this repository to the theme directory of your website, either as a submodule or by cloning it directly. Either of these two lines will work.
git submodule add https://github.com/JoogsWasTaken/termeul.git themes/termeul
git clone https://github.com/JoogsWasTaken/termeul.git themes/termeul
Then add this theme to your hugo.toml.
theme = 'termeul'As mentioned, Termeul comes with very little fluff out of the box.
It is recommended that you disable the default taxonomies in your hugo.toml and enable the parsing of raw HTML tags in Hugo's default Markdown renderer like so.
disableKinds = ['taxonomy', 'term']
[markup.goldmark.renderer]
unsafe = trueSee the example configuration for reference.
I personally use RealFaviconGenerator for my own projects and I configured Termeul to work with its output.
Simply place the contents of the generated archive in the static/ directory.
You can add custom stylesheets and scripts by creating files in your static directory.
Termeul will automatically include static/css/custom.css and static/js/custom.js if present.
MIT.
