]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
changed adminemail to admin@branchable.com, so that emailauth messages sent by branch...
authoradmin <admin@branchable.com>
Tue, 19 May 2015 21:27:16 +0000 (17:27 -0400)
committeradmin <admin@branchable.com>
Tue, 19 May 2015 21:27:16 +0000 (17:27 -0400)
ikiwiki.setup

index af86e01e1dd421c727a5811df67f4b8aa2e5929e..1ed94a177dd4e951b2e6b81ee4fe994f16716d5f 100644 (file)
@@ -10,7 +10,7 @@
 # name of the wiki
 wikiname: ikiwiki
 # contact email for wiki
-adminemail: joey@ikiwiki.info
+adminemail: admin@branchable.com
 # users who are wiki admins
 adminuser:
 - http://joey.kitenet.net/
@@ -103,6 +103,8 @@ destdir: /home/b-ikiwiki/public_html
 url: http://ikiwiki.info
 # url to the ikiwiki.cgi
 cgiurl: http://ikiwiki.info/ikiwiki.cgi
+# do not adjust cgiurl if CGI is accessed via different URL
+reverse_proxy: 0
 # filename of cgi wrapper to generate
 cgi_wrapper: /var/www/b-ikiwiki/ikiwiki.cgi
 # mode for cgi_wrapper (can safely be made suid)
@@ -179,7 +181,7 @@ indexpages: 0
 discussion: 1
 # name of Discussion pages
 discussionpage: Discussion
-# generate HTML5?
+# use elements new in HTML5 like <section>?
 html5: 0
 # only send cookies over SSL connections?
 sslcookie: 0
@@ -201,7 +203,9 @@ hardlink: 1
 #umask: public
 # group for wrappers to run in
 #wrappergroup: ikiwiki
-# extra library and plugin directory
+# extra library and plugin directories
+libdirs: []
+# extra library and plugin directory (searched after libdirs)
 libdir: /home/b-ikiwiki/.ikiwiki
 # environment variables
 ENV:
@@ -219,11 +223,15 @@ allow_symlinks_before_srcdir: 0
 # cookie control
 cookiejar:
   file: /home/b-ikiwiki/.ikiwiki/cookies
+# set custom user agent string for outbound HTTP requests e.g. when fetching aggregated RSS feeds
+useragent: ikiwiki/3.20150330
+# theme has a responsive layout? (mobile-optimized)
+responsive_layout: 1
 
 ######################################################################
 # core plugins
 #   (branchable, editpage, git, gitpush, htmlscrubber, ikiwikihosting,
-#    inline, link, meta, parentlinks)
+#    inline, link, meta, parentlinks, templatebody)
 ######################################################################
 
 # branchable plugin
@@ -272,7 +280,7 @@ urlalias:
 - http://ikiwiki.branchable.com/
 - http://git.ikiwiki.info/
 - http://www.ikiwiki.info/
-# openid of primary site owner
+# openid or email of primary site owner
 owner: http://joey.kitenet.net/
 # optional hostname of site this one was branched from
 #parent: ''
@@ -284,6 +292,8 @@ created: 1305836524
 #log_period: 7
 # disable IPv6?
 ipv6_disabled: 0
+# redirect from http to https?
+redirect_to_https: 0
 
 # inline plugin
 # enable rss feeds by default?
@@ -299,7 +309,7 @@ pingurl: []
 
 ######################################################################
 # auth plugins
-#   (anonok, blogspam, httpauth, lockedit, moderatedcomments,
+#   (anonok, blogspam, emailauth, httpauth, lockedit, moderatedcomments,
 #    opendiscussion, openid, passwordauth, signinedit)
 ######################################################################
 
@@ -312,7 +322,7 @@ pingurl: []
 blogspam_pagespec: '*'
 # options to send to blogspam server
 #blogspam_options: blacklist=1.2.3.4,blacklist=8.7.6.5,max-links=10
-# blogspam server XML-RPC url
+# blogspam server JSON url
 #blogspam_server: ''
 
 # httpauth plugin
@@ -366,8 +376,8 @@ langdefdir: /usr/share/highlight/langDefs
 #po_master_language: en|English
 # slave languages (translated via PO files) format: ll|Langname
 #po_slave_languages:
-#- fr|Français
-#- es|Español
+#- fr|FranÃ\83§ais
+#- es|EspaÃ\83±ol
 #- de|Deutsch
 # PageSpec controlling which pages are translatable
 po_translatable_pages: ''
@@ -491,8 +501,12 @@ websetup_show_unsafe: 0
 # calendar plugin
 # base of the archives hierarchy
 #archivebase: archives
-# PageSpec of pages to include in the archives; used by ikiwiki-calendar command
+# PageSpec of pages to include in the archives, if option `calendar_autocreate` is true.
 #archive_pagespec: page(posts/*) and !*/Discussion
+# autocreate new calendar pages?
+#calendar_autocreate: 1
+# 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
 
 # listdirectives plugin
 # directory in srcdir that contains directive descriptions
@@ -523,10 +537,11 @@ directive_description_dir: ikiwiki/directive
 ######################################################################
 # other plugins
 #   (aggregate, autoindex, brokenlinks, camelcase, ddate, embed, favicon,
-#    filecheck, flattr, goodstuff, htmlbalance, localstyle, missingsite,
-#    notifyemail, pagetemplate, parked, pingee, pinger, prettydate,
-#    recentchanges, recentchangesdiff, relativedate, rsync, sidebar,
-#    smiley, sortnaturally, tag, testpagespec, trail, transient, typography)
+#    filecheck, flattr, goodstuff, htmlbalance, localstyle, loginselector,
+#    missingsite, notifyemail, pagetemplate, parked, pingee, pinger,
+#    prettydate, recentchanges, recentchangesdiff, relativedate, rsync,
+#    sidebar, smiley, sortnaturally, tag, testpagespec, trail, transient,
+#    typography)
 ######################################################################
 
 # aggregate plugin