2018-07-20 19:14:22 +02:00
|
|
|
baseurl = "https://example.org/"
|
|
|
|
languageCode = "en-us"
|
|
|
|
title = "Hello Friend"
|
2018-08-23 23:58:22 +02:00
|
|
|
theme = "hugo-theme-hello-friend"
|
2018-07-20 19:14:22 +02:00
|
|
|
copyright = ""
|
|
|
|
paginate = 5
|
|
|
|
|
|
|
|
[params]
|
|
|
|
subtitle = "A simple theme for Hugo"
|
2018-12-21 19:07:37 +01:00
|
|
|
# "light" or "dark"
|
|
|
|
defaultTheme = "dark"
|
2018-07-20 19:14:22 +02:00
|
|
|
|
2018-08-30 23:28:52 +02:00
|
|
|
[params.logo]
|
2018-09-03 09:10:12 +02:00
|
|
|
logoText = "hello friend"
|
2018-08-30 23:28:52 +02:00
|
|
|
# or
|
|
|
|
#
|
|
|
|
# path = "/img/your-example-logo.svg"
|
|
|
|
# alt = "Your example logo alt text"
|
|
|
|
|
2018-07-20 19:14:22 +02:00
|
|
|
[menu]
|
|
|
|
[[menu.main]]
|
|
|
|
identifier = "about"
|
|
|
|
name = "About"
|
|
|
|
url = "/about"
|
|
|
|
[[menu.main]]
|
|
|
|
identifier = "showcase"
|
|
|
|
name = "Showcase"
|
2018-08-23 23:58:22 +02:00
|
|
|
url = "/showcase"
|