]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/blog.mdwn
598ad98d5a08157ac9be1456358d68b498f57206
[git.ikiwiki.info.git] / doc / blog.mdwn
1 You can turn any page on this wiki into a weblog by inserting a
2 [[PostProcessorDirective]]. Like this:
4 \\[[inline pages="blog/* !*/Discussion" show="10"]]
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.
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:
13 \\[[inline pages="blog/* !*/Discussion" archive="yes"]]
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:
18 \\[[inline pages="* !*/Discussion" archive="yes"]]