diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-10-22 20:43:13 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-10-22 21:13:34 +0300 |
commit | d3c8277fe1a2ce900782a8cf0a8ea14a4e0e7f5b (patch) | |
tree | 756932e60fee8555f6674835d8b2b033b0c5997c | |
parent | 1e56d7c9e1c27699bf26e2e94c990766801f0bea (diff) | |
download | benzin-next-d3c8277fe1a2ce900782a8cf0a8ea14a4e0e7f5b.tar.gz |
docs: add README
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..935a0c6 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# benzin-next +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 + +## Features + - Markdown-first + - No runtime JavaScript + - Custom emoji support + - Incremental Static Regeneration + - Image optimization + - Always in sync with your CDN |