aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 41f2bc8..ecb8095 100644
--- a/README.md
+++ b/README.md
@@ -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