kocandaci/config.toml

21 lines
527 B
TOML
Raw Normal View History

2024-01-09 21:12:29 +01:00
base_url = "https://kocandaci.cz"
compile_sass = true
build_search_index = false
feed_filename = "atom.xml"
title = "Kocanďáci"
[markdown]
highlight_code = false
smart_punctuation = true
external_links_target_blank = true
external_links_no_follow = true
external_links_no_referrer = true
[extra]
2024-01-09 23:20:06 +01:00
nav = [
{title = "Informace", path = "/informace/"},
{title = "Personál", path = "/personal/"},
{title = "Kontakt", path = "/kontakt/"},
{title = "Přihlášky", path = "https://prihlasky.kocandaci.cz", external = true}
]