From 4ec99c86f7a55622fcad588ae61b6cee7d02ff9c Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 23 Oct 2022 00:35:46 +0300 Subject: docs: add todo --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3