aboutsummaryrefslogtreecommitdiff
path: root/large-blueview.setup
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2014-08-10 15:08:58 +0100
committerChristopher Baines <mail@cbaines.net>2014-08-10 15:08:58 +0100
commit85c2ebe83a5d95201f99a00e0499d97659879cb8 (patch)
treefe468f64b73500519662948a081e9e4645ffaca1 /large-blueview.setup
parentd77036bb8e7bcf4b33ff836d8fc121c9d0b04d8e (diff)
downloadalbum-examples-master.tar
album-examples-master.tar.gz
Add example with large imagesHEADmaster
Diffstat (limited to 'large-blueview.setup')
-rw-r--r--large-blueview.setup33
1 files changed, 33 insertions, 0 deletions
diff --git a/large-blueview.setup b/large-blueview.setup
new file mode 100644
index 0000000..cade006
--- /dev/null
+++ b/large-blueview.setup
@@ -0,0 +1,33 @@
+# IkiWiki::Setup::Yaml - YAML formatted setup file
+#
+# name of the wiki
+wikiname: large-blueview
+# where the source of the wiki is located
+srcdir: large
+# where to build the wiki
+destdir: dest/large-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