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

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2017-01-08 13:09:44 +0300
committerThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2017-01-08 13:09:44 +0300
commita221a4ed12450d92a89054ca08021e322e7c49a8 (patch)
treed122be2c7dd4dce68f486f845b2fb84327b3c8df /exampleSite
parentd987256fa48ac90e0cfab34c9e64fff7a494fed3 (diff)
Remove en.yaml symlink
You should use en-us.yaml or something else. Sysmlink is not working great with Windows user fixes #84
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 268214b..ba52dc5 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -14,13 +14,13 @@
baseurl = ""
languageCode = "en-us"
+defaultContentLanguage = "en-us"
title = "Hugo tranquilpeak theme"
theme = "hugo-tranquilpeak-theme"
disqusShortname = "hugo-tranquilpeak-theme"
# googleAnalytics = "UA-123-45"
paginate = 7
canonifyurls = true
-defaultContentLanguage = "en-us"
[permalinks]
post = "/:year/:month/:slug/"