diff options
author | Karl Semich <0xloem@gmail.com> | 2016-06-24 00:44:31 -0400 |
---|---|---|
committer | Karl Semich <0xloem@gmail.com> | 2016-06-24 00:44:31 -0400 |
commit | 8f81479eaf110a17aef548477ea3b8d16238045d (patch) | |
tree | 8ac61616ee2baa65168f45a51eebabe7faf0b4dd /ikiwiki.setup | |
parent | 3e04d5b3683dacc67ed4da9cecb5b2ae835e6c73 (diff) | |
parent | f9605bcb6e88ad672d5b9f1e94a7d48d41a05c5e (diff) | |
download | standingwithresilience-setup.tar.gz standingwithresilience-setup.zip |
Merge branch 'setup' of git://standingwithresilience.branchable.com into setupbsv-1567450860-pack-76956f6623747d1eaf1eaea61d04d6ce74ac430a-setupsetup
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r-- | ikiwiki.setup | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 5fdfe42..5fefb7a 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -63,6 +63,9 @@ add_plugins: - testpagespec - version - theme +- gitpush +- comments +- anonok # plugins to disable disable_plugins: [] # additional directory to search for template files @@ -168,7 +171,8 @@ gitmaster_branch: master # gitpush plugin # git repository urls that changes are pushed to -#git_push_to: [] +git_push_to: +- standing.with.resilience@fairlystable.org:/srv/git/standingwithresilience # htmlscrubber plugin # PageSpec specifying pages not to scrub @@ -337,7 +341,7 @@ comments_pagename: comment_ # Interpret directives in comments? #comments_allowdirectives: 0 # Allow anonymous commenters to set an author name? -#comments_allowauthor: 0 +comments_allowauthor: 1 # commit comments to the VCS comments_commit: 1 # Restrict formats for comments to (no restriction if empty) @@ -406,6 +410,10 @@ calendar_autocreate: '' # if set, when building calendar pages, also build pages of year and month when no pages were published (building empty calendars). calendar_fill_gaps: 1 +# img plugin +# Image formats to process (jpeg, png, gif, svg, pdf or 'everything' to accept all) +#img_allowed_formats: '' + # listdirectives plugin # directory in srcdir that contains directive descriptions directive_description_dir: ikiwiki/directive |