From ef15a6ec8f14c2398cfd28786c83072888690718 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Tue, 31 Oct 2023 23:23:51 +0100 Subject: oijoij --- config.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config.toml (limited to 'config.toml') diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..5a67b9f --- /dev/null +++ b/config.toml @@ -0,0 +1,19 @@ +base_url = "https://stevenlr.com" +compile_sass = true +build_search_index = true +generate_feed = true +feed_filename = "rss.xml" +taxonomies = [ + { name = "tags", render = true }, +] + +[markdown] +highlight_code = true +highlight_theme = "visual-studio-dark" +smart_punctuation = true + +[search] +include_content = false + +[extra] +# Put all your custom variables here -- cgit