diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2021-02-27 18:39:28 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2021-02-27 18:39:28 +0100 |
commit | 63c4d48dd9046f1e4c6985bc5993c77dad88b731 (patch) | |
tree | 189fe1ae3edc656b409f1fe4aec1c316442c59f3 | |
parent | d7029b4f0477882e69dbc15f5cf15c05af9432f3 (diff) | |
download | rabalderz-63c4d48dd9046f1e4c6985bc5993c77dad88b731.tar.gz rabalderz-63c4d48dd9046f1e4c6985bc5993c77dad88b731.tar.bz2 rabalderz-63c4d48dd9046f1e4c6985bc5993c77dad88b731.zip |
Update config for Zola 0.13
-rw-r--r-- | config.toml | 11 |
1 files 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" |