23 lines
No EOL
440 B
TOML
23 lines
No EOL
440 B
TOML
baseurl = "https://example.org/"
|
|
languageCode = "en-us"
|
|
title = "Hello Friend"
|
|
theme = "hello-friend"
|
|
copyright = ""
|
|
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"
|
|
name = "About"
|
|
url = "/about"
|
|
[[menu.main]]
|
|
identifier = "showcase"
|
|
name = "Showcase"
|
|
url = "/showcase" |