aboutsummaryrefslogtreecommitdiff
path: root/basic-actiontabs.setup
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2014-06-25 22:18:37 +0100
committerChristopher Baines <mail@cbaines.net>2014-06-27 23:09:45 +0100
commit26ae2af16b137034912c366147db5ed87182cb7d (patch)
treeb2537a07b80a685702fc7ee26133ca9b5b656b97 /basic-actiontabs.setup
downloadalbum-examples-26ae2af16b137034912c366147db5ed87182cb7d.tar
album-examples-26ae2af16b137034912c366147db5ed87182cb7d.tar.gz
Initial commit
Diffstat (limited to 'basic-actiontabs.setup')
-rw-r--r--basic-actiontabs.setup33
1 files changed, 33 insertions, 0 deletions
diff --git a/basic-actiontabs.setup b/basic-actiontabs.setup
new file mode 100644
index 0000000..a98da53
--- /dev/null
+++ b/basic-actiontabs.setup
@@ -0,0 +1,33 @@
+# IkiWiki::Setup::Yaml - YAML formatted setup file
+#
+# name of the wiki
+wikiname: basic-actiontabs
+# where the source of the wiki is located
+srcdir: basic
+# where to build the wiki
+destdir: dest/basic-actiontabs
+# base url to the wiki
+url: ''
+# rcs backend to use
+#rcs: 'git'
+# plugins to add to the default configuration
+add_plugins:
+- album
+- theme
+theme: actiontabs
+# 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