fediverse-devnet / fedidevs.org

Documentation for the Fediverse
https://fedidevs.org/
Creative Commons Attribution Share Alike 4.0 International
16 stars 5 forks source link

Move to recommended hugo.toml #6

Closed andypiper closed 8 months ago

andypiper commented 8 months ago

Per the hugo documentation, the recommended / more frequently-used configuration format is now TOML, and the config filename has changed name from config.[format] to hugo.[format].

This PR implements that change, as well as adding a couple of additional parameters that may be useful (sitemap, robots file etc)