Back to Zola

Seagull

docs/content/themes/seagull/index.md

0.22.11.6 KB
Original Source

+++ title = "Seagull" description = "A Zola theme." template = "theme.html" date = 2025-10-17T11:40:15+02:00

[taxonomies] theme-tags = []

[extra] created = 2025-10-17T11:40:15+02:00 updated = 2025-10-17T11:40:15+02:00 repository = "https://git.42l.fr/HugoTrentesaux/seagull.git" homepage = "https://git.lacontrevoie.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

bash
git submodule add --name seagull https://git.lacontrevoie.fr/HugoTrentesaux/seagull.git themes/seagull

Enable the theme in your config.toml

theme = "seagull"

Add a _variables.sass file in a sass folder

sh
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.

Examples of websites built with this theme:

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

sh
mkdir ../../sass
touch ../../sass/_variables.sass