A Zola theme.
Add the theme as a git submodule
git submodule add --name seagull https://git.42l.fr/HugoTrentesaux/seagull.git themes/seagull
Enable the theme in your config.toml
theme = "seagull"
Add a _variables.sass
file in a sass
folder
mkdir sass
touch sass/_variables.sass
Add a _index.md
file in your content
folder.
Features can be seen on the demo website: https://seagull.coinduf.eu/.
You can customize the theme with the /sass/_variables.sass
file.
I'll provide support on demand on Zola forum if you tag @HugoTrentesaux
Because of the hack used to allow theme customization, before building seagull website itself, you need to create an empty file
mkdir ../../sass
touch ../../sass/_variables.sass