hugo-theme-hello-friend/exampleSite/config.toml

49 lines
1.2 KiB
TOML
Raw Permalink Normal View History

2019-01-20 17:55:51 +01:00
baseurl = "/"
2018-07-20 19:14:22 +02:00
languageCode = "en-us"
theme = "hugo-theme-hello-friend"
2018-07-20 19:14:22 +02:00
paginate = 5
[params]
2019-01-29 08:54:54 +01:00
# dir name of your blog content (default is `content/posts`)
2019-01-29 11:11:48 +01:00
contentTypeName = "post"
2018-12-21 19:07:37 +01:00
# "light" or "dark"
defaultTheme = "dark"
2019-02-22 10:06:03 +01:00
# if you set this to 0, only submenu trigger will be visible
2019-02-01 15:53:23 +01:00
showMenuItems = 2
2019-02-22 10:06:03 +01:00
# Enable to show reading time in minutes for posts
showReadingTime = false
2018-07-20 19:14:22 +02:00
2019-01-20 17:55:51 +01:00
[languages]
[languages.en]
2019-01-29 08:54:54 +01:00
title = "Hello Friend"
subtitle = "A simple theme for Hugo"
keywords = ""
copyright = ""
2019-02-01 15:53:23 +01:00
menuMore = "Show more"
2019-01-20 17:55:51 +01:00
writtenBy = "Written by"
readMore = "Read more"
readOtherPosts = "Read other posts"
newerPosts = "Newer posts"
olderPosts = "Older posts"
2019-02-22 10:06:03 +01:00
minuteReadingTime = "min read"
dateFormatSingle = "2006-01-02"
dateFormatList = "2006-01-02"
2019-01-29 08:54:54 +01:00
[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"