ikiwiki/doc/examples/blog.mdwn

26 lines
871 B
Plaintext
Raw Normal View History

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.
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
2009-01-13 00:42:05 +01:00
Some additional configuration you might want to do:
* 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:
\[[!tag tags/life]]
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.
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',