content/*: move to root
All checks were successful
/ render (push) Successful in 32s

This commit is contained in:
Antoine Martin 2024-09-17 15:02:04 -04:00
parent d0dc2ae971
commit 4ada397885
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
60 changed files with 3 additions and 3 deletions

View file

@ -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)