Static website generator

Preacher is a static website generator, written in PHP. It requires no configuration of the software itself. Simply write Markdown, a Twig template or two and enjoy your personal site.

The general problem

I find that when someone's taking time to do something right in the present, they're a perfectionist with no ability to prioritize, whereas when someone took time to do something right in the past, they're a master artisan of great foresight.

How to preach

After installing Preacher, one only needs to commit their source files to activate Preacher.

Post commit hook

The following steps are executed:

  1. Update source file
  2. Commit source file > Output generates
  3. Commit output file

Try vendor/bin/preach --help to see how to run Preacher manually.

Preacher for writers

Preacher for developers