Fix code highlighting & allow to edit hello-friend logo text fron config file
This commit is contained in:
parent
046a3940f1
commit
327234163d
8 changed files with 92 additions and 11 deletions
|
@ -45,7 +45,10 @@ paginate = 5
|
|||
[params]
|
||||
subtitle = "Your site subtitle"
|
||||
|
||||
# [params.logo]
|
||||
[params.logo]
|
||||
logoText = ""
|
||||
# or
|
||||
#
|
||||
# path = "/img/your-example-logo.svg"
|
||||
# alt = "Your example logo alt text"
|
||||
|
||||
|
@ -58,6 +61,7 @@ paginate = 5
|
|||
identifier = "contact"
|
||||
name = "Contact"
|
||||
url = "/contact"
|
||||
|
||||
```
|
||||
|
||||
to `config.toml` file in your Hugo root directory and change params fields.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue