From fb98d9d0c9a3e866a57feffce1befa7315af09aa Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 14 Feb 2020 21:10:32 -0400 Subject: [PATCH] commit of setup files --- ikiwiki.setup | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index 059e45ede..ef8348866 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -218,8 +218,7 @@ libdirs: [] # extra library and plugin directory (searched after libdirs) libdir: /home/b-ikiwiki/.ikiwiki # environment variables -ENV: - TMPDIR: /home/b-ikiwiki/tmp +#ENV: '' # time zone name timezone: JEST+4 # regexp of normally excluded files to include @@ -278,7 +277,6 @@ gitmaster_branch: master # gitpush plugin # git repository urls that changes are pushed to git_push_to: -- git@github.com:joeyh/ikiwiki.git - joey@git.kitenet.net:/srv/git/ikiwiki.git # htmlscrubber plugin @@ -359,7 +357,7 @@ locked_pages: tipjar or tips/DreamHost # openid plugin # url pattern of openid realm (default is cgiurl) -#openid_realm: '' +openid_realm: http://*.branchable.com/ # url to ikiwiki cgi to use for openid authentication (default is cgiurl) #openid_cgiurl: '' @@ -388,6 +386,10 @@ langdefdir: /usr/share/highlight/langDefs #multimarkdown: 0 # disable use of markdown discount? #nodiscount: 0 +# enable footnotes in Markdown (where supported)? +mdwn_footnotes: 1 +# interpret line like 'A. First item' as ordered list when using Discount? +mdwn_alpha_lists: 0 # po plugin # master language (non-PO files) @@ -433,8 +435,8 @@ po_link_to: default ###################################################################### # web plugins -# (404, attachment, comments, editdiff, edittemplate, getsource, google, -# goto, mirrorlist, remove, rename, repolist, search, theme, userlist, +# (404, attachment, comments, editdiff, edittemplate, google, goto, +# mirrorlist, remove, rename, repolist, search, theme, userlist, # websetup, wmd) ###################################################################### @@ -460,10 +462,6 @@ comments_commit: 1 # Restrict formats for comments to (no restriction if empty) comments_allowformats: '' -# getsource plugin -# Mime type for returned source. -#getsource_mimetype: text/plain; charset=utf-8 - # mirrorlist plugin # list of mirrors #mirrorlist: {} @@ -518,13 +516,13 @@ websetup_show_unsafe: 0 # calendar plugin # base of the archives hierarchy -#archivebase: archives +archivebase: archives # PageSpec of pages to include in the archives, if option `calendar_autocreate` is true. -#archive_pagespec: page(posts/*) and !*/Discussion +archive_pagespec: '*' # autocreate new calendar pages? -#calendar_autocreate: 1 +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 +calendar_fill_gaps: 1 # img plugin # Image formats to process (jpeg, png, gif, svg, pdf or 'everything' to accept all) -- 2.39.2