Getting Started

Install

composer require symplify/statie

How to Generate and See the Website?

Prepare content for Statie... . Simple 'index.latte' would do for start, but you can also inspire in tomasvotruba.cz personal website.

Generate static site from /source (argument) to /output (default value) in HTML:

vendor/bin/statie generate source

Run local PHP server

php -S localhost:8000 -t output

And see web in browser localhost:8000.