52 lines
1.7 KiB
TOML
52 lines
1.7 KiB
TOML
# The URL the site will be built for
|
|
base_url = "https://dns-witch.net"
|
|
#title = "DNS Witch Collective"
|
|
#description = "Collective, spells and the Internet"
|
|
|
|
# Whether to automatically compile all Sass files in the sass directory
|
|
compile_sass = true
|
|
|
|
# Whether to build a search index to be used later on by a JavaScript library
|
|
build_search_index = false
|
|
|
|
theme = "juice"
|
|
|
|
[markdown]
|
|
# Whether to do syntax highlighting
|
|
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
|
highlight_code = false
|
|
|
|
[languages]
|
|
|
|
[languages.en]
|
|
title = "DNS Witch Collective"
|
|
description = "Collective, spells and the Internet"
|
|
|
|
[languages.fr]
|
|
title = "Collectif DNS Witch"
|
|
description = "DNS Witch est un collectif de bénévoles souhaitant rendre accessibles des services liés à Internet."
|
|
|
|
[languages.en.translations]
|
|
hero_heading_text = "Collective, spells and the Internet"
|
|
hero_title_text = "DNS Witch is a group of volunteers wishing to make Internet-related services accessible."
|
|
explore_more_text = "Explore More ⇩"
|
|
content_heading_text = "Overview"
|
|
juice_logo_name = "DNS Witch Collective"
|
|
|
|
[languages.fr.translations]
|
|
hero_heading_text = "Collectif, sortilèges et Internet"
|
|
hero_title_text = "DNS Witch est un collectif de bénévoles souhaitant rendre accessibles des services liés à Internet. "
|
|
explore_more_text = "En savoir plus ⇩"
|
|
content_heading_text = "Aperçu"
|
|
juice_logo_name = "Collectif DNS Witch"
|
|
|
|
[extra]
|
|
# Put all your custom variables here
|
|
juice_logo_path = "/img/icon.svg"
|
|
repository_url = "https://git.familier.net.eu.org/dns-witch/dns-witch.eu.org.git"
|
|
|
|
# Language choose
|
|
juice_extra_menu = [
|
|
{ title = "Francophone", link = "fr" },
|
|
{ title = "Anglophone", link = "/" }
|
|
]
|