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:
-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"