all repos — gemini-redirect @ master

config.toml (view raw)

 1# primary config
 2base_url = "https://bi-rabittoh.github.io"
 3title = "BiRabittoh's Site"
 4description = "A minimal website where I post stuff I'm passionate about."
 5default_language = "en"
 6minify_html = true
 7
 8# blog
 9taxonomies = [
10    { name = "category" },
11    { name = "tags" },
12]