diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-03-07 16:43:37 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-03-07 16:43:37 +0100 |
commit | d7c73b19202e77f22b20ffaa0c12a3b6356a8a20 (patch) | |
tree | d9444c8daed139caa52e43ed08665dd5c4b92b76 /config | |
parent | 8f069bf32ded4ad79be865c57677e31bb9355728 (diff) |
Disable CGI. Avoid search, history, or diff. Avoid topbar.
Diffstat (limited to 'config')
-rw-r--r-- | config/ikiwiki.setup.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in index bd5f032..ca1ebd0 100644 --- a/config/ikiwiki.setup.in +++ b/config/ikiwiki.setup.in @@ -2,15 +2,16 @@ wikiname: Omnipresence adminemail: webmaster@couchdesign.dk url: http://omni.kassandra-production.dk/ -cgiurl: http://omni.kassandra-production.dk/ikiwiki.cgi +#cgiurl: http://omni.kassandra-production.dk/ikiwiki.cgi add_plugins: -- search +#- search - sidebar - branding -- topbar +#- topbar - copyright - license - osm +- graphviz disable_plugins: - editpage - htmlscrubber @@ -23,8 +24,8 @@ html5: 1 timeformat: '%A d. %e. %B' locale: da_DK.UTF-8 timezone: Europe/Copenhagen -historyurl: 'http://source.couchdesign.dk/?p=web-omni/content.git;a=history;f=[[file]]' -diffurl: http://source.couchdesign.dk/?p=web-omni/content.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]] +#historyurl: 'http://source.couchdesign.dk/?p=web-omni/content.git;a=history;f=[[file]]' +#diffurl: http://source.couchdesign.dk/?p=web-omni/content.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]] #gitorigin_branch: '' allowrss: 1 allowatom: 1 |