aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/blog.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2008-12-21 16:44:02 -0500
committerJoey Hess <joey@gnu.kitenet.net>2008-12-21 16:44:02 -0500
commita0eee761f7ded1d5bacd96fe79300ec49384cba2 (patch)
tree36d75924444cc266ef00688abb2965e31cf9df36 /doc/examples/blog.mdwn
parent13d77c369e5c2856fad78e48b0e39e4e76d1d5aa (diff)
downloadikiwiki-a0eee761f7ded1d5bacd96fe79300ec49384cba2.tar
ikiwiki-a0eee761f7ded1d5bacd96fe79300ec49384cba2.tar.gz
mention comments plugin
Diffstat (limited to 'doc/examples/blog.mdwn')
-rw-r--r--doc/examples/blog.mdwn11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/examples/blog.mdwn b/doc/examples/blog.mdwn
index 3e89c4b99..afdabe316 100644
--- a/doc/examples/blog.mdwn
+++ b/doc/examples/blog.mdwn
@@ -12,7 +12,12 @@ Some additional configuration you might want to do:
example of how to tag a post is:
\[[!tag tags/life]]
-* Enable the sidebar plugin to get a sidebar listing all the categories
- you've tagged posts with.
+* Enable the [[sidebar|plugin/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|plugin/pagestats]] plugin to get a tag cloud
+* display on the [[index]].
+
+* Enable the [[comments|plugin/comments]] plugin and configure it to
+ enable comments to posts to the blog:
+ comments_pagespec => 'blog/posts/*',