Commit graph

6 commits

Author SHA1 Message Date
ab405fc1f8
Add proper error handling 2022-09-12 18:13:54 +01:00
98d71f0311
Add dev mode 2022-08-16 23:51:07 +01:00
d75acc8d05
Clean up error handling, logging and 404 correctly for static files 2022-08-16 23:50:54 +01:00
0f736978f3
Reimplement basic static (+handlebars) file hosting with actix-web 2022-08-15 01:26:45 +01:00
bd5604be63
Read StaticFiles from the templates directory
This may seem a bit paradoxical, but since the templates are generated
using parcel, and this just dumps everything into the root, static
files are kept in the same directory as template files.

This may change in the future.
2020-07-11 22:41:22 +01:00
241ecb1099
Initial implementation 2020-06-10 22:30:05 +01:00