aboutsummaryrefslogtreecommitdiff
path: root/auto-blog.setup
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-03-28 19:23:34 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-03-28 19:23:34 -0400
commit6e7bfbe7bb8ba4b94d0e8c203b2117477b217384 (patch)
treecfbe7024f9825f7c481d6c54444c7b52e58d0d97 /auto-blog.setup
parent2bbbc906bae7aa81b2635ca33f6e880f9a5ae9f5 (diff)
downloadikiwiki-6e7bfbe7bb8ba4b94d0e8c203b2117477b217384.tar
ikiwiki-6e7bfbe7bb8ba4b94d0e8c203b2117477b217384.tar.gz
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.
Diffstat (limited to 'auto-blog.setup')
-rw-r--r--auto-blog.setup1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto-blog.setup b/auto-blog.setup
index 7ff413187..95347167f 100644
--- a/auto-blog.setup
+++ b/auto-blog.setup
@@ -48,4 +48,5 @@ IkiWiki::Setup::Automator->import(
blogspam_pagespec => "postcomment(*)",
discussion => 0,
locked_pages => "*",
+ tagbase => "tags",
)