diff options
-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 |