From a5b6bd2ba02786c4539beb4a64d3a6a64ef7dbfc Mon Sep 17 00:00:00 2001 From: soaos Date: Mon, 24 Nov 2025 05:04:38 -0500 Subject: switched to index page html basis --- config.toml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 8ab9b67..a63e891 100644 --- a/config.toml +++ b/config.toml @@ -1,11 +1,16 @@ # The URL the site will be built for base_url = "https://soaos.dev" -# Whether to automatically compile all Sass files in the sass directory -compile_sass = false +title = "soaos" +description = "i forgot to write a description for this post" +default_language = "en" +author = "soaos" -# Whether to build a search index to be used later on by a JavaScript library +compile_sass = false build_search_index = false +generate_feeds = true +generate_robots_txt = true +generate_sitemap = true [markdown] # Whether to do syntax highlighting -- cgit v1.2.3