Add possibility to set up your own logotype in config
This commit is contained in:
parent
706c78ae07
commit
4dd1f16df6
4 changed files with 16 additions and 4 deletions
|
@ -8,6 +8,10 @@ paginate = 5
|
|||
[params]
|
||||
subtitle = "A simple theme for Hugo"
|
||||
|
||||
# [params.logo]
|
||||
# path = "/img/your-example-logo.svg"
|
||||
# alt = "your_example_logo"
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
identifier = "about"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue