aboutsummaryrefslogtreecommitdiff
path: root/large-monochrome.setup
diff options
context:
space:
mode:
Diffstat (limited to 'large-monochrome.setup')
-rw-r--r--large-monochrome.setup33
1 files changed, 33 insertions, 0 deletions
diff --git a/large-monochrome.setup b/large-monochrome.setup
new file mode 100644
index 0000000..2d386c9
--- /dev/null
+++ b/large-monochrome.setup
@@ -0,0 +1,33 @@
+# IkiWiki::Setup::Yaml - YAML formatted setup file
+#
+# name of the wiki
+wikiname: large-monochrome
+# where the source of the wiki is located
+srcdir: large
+# where to build the wiki
+destdir: dest/large-monochrome
+# base url to the wiki
+url: ''
+# rcs backend to use
+#rcs: 'git'
+# plugins to add to the default configuration
+add_plugins:
+- album
+- theme
+theme: monochrome
+# 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