From c03e38b07ce439f9e6f4d23cb470193393e840e2 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 1 Aug 2026 23:56:19 -0500 Subject: initial commit --- config.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config.toml (limited to 'config.toml') diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..950133c --- /dev/null +++ b/config.toml @@ -0,0 +1,17 @@ +base_url = "https://krz.sh" +title = "krazy warez" +description = "Small, durable software focused on utility, privacy, and control." +default_language = "en" + +compile_sass = true +minify_html = true +build_search_index = false +generate_feeds = false + +[markdown] +smart_punctuation = true + +[extra] +email = "root@krz.sh" +github = "https://github.com/krazywarez" +tagline = "Small, durable software focused on utility, privacy, and control." -- cgit v1.2.3