From 63c4d48dd9046f1e4c6985bc5993c77dad88b731 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 27 Feb 2021 18:39:28 +0100 Subject: Update config for Zola 0.13 --- config.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config.toml b/config.toml index 5731f5b..5a524ea 100644 --- a/config.toml +++ b/config.toml @@ -7,9 +7,6 @@ description = "En blogg om samfunn, teknologi, internett, overvåkning og annet # 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 @@ -31,6 +28,10 @@ languages = [ default_language = "nb" + +[markdown] +highlight_code = true + [translations.nb] description = "En blogg om samfunn, teknologi, internett, overvåkning og annet grums." moreprompt = "Les mer..." @@ -39,7 +40,7 @@ allposts = "se alle innleggene i" read_in = "Les på" lic_content = """ Innholdet på disse sidene er lisensiert under en Creative Commons Navngivelse-DelPåSammeVilkår 4.0 -lisens. [Mer detaljer her](@/lisens.md). +lisens. [Mer detaljer her](/lisens.md). """ en = "English" nb = "norsk" @@ -53,7 +54,7 @@ allposts = "View all posts in" read_in = "Read in" lic_content = """ The contents of these pages are licensed under a Creative Commons Attribution-ShareAlike 4.0 -license. [Details here](@/lisens.en.md). +license. [Details here](/lisens.en.md). """ en = "english" nb = "Norsk" -- cgit v1.2.3