diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-11 17:53:45 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-11 17:53:45 +0200 |
commit | 7f558517f40833d7d80ddcfb4c356ce8dce18463 (patch) | |
tree | 39635be08337bb9038d5a0f6efdb9b525e4cc3a2 /config.toml | |
parent | e9e2af423557b50c416b68559bab7786bee35ff2 (diff) | |
download | guide.deuxfleurs.fr-7f558517f40833d7d80ddcfb4c356ce8dce18463.tar.gz guide.deuxfleurs.fr-7f558517f40833d7d80ddcfb4c356ce8dce18463.zip |
Premier ajout de contenu
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" |