From d3c8277fe1a2ce900782a8cf0a8ea14a4e0e7f5b Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 22 Oct 2022 20:43:13 +0300 Subject: docs: add README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3