summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJamie McClelland <jm@mayfirst.org>2008-09-03 12:27:18 -0400
committerJamie McClelland <jm@mayfirst.org>2008-09-03 12:27:18 -0400
commit39ad3cccd2307fe3c43892376ab1a4e57b53b6d6 (patch)
tree5c66cbfd90a3080ceb8ad83acce4278eede327bc /doc
parent0adb6964e3876fdc79a2b43db1c9073c696d952a (diff)
adding sample ikiwiki setup file and mirrors web page.
Diffstat (limited to 'doc')
-rw-r--r--doc/ikiwiki.setup.sample29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/ikiwiki.setup.sample b/doc/ikiwiki.setup.sample
new file mode 100644
index 0000000..97e77c8
--- /dev/null
+++ b/doc/ikiwiki.setup.sample
@@ -0,0 +1,29 @@
+use IkiWiki::Setup::Standard {
+ wikiname => "Monkeysphere",
+ adminemail => 'webmaster@monkeysphere.info',
+
+ srcdir => "/path/to/cloned/monkeysphere/repo/website",
+ destdir => "/path/to/web/dir",
+
+ url => "http://monkeysphere.info",
+
+ rcs => "git",
+
+ wrappers => [
+ {
+ wrapper => "/path/to/post-receive/hook",
+ wrappermode => "0755",
+ }
+ ],
+
+ rss => 1,
+ atom => 1,
+ verbose => 0,
+ syslog => 0,
+
+ add_plugins => [qw{goodstuff favicon toc sidebar}],
+
+
+ tagbase => "tags",
+
+}