Skip to content

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

Comments

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.

AboutSource Built by g1lg1l

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