BSD Makefile base website generator
Go to file
2023-10-23 13:29:14 +02:00
src init 2023-10-23 13:19:55 +02:00
Makefile init 2023-10-23 13:19:55 +02:00
README.md Add README text 2023-10-23 13:29:14 +02:00

This is a BSD Makefile base webpage generator.

Pretty minimal... no features at all.

It needs:

  • BSD make (written and tested on OpenBSD)
  • discount (for parsing markdown file)
  • asciidoctor + asciidoctor-diagram extension (for parsing asciidoctor files)
  • ksh (for shell stuff)
  • rsync (to copy static files)

Basic operation:

src/header.th gets prepended to every file. src/footer.th gets appended to every file.

.pa files contain asciidoctor source. .pm files contain markdown source. .ph files contain plain html. .ps files contain ksh shell script (the scripts must output html to stdout).

Everything in src/assets is copied as is