1
0
Files
plaintextaccounting/Makefile
Simon Michael 63d8388ffb initial site template
Using the Skeleton CSS framework and a markdown/HTML page rendered by
pandoc (because I couldn't live with just a static HTML file).
2016-02-11 14:43:57 -08:00

3 lines
85 B
Makefile

index.html: index.md index.tmpl
pandoc index.md --template index.tmpl -o index.html