* Add some margin space around the prev/next links
* Increase prev/next link font size
* Add prev/next text without link when we're on the first/last page
* Add useful placeholder text to the "board" search
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
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>
* Add HTTP server base implementation with some basic pages
* Add Jinja2 dependency
* Things are mostly working, except for static resources. Those will
have to come next.
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>