kocandaci/config.toml
Emil Miler c03d3540df
All checks were successful
Build / build (push) Successful in 1m15s
Fix for Zola 0.19
2024-07-18 10:31:55 +02:00

22 lines
590 B
TOML

base_url = "https://new.kocandaci.cz"
compile_sass = true
build_search_index = false
feed_filenames = ["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]
nav = [
{title = "Informace", path = "/informace/"},
{title = "Personál", path = "/personal/"},
{title = "Galerie", path = "/galerie/"},
{title = "Kontakt", path = "/kontakt/"},
{title = "Přihlášky", path = "https://is.kocandaci.cz", external = true, target_blank = true}
]