lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

commit d1058f669d55bb4f948b01845d776f6cc0b1954f
parent 9ad32868f0afd7fc92be86606aaa575a0131bc7b
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Mon, 11 Jan 2021 13:03:40 +0100

Updated config for new version of Zola

Diffstat:
Mconfig.toml | 10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/config.toml b/config.toml @@ -7,15 +7,17 @@ default_language = "en" # Whether to automatically compile all Sass files in the sass directory compile_sass = true -# Whether to do syntax highlighting -# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola -highlight_code = true - # Whether to build a search index to be used later on by a JavaScript library build_search_index = true +[markdown] +# Whether to do syntax highlighting +# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola +highlight_code = true extra_syntaxes = ["syntaxes"] +smart_punctuation = true + [extra] # Put all your custom variables here debug = false