diff options
-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 |