Add Makefile, blog, to git
This commit is contained in:
parent
843ff1878f
commit
6296e1c613
|
@ -0,0 +1,2 @@
|
|||
/.ikiwiki
|
||||
/recentchanges
|
|
@ -0,0 +1,2 @@
|
|||
all:
|
||||
ikiwiki --setup ~/lib/wiki/ikiwiki.setup --wrappers
|
|
@ -0,0 +1,4 @@
|
|||
[[!meta title="Neale's Blog"]]
|
||||
[[!meta author="Neale Pickett" authorurl="http://woozle.org/~neale/"]]
|
||||
[[!inline pages="blog/* and !blog/*/*" show="10" postform="no" actions="yes" description="Neale's Blog" author="Neale Pickett"]]
|
||||
[[older_entries|BlogArchive]]
|
Loading…
Reference in New Issue