diff options
Diffstat (limited to 'basewiki/blog.mdwn')
-rw-r--r-- | basewiki/blog.mdwn | 8 |
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. |