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
parent
2bbbc906ba
commit
6e7bfbe7bb
|
@ -48,4 +48,5 @@ IkiWiki::Setup::Automator->import(
|
|||
blogspam_pagespec => "postcomment(*)",
|
||||
discussion => 0,
|
||||
locked_pages => "*",
|
||||
tagbase => "tags",
|
||||
)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in New Issue