From 826da78ec84b643234c716f8c1bbffc7edb4ddc4 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Tue, 9 Jan 2024 21:12:29 +0100 Subject: [PATCH] Zola init --- config.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config.toml 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]