diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-21 16:44:02 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-21 16:44:02 -0500 |
commit | a0eee761f7ded1d5bacd96fe79300ec49384cba2 (patch) | |
tree | 36d75924444cc266ef00688abb2965e31cf9df36 /doc/examples | |
parent | 13d77c369e5c2856fad78e48b0e39e4e76d1d5aa (diff) | |
download | ikiwiki-a0eee761f7ded1d5bacd96fe79300ec49384cba2.tar ikiwiki-a0eee761f7ded1d5bacd96fe79300ec49384cba2.tar.gz |
mention comments plugin
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/blog.mdwn | 11 |
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/*', |