commit of setup files
This commit is contained in:
parent
8f0598a7a6
commit
8aa8661cae
1 changed files with 28 additions and 23 deletions
|
@ -58,6 +58,7 @@ add_plugins:
|
||||||
- blogspam
|
- blogspam
|
||||||
- comments
|
- comments
|
||||||
- aggregate
|
- aggregate
|
||||||
|
- gitpush
|
||||||
# plugins to disable
|
# plugins to disable
|
||||||
disable_plugins: []
|
disable_plugins: []
|
||||||
# additional directory to search for template files
|
# additional directory to search for template files
|
||||||
|
@ -117,8 +118,8 @@ allow_symlinks_before_srcdir: 0
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
# core plugins
|
# core plugins
|
||||||
# (branchable, editpage, git, htmlscrubber, inline, link, meta,
|
# (branchable, editpage, git, gitpush, htmlscrubber, ikiwikihosting,
|
||||||
# parentlinks)
|
# inline, link, meta, parentlinks)
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
# branchable plugin
|
# branchable plugin
|
||||||
|
@ -147,10 +148,31 @@ gitorigin_branch: origin
|
||||||
# branch that the wiki is stored in
|
# branch that the wiki is stored in
|
||||||
gitmaster_branch: master
|
gitmaster_branch: master
|
||||||
|
|
||||||
|
# gitpush plugin
|
||||||
|
# git repository urls that changes are pushed to
|
||||||
|
git_push_to:
|
||||||
|
- git@github.com:joeyh/git-annex.git
|
||||||
|
|
||||||
# htmlscrubber plugin
|
# htmlscrubber plugin
|
||||||
# PageSpec specifying pages not to scrub
|
# PageSpec specifying pages not to scrub
|
||||||
#htmlscrubber_skip: '!*/Discussion'
|
#htmlscrubber_skip: '!*/Discussion'
|
||||||
|
|
||||||
|
# ikiwikihosting plugin
|
||||||
|
# list of urls that alias to the main url
|
||||||
|
#urlalias: []
|
||||||
|
# openid of primary site owner
|
||||||
|
owner: http://joey.kitenet.net/
|
||||||
|
# optional hostname of site this one was branched from
|
||||||
|
#parent: ''
|
||||||
|
# internal hostname of this site
|
||||||
|
hostname: git-annex.branchable.com
|
||||||
|
# site creation datestamp
|
||||||
|
created: 1287531313
|
||||||
|
# how many days to retain logs
|
||||||
|
#log_period: 7
|
||||||
|
# disable IPv6?
|
||||||
|
ipv6_disabled: 0
|
||||||
|
|
||||||
# inline plugin
|
# inline plugin
|
||||||
# enable rss feeds by default?
|
# enable rss feeds by default?
|
||||||
rss: 1
|
rss: 1
|
||||||
|
@ -343,11 +365,10 @@ directive_description_dir: ikiwiki/directive
|
||||||
######################################################################
|
######################################################################
|
||||||
# other plugins
|
# other plugins
|
||||||
# (aggregate, autoindex, brokenlinks, camelcase, ddate, embed, favicon,
|
# (aggregate, autoindex, brokenlinks, camelcase, ddate, embed, favicon,
|
||||||
# flattr, goodstuff, htmlbalance, ikiwikihosting, localstyle,
|
# flattr, goodstuff, htmlbalance, localstyle, missingsite, pagetemplate,
|
||||||
# missingsite, pagetemplate, parked, pingee, pinger, prettydate,
|
# parked, pingee, pinger, prettydate, recentchanges, recentchangesdiff,
|
||||||
# recentchanges, recentchangesdiff, relativedate, rsync, sidebar,
|
# relativedate, rsync, sidebar, smiley, sortnaturally, tag,
|
||||||
# smiley, sortnaturally, tag, testpagespec, transient, typography,
|
# testpagespec, transient, typography, underlay)
|
||||||
# underlay)
|
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
# aggregate plugin
|
# aggregate plugin
|
||||||
|
@ -371,22 +392,6 @@ autoindex_commit: 1
|
||||||
# userid or user name to use by default for Flattr buttons
|
# userid or user name to use by default for Flattr buttons
|
||||||
#flattr_userid: joeyh
|
#flattr_userid: joeyh
|
||||||
|
|
||||||
# ikiwikihosting plugin
|
|
||||||
# list of urls that alias to the main url
|
|
||||||
#urlalias: []
|
|
||||||
# openid of primary site owner
|
|
||||||
owner: http://joey.kitenet.net/
|
|
||||||
# optional hostname of site this one was branched from
|
|
||||||
#parent: ''
|
|
||||||
# internal hostname of this site
|
|
||||||
hostname: git-annex.branchable.com
|
|
||||||
# site creation datestamp
|
|
||||||
created: 1287531313
|
|
||||||
# how many days to retain logs
|
|
||||||
#log_period: 7
|
|
||||||
# disable IPv6?
|
|
||||||
ipv6_disabled: 0
|
|
||||||
|
|
||||||
# parked plugin
|
# parked plugin
|
||||||
# An optional message explaining why this site is parked.
|
# An optional message explaining why this site is parked.
|
||||||
#parked_message: ''
|
#parked_message: ''
|
||||||
|
|
Loading…
Reference in a new issue