diff options
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..950133c --- /dev/null +++ b/config.toml @@ -0,0 +1,17 @@ +base_url = "https://krz.sh" +title = "krazy warez" +description = "Small, durable software focused on utility, privacy, and control." +default_language = "en" + +compile_sass = true +minify_html = true +build_search_index = false +generate_feeds = false + +[markdown] +smart_punctuation = true + +[extra] +email = "[email protected]" +github = "https://github.com/krazywarez" +tagline = "Small, durable software focused on utility, privacy, and control." |
