38 lines
899 B
TOML
38 lines
899 B
TOML
baseurl = "/"
|
|
languageCode = "en-us"
|
|
theme = "hugo-theme-hello-friend"
|
|
paginate = 5
|
|
|
|
[params]
|
|
# dir name of your blog content (default is `content/posts`)
|
|
contentTypeName = "posts"
|
|
# "light" or "dark"
|
|
defaultTheme = "dark"
|
|
|
|
[languages]
|
|
[languages.en]
|
|
title = "Hello Friend"
|
|
subtitle = "A simple theme for Hugo"
|
|
keywords = ""
|
|
copyright = ""
|
|
writtenBy = "Written by"
|
|
readMore = "Read more"
|
|
readOtherPosts = "Read other posts"
|
|
|
|
[languages.en.params.logo]
|
|
logoText = "hello friend"
|
|
logoHomeLink = "/"
|
|
# or
|
|
#
|
|
# path = "/img/your-example-logo.svg"
|
|
# alt = "Your example logo alt text"
|
|
|
|
[languages.en.menu]
|
|
[[languages.en.menu.main]]
|
|
identifier = "about"
|
|
name = "About"
|
|
url = "/about"
|
|
[[languages.en.menu.main]]
|
|
identifier = "showcase"
|
|
name = "Showcase"
|
|
url = "/showcase"
|