From 64f677db3cb8705cb58715f1e3db6bc85b4c5bab Mon Sep 17 00:00:00 2001 From: Teo-CD Date: Sat, 22 May 2021 23:27:38 +0100 Subject: [PATCH] Update theme and config --- config.toml | 11 +++++++---- themes/Zulma | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/config.toml b/config.toml index a418b9b..6737e3d 100644 --- a/config.toml +++ b/config.toml @@ -6,10 +6,6 @@ title = "L'Astrodome" # 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 @@ -29,6 +25,13 @@ languages = [ {code = "fr", feed = 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 +# TODO : Fit to background color ? +highlight_theme = "ayu-mirage" + [extra] zulma_menu = [ {url = "$BASE_URL/categories", name = "Categories"}, diff --git a/themes/Zulma b/themes/Zulma index 3da9377..a6ac7d2 160000 --- a/themes/Zulma +++ b/themes/Zulma @@ -1 +1 @@ -Subproject commit 3da93770d065a5fba48f89465a514fd4cafbedf7 +Subproject commit a6ac7d2616303a2243afb907243b700e9c8bd838