Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ pagination.pagerSize = 5
[languages]
[languages.en]
title = "Terminal"
subtitle = "A simple, retro theme for Hugo"
keywords = ""
copyright = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"

[languages.en.params.logo]
logoText = "Terminal"
logoHomeLink = "/"
[languages.en.params]
subtitle = "A simple, retro theme for Hugo"
keywords = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[[languages.en.params.logo]]
logoText = "Terminal"
logoHomeLink = "/"

[languages.en.menu]
[[languages.en.menu.main]]
Expand Down