content/*: move to root
2
.gitignore
vendored
|
@ -1,3 +1,3 @@
|
||||||
content/.ikiwiki
|
.ikiwiki
|
||||||
public/
|
public/
|
||||||
tools/http-server/
|
tools/http-server/
|
||||||
|
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 140 KiB After Width: | Height: | Size: 140 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 371 B After Width: | Height: | Size: 371 B |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 106 KiB |
|
@ -16,7 +16,7 @@ adminuser: []
|
||||||
# users who are banned from the wiki
|
# users who are banned from the wiki
|
||||||
banned_users: []
|
banned_users: []
|
||||||
# where the source of the wiki is located
|
# where the source of the wiki is located
|
||||||
srcdir: ./content
|
srcdir: ./
|
||||||
# where to build the wiki
|
# where to build the wiki
|
||||||
destdir: ./public
|
destdir: ./public
|
||||||
# base url to the wiki
|
# base url to the wiki
|
||||||
|
@ -103,7 +103,7 @@ timezone: :/etc/localtime
|
||||||
# regexp of normally excluded files to include
|
# regexp of normally excluded files to include
|
||||||
include: ^(\.htaccess|.*/keys/.*.asc)$
|
include: ^(\.htaccess|.*/keys/.*.asc)$
|
||||||
# regexp of files that should be skipped
|
# regexp of files that should be skipped
|
||||||
exclude: ^(tools/.*|lib/.*)$
|
exclude: ^(tools/.*|lib/.*|public/.*)$
|
||||||
# specifies the characters that are allowed in source filenames
|
# specifies the characters that are allowed in source filenames
|
||||||
wiki_file_chars: -[:alnum:]+/.:_
|
wiki_file_chars: -[:alnum:]+/.:_
|
||||||
# allow symlinks in the path leading to the srcdir (potentially insecure)
|
# allow symlinks in the path leading to the srcdir (potentially insecure)
|
||||||
|
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 293 B After Width: | Height: | Size: 293 B |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |