This commit is contained in:
parent
d0dc2ae971
commit
4ada397885
60 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ adminuser: []
|
|||
# users who are banned from the wiki
|
||||
banned_users: []
|
||||
# where the source of the wiki is located
|
||||
srcdir: ./content
|
||||
srcdir: ./
|
||||
# where to build the wiki
|
||||
destdir: ./public
|
||||
# base url to the wiki
|
||||
|
@ -101,7 +101,7 @@ timezone: :/etc/localtime
|
|||
# regexp of normally excluded files to include
|
||||
#include: ^\.htaccess$
|
||||
# regexp of files that should be skipped
|
||||
exclude: ^(tools/.*|)$
|
||||
exclude: ^(tools/.*|public/.*|plugins/.*)$
|
||||
# specifies the characters that are allowed in source filenames
|
||||
wiki_file_chars: -[:alnum:]+/.:_
|
||||
# allow symlinks in the path leading to the srcdir (potentially insecure)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue