From 940e5d649e533d829abc2f72762487360e5b9fb6 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 6 Mar 2012 01:32:51 +0100 Subject: Prepare for restructuring: Add YAML in-file, replacing include.mk. --- config/ikiwiki.setup.in | 51 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 config/ikiwiki.setup.in (limited to 'config/ikiwiki.setup.in') diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in new file mode 100644 index 0000000..42275ff --- /dev/null +++ b/config/ikiwiki.setup.in @@ -0,0 +1,51 @@ +# IkiWiki::Setup::Yaml - YAML formatted setup file +wikiname: IT-guide dr. Jones +adminemail: dr@jones.dk +adminuser: +- http://dr.jones.dk/ +- http://sirireiter.dk/ +url: http://dr.jones.dk/ +cgiurl: http://dr.jones.dk/ikiwiki.cgi +add_plugins: +- search +- topbar +- sidebar +- farbar +- copyright +- license +- po +- lockedit +- wmd +- map +- linkmap +- aggregate +- html +- graphviz +disable_plugins: +- htmlscrubber +- passwordauth +html5: 0 +timeformat: '%c' +locale: en_US.UTF-8 +hardlink: 1 +timezone: Europe/Copenhagen +allow_symlinks_before_srcdir: 1 +historyurl: http://source.jones.dk/?p=jones/content.git;a=history;f=[[file]] +diffurl: http://source.jones.dk/?p=jones/content.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]] +gitorigin_branch: '' +gitmaster_branch: master +htmlscrubber_skip: '!*/Discussion' +allowrss: 1 +allowatom: 1 +#anonok_pagespec: '*/discussion' +locked_pages: '!*/Discussion' +multimarkdown: 1 +nodiscount: 1 +po_master_language: en|English +po_slave_languages: +- da|Dansk +po_translatable_pages: '* and !*/talk/* and !emdebian/fb/*' +po_link_to: negotiated +aggregateinternal: 1 +tagbase: tag +tag_autocreate_commit: 1 -- cgit v1.2.3