config.toml 675 B

1234567891011121314151617181920212223242526272829
  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. blog_title = "Fenris Punk"
  17. author = "vaeringjar"
  18. 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.
  19. copyright_year = 2024
  20. license = "CC BY-SA 4.0"