Site configs should be moved from DB to local file
Detailed Description
Currently, on every different page we go to, we query the database to get the site configurations (colors/title/etc). Site configs are by nature very static and it is comparatively expensive to query for those every time, especially on a rate-limited DB. I believe we should instead store these in a json or yaml file.