kocandaci/config.toml

22 lines
590 B
TOML
Raw Normal View History

2024-01-11 19:34:09 +01:00
base_url = "https://new.kocandaci.cz"
2024-01-09 21:12:29 +01:00
compile_sass = true
build_search_index = false
2024-07-18 10:31:55 +02:00
feed_filenames = ["atom.xml"]
2024-01-09 21:12:29 +01:00
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/"},
2024-01-10 01:03:25 +01:00
{title = "Galerie", path = "/galerie/"},
2024-01-09 23:20:06 +01:00
{title = "Kontakt", path = "/kontakt/"},
2024-01-12 10:14:19 +01:00
{title = "Přihlášky", path = "https://is.kocandaci.cz", external = true, target_blank = true}
2024-01-09 23:20:06 +01:00
]