mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 20:35:07 +01:00
Update README.md
This commit is contained in:
parent
9532cb8285
commit
0be2ed1438
21
README.md
21
README.md
@ -54,20 +54,22 @@ $ git submodule add https://github.com/panr/hugo-theme-hello-friend.git themes/h
|
||||
The theme doesn't require any advanced configuration. Just copy:
|
||||
|
||||
```
|
||||
baseUrl = "https://example.com/"
|
||||
baseurl = "https://example.org/"
|
||||
languageCode = "en-us"
|
||||
title = "Your site title"
|
||||
theme = "hello-friend"
|
||||
title = "Hello Friend"
|
||||
theme = "hugo-theme-hello-friend"
|
||||
copyright = ""
|
||||
paginate = 5
|
||||
|
||||
[params]
|
||||
subtitle = "Your site subtitle"
|
||||
subtitle = "A simple theme for Hugo"
|
||||
# "light" or "dark"
|
||||
defaultTheme = "dark"
|
||||
|
||||
[params.logo]
|
||||
logoText = "hello friend"
|
||||
# or
|
||||
#
|
||||
# or
|
||||
#
|
||||
# path = "/img/your-example-logo.svg"
|
||||
# alt = "Your example logo alt text"
|
||||
|
||||
@ -77,10 +79,9 @@ paginate = 5
|
||||
name = "About"
|
||||
url = "/about"
|
||||
[[menu.main]]
|
||||
identifier = "contact"
|
||||
name = "Contact"
|
||||
url = "/contact"
|
||||
|
||||
identifier = "showcase"
|
||||
name = "Showcase"
|
||||
url = "/showcase"
|
||||
```
|
||||
|
||||
to `config.toml` file in your Hugo root directory and change params fields.
|
||||
|
Loading…
Reference in New Issue
Block a user