OnlyHtml
OnlyHtml is a Static Site Generator that helps you build simple websites while avoiding the back-end tasks, creating and managing CMS products, and simplifying deployments.
OnlyHtml is a companion to Headless CMS systems like Sanity.io, so you get the best experience editing your content while focusing only on the front-end code.
(This website was built with on OnlyHtml)
Main Goals
- It does most of what you need, but probably not everything.
- You only need to know HTML (plus CSS and JS to the extent that your design calls for it).
- You should be able to learn the basics in a few minutes.
- Bring your own Headless CMS of choice or use simple markdown files
Get Started
- Start from a template project onlyhtml/starter-sanity or onlyhtml/starter-vanila
- Read the docs
- Start from scratch using
npm install -g @onlyhtml/onlyhtml
Happy Hacking!