From d7ebfdb85cf73c027fb928518004533e428f3893 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 4 Mar 2021 15:29:27 -0300 Subject: Feat: MathJax setup --- ikiwiki.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'ikiwiki.yaml') 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 -- cgit v1.2.3