unify pagespecs
parent
63b919b230
commit
d70f3d6271
|
@ -21,4 +21,4 @@ Some additional configuration you might want to do:
|
|||
* Enable the [[comments|plugins/comments]] plugin and configure it to
|
||||
enable comments to posts to the blog:
|
||||
|
||||
comments_pagespec => 'blog/posts/*',
|
||||
comments_pagespec => 'blog/posts/* and !*/Discussion',
|
||||
|
|
|
@ -25,7 +25,8 @@ There are some global options for the setup file:
|
|||
|
||||
* `comments_pagespec`: [[ikiwiki/PageSpec]] of pages where comments are
|
||||
allowed. The default is not to allow comments on any pages. To allow
|
||||
comments to all posts to a blog, you could use `blog/* and !*/Discussion`.
|
||||
comments to all posts to a blog, you could use
|
||||
`blog/posts/* and !*/Discussion`.
|
||||
* `comments_closed_pagespec`: [[ikiwiki/PageSpec]] of pages where
|
||||
posting of new comments is closed, but any existing comments will still
|
||||
be displayed. Often you will list a set of individual pages here.
|
||||
|
|
Loading…
Reference in New Issue