A simple site, built with pandoc.
No Node.js, no npm, no build toolchain. Just markdown and a CSS file.
| Template | Tool | Deploy Time |
|---|---|---|
| simple-markdown | pandoc | ~20s |
| eleventy-pamphlet | eleventy | ~45s |
| eleventy-chapbook | eleventy | ~45s |
pandoc index.md -o index.html --css style.css --standalone -f gfmThat's it. Push to main, GitHub Actions handles the rest.