all repos — gemini-redirect @ 24a379f64b55a347433bbe783b8f5910293a888d

config.toml (view raw)

 1# primary config
 2base_url = "https://birabittoh.dev"
 3title = "Bi-Rabittoh's Site"
 4default_language = "en"
 5minify_html = true
 6
 7# blog
 8taxonomies = [
 9    { name = "category" },
10    { name = "tags" },
11]