dhewm.github.io/build.sh
Daniel Gibson 057b8db187 build index.html from index.md and html parts; more screenshots
the text-heavy sections of index.html (About, News, How to Install) are
now generated from MD, which makes writing them less painful.
2018-07-10 10:42:35 +02:00

5 lines
130 B
Bash
Executable file

#!/bin/sh
cat index.html_part1 > index.html
pandoc -f markdown -t html index.md >> index.html
cat index.html_part3 >> index.html