Fix: petites erreurs
This commit is contained in:
parent
a07423139b
commit
461907638f
2 changed files with 10 additions and 2 deletions
10
hugo.toml
10
hugo.toml
|
|
@ -2,6 +2,7 @@ baseURL = 'https://levr.porzh.me'
|
|||
languageCode = 'fr-FR'
|
||||
theme = 'anatole'
|
||||
defaultContentLanguage = "fr"
|
||||
title = "A bit{'s, of} life"
|
||||
|
||||
[params]
|
||||
title = "A bit{'s, of} life"
|
||||
|
|
@ -9,14 +10,21 @@ author = "Capt. DuN0z"
|
|||
description = "Larguez les amarres"
|
||||
profilePicture = "images/dun0z.png"
|
||||
disableThemeSwitcher = true
|
||||
favicon= "https://levr.porzh.me/favicon.ico"
|
||||
#favicon= "https://levr.porzh.me/favicon.ico"
|
||||
disableTitleCapitalization = true
|
||||
reversepagetitle = true
|
||||
|
||||
[languages]
|
||||
[languages.fr]
|
||||
weight = 1
|
||||
languageName = "Français"
|
||||
[languages.fr.params]
|
||||
description = "Larguez les amarres !"
|
||||
hosting = "Fièrement auto-hébergé et indépendant"
|
||||
|
||||
[languages.en]
|
||||
weight = 2
|
||||
languageName = "English"
|
||||
[languages.en.params]
|
||||
description = "Cast off!"
|
||||
hosting = "Proudly self-hosted and independant"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue