Add multilanguage support

This commit is contained in:
panr 2019-01-20 17:55:51 +01:00
parent 62709b7219
commit e0787f1e1d
5 changed files with 22 additions and 10 deletions

View file

@ -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"