-
-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Milestone
Description
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: Support for handlebars partials #23 Feature: Handlebars partials #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 Enhancement: exporting Prometheus metrics #5 for the suggestion)
- Serve directories - Generate permalinks/slugs from directories in the configuration.
Metadata
Metadata
Assignees
Labels
No labels