diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 12 |
1 files changed, 6 insertions, 6 deletions
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" |