add archive pages and fix some bugs
[ikiwiki] / doc / blog.mdwn
1 You can turn any page on this wiki into a weblog by inserting a
2 [[PostProcessorDirective]]. Like this:
3
4 \\[[inline pages="blog/* !*/Discussion" show="10"]]
5
6 Any pages that match the specified [[GlobList]] (in the exaple, any
7 [[SubPages]] of "blog") will be part of the blog, and the newest 10
8 of them will appear in the page.
9
10 If you want your blog to have an archive page listing every post ever made
11 to it, you can accomplish that like this:
12
13 \\[[inline pages="blog/* !*/Discussion" archive="yes"]]
14
15 You can even create an automatically generated list of all the pages on the
16 wiki, with the most recently added at the top, like this:
17
18 \\[[inline pages="* !*/Discussion" archive="yes"]]