blob: 935a0c64b074db47c78d99a90e3fc006e85e080a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|