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

github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurali Mohan Rath <murali@mmrath.com>2016-12-17 15:50:42 +0300
committerMurali Mohan Rath <murali@mmrath.com>2016-12-17 15:50:42 +0300
commit524039bf1b877da3a7a61c939eb7973f50816d2a (patch)
tree450d981dd90752d3fc7c37d534efb2dc563d6cc6
parentda746602ee1f6c7b668c2b66ccfa2d1a55c49ad2 (diff)
change labels
-rw-r--r--data/Strings.yaml12
-rw-r--r--exampleSite/config.toml2
2 files changed, 13 insertions, 1 deletions
diff --git a/data/Strings.yaml b/data/Strings.yaml
new file mode 100644
index 0000000..e822535
--- /dev/null
+++ b/data/Strings.yaml
@@ -0,0 +1,12 @@
+backtotop: back to top
+builtby: built by
+byauthor: by
+comments: Comments
+draft: DRAFT
+navigation: Navigation
+lastupdate: last update
+metaReadinMinutes: Minute Read
+next: Next
+previous: Previous
+readmore: Read more
+words: Words
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 27fd2fe..bcdba01 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -2,7 +2,7 @@ baseurl = "http://themes.gohugo.io/theme/bootstrap/"
languageCode = "en-us"
title = "Hugo Themes"
author = "Steve Francia"
-copyright = "Copyright (c) 2008 - 2014, Steve Francia; all rights reserved."
+copyright = "Copyright (c) 2008 - 2017, Steve Francia; all rights reserved."
canonifyurls = true
paginate = 3
theme = "hugo-bootstrap"