1 This is an [[example_blog|index]]. Just copy the blog subdirectory into
2 your wiki to quickly get started blogging with ikiwiki.
4 Some additional configuration you might want to do:
6 * Change the name of the blog, by editing `index.mdwn` and changing
9 * Make sure to configure ikiwiki to generate RSS or Atom feeds.
11 * Make sure you have the tag plugin enabled, and tag posts using it. An
12 example of how to tag a post is:
15 * Enable the [[sidebar|plugins/sidebar]] plugin to get a sidebar listing all
16 the categories you've tagged posts with.
18 * Enable the [[pagestats|plugins/pagestats]] plugin to get a tag cloud
19 to display on the [[index]].
21 * Enable the [[comments|plugins/comments]] plugin and configure it to
22 enable comments to posts to the blog:
24 comments_pagespec => 'blog/posts/* and !*/Discussion',