auto-blog.setup: Set tagbase by default, since most bloggers will want it.

Also modified first_post page to use a tag format that will work whether
or not tagbase is set.
master
Joey Hess 2010-03-28 19:23:34 -04:00
parent 2bbbc906ba
commit 6e7bfbe7bb
3 changed files with 3 additions and 1 deletions

View File

@ -48,4 +48,5 @@ IkiWiki::Setup::Automator->import(
blogspam_pagespec => "postcomment(*)",
discussion => 0,
locked_pages => "*",
tagbase => "tags",
)

1
debian/changelog vendored
View 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

View 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]]