diff options
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 |
