move templates and static pages into rust source code to ditch i/o on page load

This commit is contained in:
Leonard Lorenz 2020-11-14 22:38:33 +01:00
parent f0f4048835
commit d3a5cac4be
10 changed files with 214 additions and 180 deletions

View file

@ -1,4 +1,4 @@
# My website
# crablog
Pure rust. Built with actix, diesel, tera, serde and sqlite3.
Environment variables are documented in [variables](./doc/environment.md)
Environment variables are documented in [variables.md](./doc/environment.md)