Merge remote branch 'davrieb/autotag' into autotag
[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 Or, run this command to set up a blog with ikiwiki.
5
6         % ikiwiki -setup /etc/ikiwiki/auto-blog.setup
7
8 Some additional configuration you might want to do:
9
10 * Make sure to configure ikiwiki to generate RSS or Atom feeds.
11
12 * Make sure you have the tag plugin enabled, and tag posts using it. An
13   example of how to tag a post is:
14         \[[!tag tags/life]]
15
16 * Enable the [[pagestats|plugins/pagestats]] plugin to get a tag cloud
17   to display on the [[index]].
18
19 * Enable the [[comments|plugins/comments]] plugin to
20   enable comments to posts to the blog.
21
22 * Enable the [[calendar|plugins/calendar]] plugin and run the
23   [[ikiwiki-calendar]] command from cron daily to get an interlinked
24   set of calendar archives.