Rectifications textuelles + theme centré + nom logo s/terminal/FuZ

This commit is contained in:
Jeanjack 2022-05-03 17:20:35 +02:00
parent bf3446618c
commit 9f41109945
3 changed files with 11 additions and 10 deletions

View file

@ -13,6 +13,11 @@ config:
echo "languageCode = 'fr-fr'" >> config.toml
echo "title = 'Fuz.re'" >> config.toml
echo "theme = '${theme}'" >> config.toml
echo "[params]" >> config.toml
echo "centerTheme = true" >> config.toml
echo "[languages.en.params.logo]" >>config.toml
echo "logoText = 'FuZ'" >>config.toml
build:
hugo -t $(theme)