summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-09-22 10:39:02 +0300
committerLars Wirzenius <liw@liw.fi>2020-09-22 10:39:02 +0300
commitd3ad3aaf27d9be5856aadcb1bddf0ae0c6aa809b (patch)
tree61ed929706362edbb417cb3c02027b9c4eb7ed46
parentc33164961a331d35ddd97850ae0c116fbba7a9f3 (diff)
downloadobnam.org-d3ad3aaf27d9be5856aadcb1bddf0ae0c6aa809b.tar.gz
build: ikiwiki.setup
-rw-r--r--ikiwiki.setup38
1 files changed, 38 insertions, 0 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
new file mode 100644
index 0000000..200b364
--- /dev/null
+++ b/ikiwiki.setup
@@ -0,0 +1,38 @@
+# IkiWiki::Setup::Yaml - YAML formatted setup file
+
+wikiname: Obnam
+url: https://obnam.org
+srcdir: .
+destdir: ../html
+add_plugins:
+- goodstuff
+- img
+- inline
+- tag
+- orphans
+- brokenlinks
+- trail
+- toc
+- pandoc
+disable_plugins:
+- smiley
+- rawhtml
+- html
+- tidy
+- htmltidy
+- htmlscrubber
+- more
+- table
+- toggle
+- repolist
+html5: yes
+timeformat: '%Y-%m-%d %H:%M'
+exclude: 'favicon\.ico'
+allowed_attachments: mimetype(image/*)
+tagbase: tag
+discussion: no
+allowrss: yes
+allowatom: yes
+rss: yes
+atom: yes
+pandoc_filters: "sp-filter"