Skip to content
Snippets Groups Projects
Commit 751d8a8e authored by rhatto's avatar rhatto
Browse files

Updates ikiwiki config

parent 388919fd
No related branches found
No related tags found
No related merge requests found
...@@ -99,14 +99,14 @@ ENV: {} ...@@ -99,14 +99,14 @@ ENV: {}
# regexp of normally excluded files to include # regexp of normally excluded files to include
include: ^\.htaccess$ include: ^\.htaccess$
# regexp of files that should be skipped # regexp of files that should be skipped
exclude: (?^i:(www|drafts)) exclude: (?^i:(www|drafts|vendor))
# 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)
allow_symlinks_before_srcdir: 0 allow_symlinks_before_srcdir: 0
# cookie control # cookie control
cookiejar: cookiejar:
file: /home/rhatto/.ikiwiki/cookies file: ~/file/blog/.ikiwiki/cookies
# set custom user agent string for outbound HTTP requests e.g. when fetching aggregated RSS feeds # set custom user agent string for outbound HTTP requests e.g. when fetching aggregated RSS feeds
useragent: ikiwiki/3.20141016.4 useragent: ikiwiki/3.20141016.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment