mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
07.59.2021 f8c6699d84ed3e2071b39ef97403e632cbb58f40
Added explanation on title variables

Closes #184
1 files modified
3 ■■■■ changed files
README.md 3 ●●●● patch | view | raw | blame | history
README.md
@@ -59,7 +59,7 @@
## Modifying the config.toml
Ìn this section I'll discuss the custom parameters available within the `config.toml`. The complete [sample](https://github.com/lxndrblz/anatole/tree/master/exampleSite/config/_default) can be found in the exampleSite folder.
Ìn this section, I'll discuss the custom parameters available within the `config.toml`. The complete [sample](https://github.com/lxndrblz/anatole/tree/master/exampleSite/config/_default) can be found in the exampleSite folder.
### Profile picture and slogan
@@ -70,6 +70,7 @@
description = "Call me Jane"
profilePicture = "images/profile.jpg"
```
Please note that the tile under the `[params]` only adjust the page title in the sidebar. If you wish to adjust the HTML title (i.e. name of the tab), you will have to adjust the Hugo's title variable, as shown in the `config.toml`.
Please note that the slogan can be multi-lined (note the three quotes at the beginning and end):
```toml