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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanzei <hanzei@mailbox.org>2018-06-12 00:51:09 +0300
committerVicky <vicky@vickylai.com>2018-06-12 19:27:13 +0300
commit6580118347705e8786ef8344a6c24c8b89f8ce1e (patch)
treeefc1e085d11c9d01b388fe7c9daddcc521160159 /exampleSite/config.toml
parentbe705e19539fa10bf0fe67b78f6b632612b2e1a5 (diff)
Cleanup exampleSite/config.toml (Fix #55)
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml22
1 files changed, 10 insertions, 12 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 8f8a70a..81174bf 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,14 +1,12 @@
-baseurl = "/" # Your domain name. Must end with "/"
-languageCode = "en-us"
-title = "Introduction"
+baseURL = "https://example.org/" # Your domain name. Must end with "/"
+languageCode = "en-us" # languageCode
+title = "Introduction" # Site title
theme = "introduction"
enforce_ssl = false
-builddrafts = false # Include pages with draft status of true
-canonifyurls = true # Turns relative urls into absolute urls
-# disqusshortname = "xxx" # Enable Disqus for comments
-# googleAnalytics = "xxx"
+# disqusshortname = "" # Enable Disqus for comments https://gohugo.io/content-management/comments
+# googleAnalytics = "" # Enable Google Analytics https://gohugo.io/templates/internal/#google-analytics
-[params]
+[params]
blogHead = "Blog" # Full name shows on blog post pages
firstName = "Introduction" # First name shows in introduction on main page
tagLine = "I'm a theme for Hugo." # Appears after the introduction
@@ -47,13 +45,13 @@ canonifyurls = true # Turns relative url
# Find icon names here: http://fontawesome.io/cheatsheet/
[[params.social]]
- url = "https://twitter.com/"
+ url = "https://twitter.com/"
icon = "twitter"
[[params.social]]
- url = "https://facebook.com/"
+ url = "https://facebook.com/"
icon = "facebook"
[[params.social]]
- url = "https://linkedin.com/"
- icon = "linkedin" \ No newline at end of file
+ url = "https://linkedin.com/"
+ icon = "linkedin"