Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Latest commit

 

History

History
45 lines (31 loc) · 585 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 585 Bytes

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