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