v0.2.0 Draft
Closed this issue · 1 comments
mufeedvh commented
v0.2.0-draft
- Automatic HTTPS/TLS - This initiates a scheduler based on the certificate's expiry date which executes
certbot
to renew certificates on demand on top of rustls. - Performance: - Static pages will be cached in-memory on top of dashmap which is configurable depending on the size of the required pages. For the other files, utilize
sendfile(2)
on supported targets. - #31
- Handlebars Partials: Support for handlebars partials. (Ref) (Tag: #23 #27)
- SEO - Metadata generation of
robots.txt
,sitemap.xml
, and JSON search engine schema, (port from gisture). - Cache-Control Headers - Reference
- Prometheus Metrics - Reference (Thanks to #5 for the suggestion)
- Serve directories - Generate permalinks/slugs from directories in the configuration.
mufeedvh commented
Released! 🎉