]> sipb.mit.edu Git - ikiwiki.git/blob - doc/examples/blog.mdwn
web commit by tschwinge: Response.
[ikiwiki.git] / doc / examples / blog.mdwn
1 This is an [[example_blog|index]]. Just copy the blog subdirectory into
2 your wiki to quickly get started blogging with ikiwiki.
3
4 Some additional configuration you might want to do:
5
6 * Change the name of the blog, by editing `index.mdwn` and changing
7   the `title`.
8
9 * Make sure to configure ikiwiki to generate RSS or Atom feeds.
10
11 * Make sure you have the tag plugin enabled, and tag posts using it. An
12   example of how to tag a post is:
13         \[[tag tags/life]]
14
15 * Enable the sidebar plugin to get a sidebar listing all the categories
16   you've tagged posts with.
17
18 * Enable the pagestats plugin to get a tag cloud display on the [[index]].