commit of setup files
This commit is contained in:
parent
e61d231fae
commit
8ab064ea6d
1 changed files with 7 additions and 8 deletions
|
@ -133,7 +133,7 @@ libdirs: []
|
||||||
# extra library and plugin directory (searched after libdirs)
|
# extra library and plugin directory (searched after libdirs)
|
||||||
libdir: /home/b-git-annex/.ikiwiki
|
libdir: /home/b-git-annex/.ikiwiki
|
||||||
# environment variables
|
# environment variables
|
||||||
ENV: {}
|
#ENV: ''
|
||||||
# time zone name
|
# time zone name
|
||||||
timezone: GMT
|
timezone: GMT
|
||||||
# regexp of normally excluded files to include
|
# regexp of normally excluded files to include
|
||||||
|
@ -192,7 +192,6 @@ gitmaster_branch: master
|
||||||
# gitpush plugin
|
# gitpush plugin
|
||||||
# git repository urls that changes are pushed to
|
# git repository urls that changes are pushed to
|
||||||
git_push_to:
|
git_push_to:
|
||||||
- git@github.com:joeyh/git-annex.git
|
|
||||||
- joey@git.kitenet.net:/srv/git/git-annex
|
- joey@git.kitenet.net:/srv/git/git-annex
|
||||||
|
|
||||||
# htmlscrubber plugin
|
# htmlscrubber plugin
|
||||||
|
@ -298,6 +297,10 @@ langdefdir: /usr/share/highlight/langDefs
|
||||||
#multimarkdown: 0
|
#multimarkdown: 0
|
||||||
# disable use of markdown discount?
|
# disable use of markdown discount?
|
||||||
#nodiscount: 0
|
#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
|
||||||
|
|
||||||
# po plugin
|
# po plugin
|
||||||
# master language (non-PO files)
|
# master language (non-PO files)
|
||||||
|
@ -343,8 +346,8 @@ po_link_to: default
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
# web plugins
|
# web plugins
|
||||||
# (404, attachment, comments, editdiff, edittemplate, getsource, google,
|
# (404, attachment, comments, editdiff, edittemplate, google, goto,
|
||||||
# goto, mirrorlist, remove, rename, repolist, search, theme, userlist,
|
# mirrorlist, remove, rename, repolist, search, theme, userlist,
|
||||||
# websetup, wmd)
|
# websetup, wmd)
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
@ -372,10 +375,6 @@ comments_commit: 1
|
||||||
# Restrict formats for comments to (no restriction if empty)
|
# Restrict formats for comments to (no restriction if empty)
|
||||||
comments_allowformats: ''
|
comments_allowformats: ''
|
||||||
|
|
||||||
# getsource plugin
|
|
||||||
# Mime type for returned source.
|
|
||||||
#getsource_mimetype: text/plain; charset=utf-8
|
|
||||||
|
|
||||||
# mirrorlist plugin
|
# mirrorlist plugin
|
||||||
# list of mirrors
|
# list of mirrors
|
||||||
#mirrorlist: {}
|
#mirrorlist: {}
|
||||||
|
|
Loading…
Reference in a new issue