From 26ae2af16b137034912c366147db5ed87182cb7d Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 25 Jun 2014 22:18:37 +0100 Subject: Initial commit --- basic.setup | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 basic.setup (limited to 'basic.setup') diff --git a/basic.setup b/basic.setup new file mode 100644 index 0000000..735beee --- /dev/null +++ b/basic.setup @@ -0,0 +1,31 @@ +# IkiWiki::Setup::Yaml - YAML formatted setup file +# +# name of the wiki +wikiname: basic +# where the source of the wiki is located +srcdir: basic +# where to build the wiki +destdir: dest/basic +# base url to the wiki +url: '' +# rcs backend to use +#rcs: 'git' +# plugins to add to the default configuration +add_plugins: +- album +# plugins to disable +disable_plugins: +- openid +# base wiki source location +underlaydir: ikiwiki-dest/share/ikiwiki/basewiki +underlaydirbase: ikiwiki-dest/share/ikiwiki +# template dir +templatedir: ikiwiki/templates +# create output files named page/index.html? +usedirs: 1 +# display verbose messages? +verbose: 1 +# generate HTML5? +html5: 0 +# attempt to hardlink source files? (optimisation for large files) +hardlink: 0 -- cgit v1.2.3