Skip to content

Comment on Show HN: A dead simple static site generator – just two template tagsparent

Comments

You need PHP installed and configured on your server/local. With this you can just use plain HTML.

In theory you could also use PHP as a pre-processor; install it locally, copy the sources to the webserver root, then use wget --mirror to extract a post-processed version of the site.

You'd still need PHP installed on your home machine, but then again, it's not like you don't have to install some pre-processor anyway.

use wget --mirror to extract a post-processed version of the site.

or just use php file.php > file.html

Sure, but you'd need to process each file, or write a script to do it, when wget --mirror fetches the whole site at once.

and by plain HTML, you mean plain Python installed and configured on your server/local

The server doesnt need to have Python installed. Just your local machine. That is a simple one liner if it isnt already installed.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.