krz/krz.sh

clone: git clone https://gitbay.org/krz/krz.sh.git

main: config.toml · raw

 1base_url = "https://krz.sh"
 2title = "krz"
 3description = "Small, durable software focused on utility, privacy, and control."
 4default_language = "en"
 5
 6compile_sass = true
 7minify_html = true
 8build_search_index = false
 9generate_feeds = false
10
11[markdown]
12smart_punctuation = true
13
14[extra]
15email = "root@krz.sh"
16tagline = "Small, durable software focused on utility, privacy, and control."