diff options
author | admin <admin@branchable.com> | 2016-05-26 23:03:19 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-05-26 23:03:19 +0000 |
commit | b815181de854a93b6a94be3f23376853ed002c53 (patch) | |
tree | 968cff1eba4cfc4c272df10b999b649f9acbdb4a | |
parent | f6f028b492fce4844349332b09c6be7ca185595a (diff) | |
download | standingwithresilience-b815181de854a93b6a94be3f23376853ed002c53.tar.gz standingwithresilience-b815181de854a93b6a94be3f23376853ed002c53.zip |
commit of setup files
-rw-r--r-- | ikiwiki.setup | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index f38434c..4f20446 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -63,6 +63,7 @@ add_plugins: - testpagespec - version - theme +- gitpush # plugins to disable disable_plugins: [] # additional directory to search for template files @@ -168,7 +169,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 @@ -406,6 +408,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 |