You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.7 KiB
TOML
60 lines
1.7 KiB
TOML
# ==== THEME.TOML ====
|
|
|
|
# Albatros theme for Zola
|
|
name = "Albatros"
|
|
description = "A feature rich theme originally made for Duniter website."
|
|
license = "AGPL"
|
|
homepage = "https://git.42l.fr/HugoTrentesaux/Albatros"
|
|
# The minimum version of Zola required
|
|
min_version = "0.16.0"
|
|
# An optional live demo URL
|
|
demo = "https://albatros.coinduf.eu/"
|
|
|
|
# The theme author info: you!
|
|
[author]
|
|
name = "Hugo Trentesuas"
|
|
homepage = "https://trentesaux.fr/"
|
|
|
|
# Any variable there can be overridden in the end user `config.toml`
|
|
# You don't need to prefix variables by the theme name but as this will
|
|
# be merged with user data, some kind of prefix or nesting is preferable
|
|
# Use snake_casing to be consistent with the rest of Zola
|
|
[extra]
|
|
name = "Albatros"
|
|
logo = "/img/albatros.png"
|
|
# content source is used to link to source files
|
|
content_source = "https://git.42l.fr/HugoTrentesaux/Albatros/src/branch/master/content"
|
|
flag = "🇬🇧"
|
|
|
|
# the following links will appear in nav menu
|
|
[[extra.nav.link]]
|
|
name = "Albatros"
|
|
url = "https://git.42l.fr/"
|
|
img = "https://simpleicons.org/icons/gitea.svg"
|
|
[[extra.nav.link]]
|
|
name = "Zola"
|
|
url = "https://www.getzola.org/"
|
|
img = "/img/albatros.png"
|
|
[[extra.nav.link]]
|
|
name = "Mastodon"
|
|
url = "/"
|
|
img = "https://simpleicons.org/icons/mastodon.svg"
|
|
|
|
# some strings used in the theme
|
|
[extra.theme]
|
|
toc_title = "Table of contents"
|
|
see_author_articles = "See articles on this website"
|
|
articles_on_this_website = "Articles on this website"
|
|
taxonomies_description = "Here is an extensive list of taxonomies"
|
|
team_folder = "team"
|
|
links_label = "Links"
|
|
|
|
# links to translated version of the site
|
|
# [extra.translations.fr]
|
|
# base_url = "https://example.fr/"
|
|
# flag = "🇫🇷"
|
|
# [extra.translations.es]
|
|
# base_url = "https://example.es/"
|
|
# flag = "🇪🇸"
|
|
|