auto-blog.setup: Set tagbase by default, since most bloggers will want it.
authorJoey Hess <joey@gnu.kitenet.net>
Sun, 28 Mar 2010 23:23:34 +0000 (19:23 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Sun, 28 Mar 2010 23:23:34 +0000 (19:23 -0400)
Also modified first_post page to use a tag format that will work whether
or not tagbase is set.

auto-blog.setup
debian/changelog
doc/examples/blog/posts/first_post.mdwn

index 7ff4131878e499a4925c25a93354eb77295f45d7..95347167f44cc19364325d50b62b71eb4634bf3a 100644 (file)
@@ -48,4 +48,5 @@ IkiWiki::Setup::Automator->import(
        blogspam_pagespec => "postcomment(*)",
        discussion => 0,
        locked_pages => "*",
+       tagbase => "tags",
 )
index 57406c6d3f739fa37ac1670c8ed371d5b6b19251..2d82c4dba32b7889d6c47d50068015caa446002c 100644 (file)
@@ -21,6 +21,7 @@ ikiwiki (3.20100324) UNRELEASED; urgency=low
     that could lead to bad dependency handling in certian situations.
   * Add preprocessed 'use lib' line to ikiwiki-transition and ikiwiki-calendar
     if necessary for unusual install.
+  * auto-blog.setup: Set tagbase by default, since most bloggers will want it.
 
  -- Joey Hess <joeyh@debian.org>  Sat, 13 Mar 2010 14:48:10 -0500
 
index d4943234109a3cef652c1303dd118772d54b0434..7f814fbb1d938fbd8b9f7779286d69a5f6dc08d5 100644 (file)
@@ -1,4 +1,4 @@
 This is the first post to this example blog. To add new posts, just add
 files to the posts/ subdirectory, or use the web form.
 
-[[!tag tags/tech]]
+[[!tag ./tags/tech]]