1
0

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).
This commit is contained in:
Simon Michael
2016-02-11 14:43:57 -08:00
parent 54748e48b7
commit 63d8388ffb
10 changed files with 1749 additions and 2 deletions

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
index.html: index.md index.tmpl
pandoc index.md --template index.tmpl -o index.html