summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 222c3f7f5950e88a4543fcc1008c854e64e32e35 (plain) (blame)
1
2
3
4
all:
	pandoc --standalone index.md -o index.html --metadata title=Hawarth
	pandoc --standalone blog/index.md -o blog/index.html --metadata title="Hawarth's Blog"
	pandoc --standalone blog/openbsd_as_a_dev_server_part_1.md -o blog/openbsd_as_a_dev_server_part_1.html --metadata title="OpenBSD as a Dev Server - Part 1"