commit 826da78ec84b643234c716f8c1bbffc7edb4ddc4 Author: Emil Miler Date: Tue Jan 9 21:12:29 2024 +0100 Zola init diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..ebca43d --- /dev/null +++ b/config.toml @@ -0,0 +1,14 @@ +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]