summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ikiwiki.setup33
1 files changed, 33 insertions, 0 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
new file mode 100644
index 0000000..be73a4e
--- /dev/null
+++ b/ikiwiki.setup
@@ -0,0 +1,33 @@
+# IkiWiki::Setup::Yaml - YAML formatted setup file
+
+wikiname: External brain
+srcdir: /home/liw/Journal/src
+destdir: /home/liw/Journal/journal-html
+html5: true
+add_plugins:
+- goodstuff
+- inline
+- attachment
+- rename
+- tag
+- orphans
+- brokenlinks
+- trail
+- highlight
+- format
+- pandoc
+- rawhtml
+disable_plugins:
+- graphviz
+- remove
+- smiley
+- tidy
+- htmltidy
+- htmlscrubber
+- more
+- repolist
+timeformat: '%Y-%m-%d %H:%M'
+exclude: 'favicon\.ico'
+allowed_attachments: mimetype(image/*)
+tagbase: tag
+pandoc_filters: "sp-filter"