php

Introducing PISS, a PHP KISS static page generator

There are lots of static page generators, I personally used Hugo and there like 100 others. But I had a project where I wanted something even simpler, and had a few requirements. I wanted to Write raw HTML/CSS Update things in one place only (e.g. don’t copy paste the menu to each html file). For 1, you don’t need anything other than an editor. 2 is where you need something more than HTML.

Continue reading →