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-blueview.setup | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 basic-blueview.setup (limited to 'basic-blueview.setup') diff --git a/basic-blueview.setup b/basic-blueview.setup new file mode 100644 index 0000000..0eba02c --- /dev/null +++ b/basic-blueview.setup @@ -0,0 +1,33 @@ +# IkiWiki::Setup::Yaml - YAML formatted setup file +# +# name of the wiki +wikiname: basic-blueview +# where the source of the wiki is located +srcdir: basic +# where to build the wiki +destdir: dest/basic-blueview +# base url to the wiki +url: '' +# rcs backend to use +#rcs: 'git' +# plugins to add to the default configuration +add_plugins: +- album +- theme +theme: blueview +# 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