all repos — gemini-redirect @ cb6b25ff4447eb64270186703e82b0955737bc84

config.toml (view raw)

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