2006-10-29 01:41:39 +02:00
|
|
|
This is an [[example_blog|index]]. Just copy the blog subdirectory into
|
2009-01-13 00:42:05 +01:00
|
|
|
your wiki to quickly get started blogging with ikiwiki.
|
2006-10-29 01:41:39 +02:00
|
|
|
|
2009-01-13 00:42:05 +01:00
|
|
|
Or, run this command to set up a blog with ikiwiki.
|
|
|
|
|
|
|
|
% ikiwiki -setup /etc/ikiwiki/auto-blog.setup
|
2006-10-29 01:41:39 +02:00
|
|
|
|
2009-01-13 00:42:05 +01:00
|
|
|
Some additional configuration you might want to do:
|
2006-10-29 01:41:39 +02:00
|
|
|
|
|
|
|
* Make sure to configure ikiwiki to generate RSS or Atom feeds.
|
|
|
|
|
|
|
|
* Make sure you have the tag plugin enabled, and tag posts using it. An
|
|
|
|
example of how to tag a post is:
|
2008-07-21 13:47:07 +02:00
|
|
|
\[[!tag tags/life]]
|
2006-10-29 01:41:39 +02:00
|
|
|
|
2008-12-21 22:48:15 +01:00
|
|
|
* Enable the [[sidebar|plugins/sidebar]] plugin to get a sidebar listing all
|
2008-12-21 22:44:02 +01:00
|
|
|
the categories you've tagged posts with.
|
2006-10-29 01:41:39 +02:00
|
|
|
|
2008-12-21 22:48:15 +01:00
|
|
|
* Enable the [[pagestats|plugins/pagestats]] plugin to get a tag cloud
|
2008-12-29 04:23:15 +01:00
|
|
|
to display on the [[index]].
|
2008-12-21 22:44:02 +01:00
|
|
|
|
2008-12-21 22:48:15 +01:00
|
|
|
* Enable the [[comments|plugins/comments]] plugin and configure it to
|
2008-12-21 22:44:02 +01:00
|
|
|
enable comments to posts to the blog:
|
2008-12-21 22:45:59 +01:00
|
|
|
|
2008-12-21 22:50:50 +01:00
|
|
|
comments_pagespec => 'blog/posts/* and !*/Discussion',
|