diff options
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 23 |
1 files changed, 23 insertions, 0 deletions
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 |