aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki.yaml
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2021-03-04 15:29:27 -0300
committerSilvio Rhatto <rhatto@riseup.net>2021-03-04 15:29:27 -0300
commitd7ebfdb85cf73c027fb928518004533e428f3893 (patch)
tree23397f8fb433156d0e69dee35c6cfd1d76f5cd23 /ikiwiki.yaml
parentbc27cc5f209d9d90454c7f3d2a5b127ba5171905 (diff)
downloadblog-d7ebfdb85cf73c027fb928518004533e428f3893.tar.gz
blog-d7ebfdb85cf73c027fb928518004533e428f3893.tar.bz2
Feat: MathJax setup
Diffstat (limited to 'ikiwiki.yaml')
-rw-r--r--ikiwiki.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/ikiwiki.yaml b/ikiwiki.yaml
index 4780ec4..3467f1e 100644
--- a/ikiwiki.yaml
+++ b/ikiwiki.yaml
@@ -1,10 +1,10 @@
# IkiWiki::Setup::Yaml - YAML formatted setup file
#
# Setup file for ikiwiki.
-#
+#
# Passing this to ikiwiki --setup will make ikiwiki generate
# wrappers and build the wiki.
-#
+#
# Remember to re-run ikiwiki --setup any time you edit this file.
#
# name of the wiki
@@ -44,6 +44,7 @@ add_plugins:
- sidebar
- teximg
- favicon
+- mathjax
# plugins to disable
disable_plugins:
- openid
@@ -90,7 +91,7 @@ umask: 2
# group for wrappers to run in
#wrappergroup: ikiwiki
# extra library and plugin directory
-libdir: ''
+libdir: 'lib'
# environment variables
ENV: {}
# time zone name
@@ -212,6 +213,7 @@ pingurl: []
# mdwn plugin
# enable multimarkdown features?
#multimarkdown: 0
+multimarkdown: 1
# disable use of markdown discount?
#nodiscount: 0