config.toml 516 B

12345678910111213141516171819202122232425262728
  1. # The URL the site will be built for
  2. base_url = "https://fenrispunk.com"
  3. title = "Fenris Punk"
  4. author = "vaeringjar"
  5. description = "A cyberpunk ttrpg full of satire, groaner jokes, and propaganda."
  6. compile_sass = false
  7. build_search_index = false
  8. generate_sitemap = true
  9. generate_feeds = true
  10. feed_filenames = ["rss.xml", "atom.xml"]
  11. feed_limit = 20
  12. [markdown]
  13. highlight_code = true
  14. toc_levels = "1,2,3"
  15. [extra]
  16. copyright_owner = "vaeringjar"
  17. copyright_year = 2025
  18. license = "CC BY-SA 4.0"
  19. version = "0.1.39"