zola/docs/content/themes/seagull/index.md
Vincent Prouillet 9ae7d15139
Update themes gallery (#2279)
Co-authored-by: GitHub Action <action@github.com>
2023-08-21 17:31:33 +02:00

1.4 KiB

+++ title = "Seagull" description = "A Zola theme." template = "theme.html" date = 2023-08-20T14:37:38+02:00

[extra] created = 2023-08-20T14:37:38+02:00 updated = 2023-08-20T14:37:38+02:00 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 Trentesuas" homepage = "https://trentesaux.fr/" +++

Seagull

A Zola theme.

gull

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