1.4 KiB
+++ title = "Seagull" description = "A Zola theme." template = "theme.html" date = 2024-09-02T05:58:27Z
[extra] created = 2024-09-02T05:58:27Z updated = 2024-09-02T05:58:27Z repository = "https://git.42l.fr/HugoTrentesaux/seagull.git" homepage = "https://git.42l.fr/HugoTrentesaux/seagull" minimum_version = "0.17.0" license = "AGPL" demo = "https://seagull.coinduf.eu/"
[extra.author] name = "Hugo Trentesaux" homepage = "https://trentesaux.fr/" +++
Seagull
A Zola theme.
Installation
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
Features can be seen on the demo website: https://seagull.coinduf.eu/.
You can customize the theme with the /sass/_variables.sass
file.
Support
I'll provide support on demand on Zola forum if you tag @HugoTrentesaux
Build website
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