1234567891011121314151617181920212223242526272829 |
- # The URL the site will be built for
- base_url = "https://fenrispunk.com"
- title = "Fenris Punk"
- author = "vaeringjar"
- description = "A cyberpunk ttrpg full of satire, groaner jokes, and propaganda."
- compile_sass = false
- build_search_index = false
- generate_sitemap = true
- generate_feeds = true
- feed_filenames = ["rss.xml", "atom.xml"]
- feed_limit = 20
- [markdown]
- highlight_code = true
- toc_levels = "1,2,3"
- [extra]
- blog_title = "Fenris Punk"
- author = "vaeringjar"
- description = "A cyberpunk ttrpg full of satire, groaner jokes, and propaganda." # TODO: Make this the default but dynamic so each post can have its own value.
- copyright_year = 2024
- license = "CC BY-SA 4.0"
|