Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rhazdon/hugo-theme-hello-friend-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpanr <radoslaw.koziel@gmail.com>2019-01-20 19:55:51 +0300
committerpanr <radoslaw.koziel@gmail.com>2019-01-20 19:55:51 +0300
commite0787f1e1d3db00402964091b8a453b35baca746 (patch)
treee04eca2467f568decb09fad41f507f87e25f8e17 /exampleSite
parent62709b72195cdf5b89f8e4d82073e52c39827fa0 (diff)
Add multilanguage support1.0.8
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f138adb..c1ad606 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -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"