diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,7 @@ Markdown-based blog template powered by NextJS. Basically it's just a server that: + 1. Pulls markdown from your CDN (could be even the simplest http server) 2. Generates and caches html 3. Serves it as static content @@ -51,3 +52,8 @@ mimetype.svg=image/svg+xml ``` This has a nice side-effect of basically having a *continuous delivery* for free - you push changes to your repo, and since your repo is served via `cgit`, you can use it as CDN and keep your blog always up-to-date. + + +## TODO: + - Openring support + - Pre-render hooks |