statiz
v0.9.4
Published
The easy-to-use static website generator
Readme
Statiz - The simple static website generator
Statiz is the most simple static website generator. Without any configuration, automatically transform your directory into a fully functional website.
Supports
Any operating system:
- Windows
- Mac OS
- Linux
Supports:
- EJS templating
- SCSS compilation
- JS and CSS minifying
- Sitemap generation
Installing statiz
npm install -g statizStarting a new project
statiz new yoursiteServing your website
cd yoursite
statiz serveBuilding for production
cd yoursite
statiz build