diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml index 84f3ddc..705c65e 100644 --- a/config.toml +++ b/config.toml @@ -7,7 +7,7 @@ compile_sass = true # Whether to build a search index to be used later on by a JavaScript library build_search_index = true -title = "Manuels Deuxfleurs" +title = "Guide Deuxfleurs" [markdown] # Whether to do syntax highlighting @@ -16,7 +16,7 @@ title = "Manuels Deuxfleurs" [extra] # Put all your custom variables here -juice_logo_name = "Manuels" +juice_logo_name = "Guide Deuxfleurs" juice_logo_path = "deuxfleurs_white.svg" #juice_extra_menu = [ # { title = "Contribuer", link = "https://git.deuxfleurs.fr/Deuxfleurs/man.deuxfleurs.fr"} |