forked from jeanjack/fuz.web
Rectifications textuelles + theme centré + nom logo s/terminal/FuZ
This commit is contained in:
parent
bf3446618c
commit
9f41109945
3 changed files with 11 additions and 10 deletions
5
Makefile
5
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue