From f28c56ddd35ab468527eda2b116f300732938205 Mon Sep 17 00:00:00 2001 From: soaos Date: Fri, 3 Apr 2026 17:20:59 -0400 Subject: Initial Commit (Fresh Start) --- config.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 config.toml (limited to 'config.toml') diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..dd2361a --- /dev/null +++ b/config.toml @@ -0,0 +1,23 @@ +# The URL the site will be built for +base_url = "https://soaos.dev" + +title = "soaos" +description = "i forgot to write a description for this post" +default_language = "en" +author = "soaos" + +compile_sass = false +build_search_index = false +generate_feeds = true +generate_robots_txt = true +generate_sitemap = true + +[markdown] + +external_links_target_blank = true + +[markdown.highlighting] +theme = "everforest-dark" + +[extra] +# Put all your custom variables here -- cgit v1.3-2-g0d8e