summaryrefslogtreecommitdiff
path: root/basewiki/blog.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-24 01:16:32 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-24 01:16:32 +0000
commit7b4600df3f8b8c2112a8df6c018d64f04db1ebe8 (patch)
treedc172b98233dd1ffb0b94cfe1d58550ba4348026 /basewiki/blog.mdwn
parentad4760ad783d19af0e115ffa570ec667d09e07ad (diff)
hold onto your hats, full-fledged blogging has arrived in ikiwiki!
Diffstat (limited to 'basewiki/blog.mdwn')
-rw-r--r--basewiki/blog.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/basewiki/blog.mdwn b/basewiki/blog.mdwn
new file mode 100644
index 000000000..d300736a8
--- /dev/null
+++ b/basewiki/blog.mdwn
@@ -0,0 +1,8 @@
+You can turn any page on this wiki into a weblog by inserting a
+[[PostProcessorDirective]]. Like this:
+
+\\[[inline pages="blog/*" show="10"]]
+
+Any pages that match the specified [[GlobList]] (in the exaple, any
+[[SubPages]] of "blog") will be part of the blog, and the newest 10
+of them will appear in the page.