bavbavhaus.net/laptop.setup

173 lines
5.2 KiB
Plaintext

# IkiWiki::Setup::Yaml - YAML formatted setup file
#
# Setup file for ikiwiki.
#
# Passing this to ikiwiki --setup will make ikiwiki generate
# wrappers and build the wiki.
#
# Remember to re-run ikiwiki --setup any time you edit this file.
#
# name of the wiki
wikiname: bavbavhaus.net
# contact email for wiki
adminemail: urosm@kompot.si
# users who are wiki admins
adminuser:
- urosm
# users who are banned from the wiki
banned_users: []
# where the source of the wiki is located
srcdir: /home/urosm/bavbavhaus.net
# where to build the wiki
destdir: /home/urosm/public_html/bavbavhaus.net
# base url to the wiki
url: bavbavhaus.net
# url to the ikiwiki.cgi
cgiurl: ''
# do not adjust cgiurl if CGI is accessed via different URL
reverse_proxy: 0
# filename of cgi wrapper to generate
cgi_wrapper: ''
# mode for cgi_wrapper (can safely be made suid)
cgi_wrappermode: 06755
# number of seconds to delay CGI requests when overloaded
cgi_overload_delay: ''
# message to display when overloaded (may contain html)
cgi_overload_message: ''
# enable optimization of only refreshing committed changes?
only_committed_changes: 0
# rcs backend to use
rcs: git
# plugins to add to the default configuration
add_plugins:
- selftemplate
- backlinkpages
- inlinepages
# plugins to disable
disable_plugins:
- conditional
- editpage
- emailauth
- lockedit
- openid
- passwordauth
- recentchanges
- signinedit
- sortnaturally
- templatebody
- transient
# - htmlscrubber
# - inline
# - link
# - mdwn
# - meta
# - parentlinks
# additional directory to search for template files
templatedir: /home/urosm/bavbavhaus.net/tmpl
# base wiki source location
underlaydir: ''
# display verbose messages?
verbose: 1
# log to syslog?
syslog: 1
# create output files named page/index.html?
usedirs: 1
# use '!'-prefixed preprocessor directives?
prefix_directives: 1
# use page/index.mdwn source files
indexpages: 0
# enable Discussion pages?
discussion: 0
# name of Discussion pages
discussionpage: ''
# use elements new in HTML5 like <section>?
html5: 1
# only send cookies over SSL connections?
sslcookie: 0
# extension to use for new pages
default_pageext: md
# extension to use for html files
htmlext: html
# strftime format string to display date
timeformat: '%c'
# UTF-8 locale to use
locale: sl_SI.UTF-8
# put user pages below specified page
userdir: ''
# how many backlinks to show before hiding excess (0 to show all)
numbacklinks: 10
# attempt to hardlink source files? (optimisation for large files)
hardlink: 0
# force ikiwiki to use a particular umask (keywords public, group or private, or a number)
#umask: public
# group for wrappers to run in
#wrappergroup: ikiwiki
# extra library and plugin directories
libdirs:
- /home/urosm/bavbavhaus.net
# extra library and plugin directory (searched after libdirs)
libdir: /home/urosm/.ikiwiki
# environment variables
ENV: {}
# time zone name
timezone: :/etc/localtime
# regexp of normally excluded files to include
#include: ^\.htaccess$
# regexp of files that should be skipped
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)
allow_symlinks_before_srcdir: 0
# cookie control
cookiejar:
file: /home/urosm/.ikiwiki/cookies
# set custom user agent string for outbound HTTP requests e.g. when fetching aggregated RSS feeds
useragent: ikiwiki/3.20200202.3-1
# theme has a responsive layout? (mobile-optimized)
responsive_layout: 1
# try harder to produce deterministic output
deterministic: 0
# git plugin ###################################################################
# git hook to generate
git_wrapper: ''
# shell command for git_wrapper to run, in the background
#git_wrapper_background_command: git push github
# mode for git_wrapper (can safely be made suid)
#git_wrappermode: 06755
# git pre-receive hook to generate
#git_test_receive_wrapper: /git/wiki.git/hooks/pre-receive
# unix users whose commits should be checked by the pre-receive hook
#untrusted_committers: []
# gitweb url to show file history ([[file]] substituted)
#historyurl: http://git.example.com/gitweb.cgi?p=wiki.git;a=history;f=[[file]];hb=HEAD
# gitweb url to show a diff ([[file]], [[sha1_to]], [[sha1_from]], [[sha1_commit]], and [[sha1_parent]] substituted)
#diffurl: http://git.example.com/gitweb.cgi?p=wiki.git;a=blobdiff;f=[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]]
# where to pull and push changes (set to empty string to disable)
gitorigin_branch: ''
# branch that the wiki is stored in
#gitmaster_branch: master
# inline plugin ################################################################
# enable rss feeds by default?
rss: 0
# enable atom feeds by default?
atom: 0
# allow rss feeds to be used?
allowrss: 0
# allow atom feeds to be used?
allowatom: 0
# urls to ping (using XML-RPC) on feed update
#pingurl: http://rpc.technorati.com/rpc/ping
# mdwn plugin ##################################################################
# enable multimarkdown features?
multimarkdown: 1
# disable use of markdown discount?
#nodiscount: 0
# enable footnotes in Markdown (where supported)?
#mdwn_footnotes: 1
# interpret line like 'A. First item' as ordered list when using Discount?
#mdwn_alpha_lists: 0