diff options
| author | Christian Cleberg <[email protected]> | 2026-08-01 23:56:19 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-01 23:56:19 -0500 |
| commit | c03e38b07ce439f9e6f4d23cb470193393e840e2 (patch) | |
| tree | 356657ff9396912e1c8bfb36f8c0d4afe283b152 /config.toml | |
| parent | 65f7a9607a60adbcb33ce4227f96980345006d5e (diff) | |
| download | krz.sh-c03e38b07ce439f9e6f4d23cb470193393e840e2.tar.gz krz.sh-c03e38b07ce439f9e6f4d23cb470193393e840e2.tar.bz2 krz.sh-c03e38b07ce439f9e6f4d23cb470193393e840e2.zip | |
initial commit
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." |
