From b815181de854a93b6a94be3f23376853ed002c53 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 26 May 2016 23:03:19 +0000 Subject: commit of setup files --- ikiwiki.setup | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3 From 408c33d7c91d8186017a0c343f6a514a328f6661 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 29 May 2016 15:02:09 +0000 Subject: commit of setup files --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index 4f20446..b8dbd9b 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -18,7 +18,7 @@ adminuser: # users who are banned from the wiki banned_users: [] # where the source of the wiki is located -srcdir: /home/b-standingwithresilience/source +srcdir: /home/b-standingwithresilience/source/wiki # where to build the wiki destdir: /home/b-standingwithresilience/public_html # base url to the wiki -- cgit v1.2.3 From ea0354f334bc01cd390d3b9c76f0a916c51acbb0 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 1 Jun 2016 23:34:39 +0000 Subject: commit of setup files --- ikiwiki.setup | 1 + 1 file changed, 1 insertion(+) diff --git a/ikiwiki.setup b/ikiwiki.setup index b8dbd9b..10cac0e 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -64,6 +64,7 @@ add_plugins: - version - theme - gitpush +- comments # plugins to disable disable_plugins: [] # additional directory to search for template files -- cgit v1.2.3 From f9605bcb6e88ad672d5b9f1e94a7d48d41a05c5e Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 2 Jun 2016 00:16:44 +0000 Subject: commit of setup files --- ikiwiki.setup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index 10cac0e..5fefb7a 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -65,6 +65,7 @@ add_plugins: - theme - gitpush - comments +- anonok # plugins to disable disable_plugins: [] # additional directory to search for template files @@ -340,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) -- cgit v1.2.3