Add multilanguage support
This commit is contained in:
parent
62709b7219
commit
e0787f1e1d
5 changed files with 22 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
baseurl = "https://example.org/"
|
||||
baseurl = "/"
|
||||
languageCode = "en-us"
|
||||
title = "Hello Friend"
|
||||
theme = "hugo-theme-hello-friend"
|
||||
|
@ -26,3 +26,9 @@ paginate = 5
|
|||
identifier = "showcase"
|
||||
name = "Showcase"
|
||||
url = "/showcase"
|
||||
|
||||
[languages]
|
||||
[languages.en]
|
||||
writtenBy = "Written by"
|
||||
readMore = "Read more"
|
||||
readOtherPosts = "Read other posts"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue