config.toml 613 B

1234567891011121314151617181920212223242526272829
  1. # The URL the site will be built for
  2. base_url = "https://peers.community/"
  3. title = "The Peers Community"
  4. author = "vaeringjar"
  5. description = "Welcome to the The Peers Community, a highly motivated community of people with a strong interest in free software and free culture."
  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 = "Peers"
  17. copyright_year = 2025
  18. license = "CC BY-SA 4.0"
  19. license_agpl = "AGPLv3+"
  20. version = "4.0.8"