:Added Makefile

Simply contains thought generation for now; will eventually build entire site
master
Mike Gerwitz 2013-05-15 22:30:35 -04:00
parent 2fb4887029
commit c2588c5729
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
2 changed files with 14 additions and 0 deletions

2
.gitignore vendored 100644
View File

@ -0,0 +1,2 @@
index.html
rss.xml

12
Makefile 100644
View File

@ -0,0 +1,12 @@
# builds thoughts
# (well, not quite like that)
default:
repo2html \
-t "Mike Gerwitz's Thoughts and Ramblings" \
-d 'The miscellaneous thoughts and ramblings of a free software hacker' \
-c 'Mike Gerwitz' \
-l 'Verbatim redistribution of this document in its entirety is permitted so long as this copyright notice is preserved.' \
-R40 \
'http://mikegerwitz.com/thoughts/' \
> index.html