update ikiwiki setup files

urosm 2024-01-14 23:04:01 +01:00
parent 98ccf7aa3d
commit 8661aba367
2 changed files with 6 additions and 6 deletions

View File

@ -114,7 +114,7 @@ timezone: :/etc/localtime
# regexp of normally excluded files to include
#include: ^\.htaccess$
# regexp of files that should be skipped
exclude: (^laptop\.setup$|^server\.setup$|^makefile$|^dest|\.tmpl$|\.pm$|\.md$|\.yaml$)
exclude: (\.setup$|^makefile$|^dest/|^IkiWiki/|^pandoc/|^tmpl/|\.md$|\.yaml$)
# specifies the characters that are allowed in source filenames
wiki_file_chars: -[:alnum:]+/.:_
# allow symlinks in the path leading to the srcdir (potentially insecure)
@ -151,11 +151,11 @@ gitorigin_branch: ''
# inline plugin ################################################################
# enable rss feeds by default?
rss: 1
rss: 0
# enable atom feeds by default?
atom: 0
# allow rss feeds to be used?
allowrss: 1
allowrss: 0
# allow atom feeds to be used?
allowatom: 0
# urls to ping (using XML-RPC) on feed update

View File

@ -114,7 +114,7 @@ timezone: :/etc/localtime
# regexp of normally excluded files to include
#include: ^\.htaccess$
# regexp of files that should be skipped
exclude: (^laptop\.setup$|^server\.setup$|^makefile$|^dest|\.tmpl$|\.pm$|\.md$|\.yaml$)
exclude: (\.setup$|^makefile$|^dest/|^IkiWiki/|^pandoc/|^tmpl/|\.md$|\.yaml$)
# specifies the characters that are allowed in source filenames
wiki_file_chars: -[:alnum:]+/.:_
# allow symlinks in the path leading to the srcdir (potentially insecure)
@ -151,11 +151,11 @@ gitorigin_branch: origin
# inline plugin ################################################################
# enable rss feeds by default?
rss: 1
rss: 0
# enable atom feeds by default?
atom: 0
# allow rss feeds to be used?
allowrss: 1
allowrss: 0
# allow atom feeds to be used?
allowatom: 0
# urls to ping (using XML-RPC) on feed update