Static files are configured using a handful of config values. Static
files can be handled remotely or locally for prod or dev environments,
respectively.
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
HTTP_ROOT is the server's root directory to serve from, in case your
domain uses something else.
This is also added to the HTML templates.
Also added a news.html template for any sitewide news.
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
* chanbans.config handles all configuration now
* python-dotenv dependency is added for basic environment-level
configuration
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>