From 7f558517f40833d7d80ddcfb4c356ce8dce18463 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 11 May 2022 17:53:45 +0200 Subject: Premier ajout de contenu --- config.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index dc08fe1..6b5bdad 100644 --- a/config.toml +++ b/config.toml @@ -10,13 +10,13 @@ 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 +#highlight_code = true [extra] # Put all your custom variables here -juice_logo_name = "man.deuxfleurs.fr" -juice_logo_path = "juice.svg" -juice_extra_menu = [ - { title = "Contribuer", link = "https://git.deuxfleurs.fr/Deuxfleurs/man.deuxfleurs.fr"} -] +juice_logo_name = "Manuel" +juice_logo_path = "deuxfleurs_white.svg" +#juice_extra_menu = [ +# { title = "Contribuer", link = "https://git.deuxfleurs.fr/Deuxfleurs/man.deuxfleurs.fr"} +#] repository_url = "https://git.deuxfleurs.fr/Deuxfleurs/man.deuxfleurs.fr" -- cgit v1.2.3