statiz

The easy-to-use static website generator

  • statiz

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
statiz
100.9.47 months ago10 months agoMinified + gzip package size for statiz in KB

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 statiz

Starting a new project

statiz new yoursite

Serving your website

cd yoursite
statiz serve

Building for production

cd yoursite
statiz build