aboutsummaryrefslogtreecommitdiff
path: root/lib/Config.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general housekeepingstuebinm2024-04-171-2/+0
| | | | | jumps to GHC2021 as default language, adds in some fields, moves the old org mode glossary to markdown, etc.
* don't hardcode cssstuebinm2023-02-231-0/+2
|
* oauth2 via uffdstuebinm2023-01-221-4/+28
| | | | | | this is unfortunately uffd-specific, since oauth2 is apparently sort of a vague standard. But since it doesn't actually do much it should probably be possible to make it fully configurable & generic if needed.
* some config thingyesodstuebinm2022-08-281-0/+28
works kinda well, but doesn't complain about unknown config values in json, which is kinda hmpf tbh