hall_lacoloc/config.toml

39 lines
759 B
TOML
Raw Permalink Normal View History

2021-04-26 00:15:41 +02:00
title = "La Coloc"
description = "Amitié, mutualisation et Internet"
#EN: description = "A volunteers based collective for connecting people"
2021-06-28 18:26:28 +02:00
base_url = "https://lacoloc.cafe/hall"
2021-04-26 00:15:41 +02:00
compile_sass = true
highlight_code = true
2020-06-09 00:37:50 +02:00
build_search_index = false
2021-04-26 00:15:41 +02:00
generate_rss = true
highlight_theme = "base16-ocean-light"
theme = "anatole-zola"
2020-06-09 00:37:50 +02:00
2021-04-26 00:15:41 +02:00
default_language = "fr"
2020-06-24 21:11:34 +02:00
2020-06-09 07:59:42 +02:00
taxonomies = [
2021-04-26 00:15:41 +02:00
{name = "tags"},
2020-06-09 07:59:42 +02:00
]
2021-04-26 00:15:41 +02:00
[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