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.

58 lines
1.4 KiB
TOML

# ==== CONFIG.TOML ====
# main Zola config
base_url = "https://albatros.coinduf.eu/"
compile_sass = true
build_search_index = true
default_language = "en"
generate_feed = true
feed_filename = "rss.xml"
taxonomies = [
{name = "authors"},
{name = "tags"},
{name = "category"},
]
[markdown]
highlight_code = true
highlight_theme = "base16-ocean-light"
# some extra variables for the site
[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 = "🇪🇸"