Skip to content

Commit

Permalink
Add navbar title in french (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernatBC authored May 1, 2024
1 parent 60969f7 commit 141a6d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions content/posts/configuration/site-parameters/index.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,11 @@ customMenus:
showOnFooter: true
```

### Changer le titre de la barre de navigation
Pour changer le titre qui apparaît sur la barre de navigation, vous pouvez midifier le fichier `site.yaml`. Par defaut, le titre correpond au nom du site. Vous pouvez ajouter la ligne suivante::

```yaml
navBarTitle: "Titre"
```

Maintenant, vous pouvez lancer votre site et voir les changements. Dans les billets qui suivent, je vous guiderai sur comment ajouter des sections à votre page d'accueil et plus loin personnaliser votre site.

0 comments on commit 141a6d1

Please sign in to comment.