aboutsummaryrefslogtreecommitdiff
path: root/auto-blog.setup
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-02-06 15:53:54 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-02-06 15:53:54 -0500
commiteda1d1321b7510d717c236b668e430bf1f656bed (patch)
tree28e6e44cff9d10376929c9cfc986e40095f0ecd0 /auto-blog.setup
parent03777230ea17220527b7cd45b9a57770e859623c (diff)
downloadikiwiki-eda1d1321b7510d717c236b668e430bf1f656bed.tar
ikiwiki-eda1d1321b7510d717c236b668e430bf1f656bed.tar.gz
auto-blog.setup: Lock all pages, so only admin can post to the blog by default.
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 82aa8d415..e3059e32e 100644
--- a/auto-blog.setup
+++ b/auto-blog.setup
@@ -47,4 +47,5 @@ IkiWiki::Setup::Automator->import(
comments_pagespec => "posts/* and !*/Discussion",
blogspam_pagespec => "postcomment(*)",
discussion => 0,
+ locked_pages => "*",
)