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

github.com/qqhann/hugo-primer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqqhann <qiu.gits@gmail.com>2019-12-02 17:53:32 +0300
committerqqhann <qiu.gits@gmail.com>2019-12-02 17:53:32 +0300
commitf8ca4849d6f6efac47798f473f22b00374414ccf (patch)
tree76aff59273bd3852e3ad170565e87fa89b98d1f2
parent1eb2f6e7b95b8aa3d20576b5497cf162ef811ffa (diff)
Refactor: format config
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 7440874..df6fb33 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,5 +1,4 @@
baseURL = "https://gohugo.io/"
-title = "Hugo-Primer Theme"
author = "Steve Francia"
paginate = 3
languageCode = "en"
@@ -8,6 +7,7 @@ enableInlineShortcodes = true
footnoteReturnLinkContents = "^"
# Above are configs from hugoBasicExample
+title = "Hugo-Primer Theme"
theme = "hugo-primer"
hasCJKLanguage = true
summaryLength = 70