]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/examples/blog.mdwn
unify pagespecs
[ikiwiki.git] / doc / examples / blog.mdwn
index 0861d42f796a2e410e90cd044f51c42e31ce2c65..091e37431e917702d3ee542cd41a72911f7894d3 100644 (file)
@@ -12,13 +12,13 @@ Some additional configuration you might want to do:
   example of how to tag a post is:
        \[[!tag tags/life]]
 
-* Enable the [[sidebar|plugin/sidebar]] plugin to get a sidebar listing all
+* Enable the [[sidebar|plugins/sidebar]] plugin to get a sidebar listing all
   the categories you've tagged posts with.
 
-* Enable the [[pagestats|plugin/pagestats]] plugin to get a tag cloud
+* Enable the [[pagestats|plugins/pagestats]] plugin to get a tag cloud
 * display on the [[index]].
 
-* Enable the [[comments|plugin/comments]] plugin and configure it to
+* Enable the [[comments|plugins/comments]] plugin and configure it to
   enable comments to posts to the blog:
 
-       comments_pagespec => 'blog/posts/*',
+       comments_pagespec => 'blog/posts/* and !*/Discussion',