Using the Skeleton CSS framework and a markdown/HTML page rendered by pandoc (because I couldn't live with just a static HTML file).
3 lines
85 B
Makefile
3 lines
85 B
Makefile
index.html: index.md index.tmpl
|
|
pandoc index.md --template index.tmpl -o index.html
|