hall_lacoloc/config.toml

39 lines
759 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

title = "La Coloc"
description = "Amitié, mutualisation et Internet"
#EN: description = "A volunteers based collective for connecting people"
base_url = "https://lacoloc.cafe/hall"
compile_sass = true
highlight_code = true
build_search_index = false
generate_rss = true
highlight_theme = "base16-ocean-light"
theme = "anatole-zola"
default_language = "fr"
taxonomies = [
{name = "tags"},
]
[translations.en]
about = "About"
home = "Home"
tags = "Tags"
archive = "Archive"
links = "Links"
next_page = "Next Page"
last_page = "Last Page"
[translations.fr]
home = "Accueil"
about = "À propos"
tags = "Mots-clefs"
archive = "Archives"
links = "Liens"
next_page = "Page Suivante"
last_page = "Page Précédente"
[extra.show]
tags = true
links = true