sample-config.toml (765B)
1 [general] 2 name = "" # whatever you want to name your forum; primarily used as display in tab titles 3 conduct_url = "" # optional + recommended: if omitted, the CoC checkboxes in /register will be hidden 4 language = "English" # Swedish, English. contributions for more translations welcome! 5 6 [rss] 7 feed_name = "" # defaults to [general]'s name if unset 8 feed_description = "" 9 forum_url = "" # should be forum index route https://example.com. used to generate post routes for feed, must be set to generate a feed 10 11 [documents] 12 logo = "content/logo.html" # can contain emoji, <img>, <svg> etc. see defaults/sample-logo.html in repo for instructions 13 about = "content/about.md" 14 rules = "content/rules.md" 15 verification_instructions = "content/verification-instructions.md"