]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/examples/blog.mdwn
* Switched to Text::Markdown. Thanks a lot!
[git.ikiwiki.info.git] / doc / examples / blog.mdwn
index 14e9b3804cb79185ebcd9fd6fd1936936ccebc88..ab73f02042879a92df49dceba86c4b2e337079ec 100644 (file)
@@ -10,9 +10,15 @@ Some additional configuration you might want to do:
 
 * Make sure you have the tag plugin enabled, and tag posts using it. An
   example of how to tag a post is:
-       \[[tag tags/life]]
+       \[[!tag tags/life]]
 
-* Enable the sidebar plugin to get a sidebar listing all the categories
-  you've tagged posts with.
+* Enable the [[sidebar|plugins/sidebar]] plugin to get a sidebar listing all
+  the categories you've tagged posts with.
 
-* Enable the pagestats plugin to get a tag cloud display on the [[index]].
+* Enable the [[pagestats|plugins/pagestats]] plugin to get a tag cloud
+  to display on the [[index]].
+
+* Enable the [[comments|plugins/comments]] plugin and configure it to
+  enable comments to posts to the blog:
+
+       comments_pagespec => 'blog/posts/* and !*/Discussion',