diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-10-23 00:35:46 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-10-23 00:35:46 +0300 |
commit | 4ec99c86f7a55622fcad588ae61b6cee7d02ff9c (patch) | |
tree | ff3dfe51128f5600989dd24439979b76cee15991 | |
parent | 774a074458007dd7e4479e58ab47c87435cb7ecf (diff) | |
download | benzin-next-4ec99c86f7a55622fcad588ae61b6cee7d02ff9c.tar.gz |
docs: add todo
-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 |