diff options
| author | soaos <soaos@soaos.dev> | 2025-11-24 05:04:38 -0500 |
|---|---|---|
| committer | soaos <soaos@soaos.dev> | 2025-11-24 05:04:38 -0500 |
| commit | a5b6bd2ba02786c4539beb4a64d3a6a64ef7dbfc (patch) | |
| tree | b842266308124d4e72d06ed742eb120ca604a451 /config.toml | |
| parent | 4367d1ab30163f30904e7f8375294044c07c554d (diff) | |
switched to index page html basis
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 11 |
1 files changed, 8 insertions, 3 deletions
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 |
