Update config to match latest version of Hugo
This commit is contained in:
parent
0b11e05735
commit
bd69f691b6
1 changed files with 28 additions and 27 deletions
55
README.md
55
README.md
|
@ -211,35 +211,36 @@ paginate = 5
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
[languages.en]
|
[languages.en]
|
||||||
languageName = "English"
|
[languages.en.params]
|
||||||
title = "Terminal"
|
languageName = "English"
|
||||||
subtitle = "A simple, retro theme for Hugo"
|
title = "Terminal"
|
||||||
owner = ""
|
subtitle = "A simple, retro theme for Hugo"
|
||||||
keywords = ""
|
owner = ""
|
||||||
copyright = ""
|
keywords = ""
|
||||||
menuMore = "Show more"
|
copyright = ""
|
||||||
readMore = "Read more"
|
menuMore = "Show more"
|
||||||
readOtherPosts = "Read other posts"
|
readMore = "Read more"
|
||||||
newerPosts = "Newer posts"
|
readOtherPosts = "Read other posts"
|
||||||
olderPosts = "Older posts"
|
newerPosts = "Newer posts"
|
||||||
missingContentMessage = "Page not found..."
|
olderPosts = "Older posts"
|
||||||
missingBackButtonLabel = "Back to home page"
|
missingContentMessage = "Page not found..."
|
||||||
minuteReadingTime = "min read"
|
missingBackButtonLabel = "Back to home page"
|
||||||
words = "words"
|
minuteReadingTime = "min read"
|
||||||
|
words = "words"
|
||||||
|
|
||||||
[languages.en.params.logo]
|
[languages.en.params.logo]
|
||||||
logoText = "Terminal"
|
logoText = "Terminal"
|
||||||
logoHomeLink = "/"
|
logoHomeLink = "/"
|
||||||
|
|
||||||
[languages.en.menu]
|
[languages.en.menu]
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
identifier = "about"
|
identifier = "about"
|
||||||
name = "About"
|
name = "About"
|
||||||
url = "/about"
|
url = "/about"
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
identifier = "showcase"
|
identifier = "showcase"
|
||||||
name = "Showcase"
|
name = "Showcase"
|
||||||
url = "/showcase"
|
url = "/showcase"
|
||||||
|
|
||||||
[module]
|
[module]
|
||||||
# In case you would like to make changes to the theme and keep it locally in you repository,
|
# In case you would like to make changes to the theme and keep it locally in you repository,
|
||||||
|
|
Loading…
Reference in a new issue