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@users.noreply.github.com>2018-06-15 14:29:17 +0300
committerGitHub <noreply@github.com>2018-06-15 14:29:17 +0300
commit7e801f02a3bd4e624e84c3dd576e79803f4a5367 (patch)
treec092f7f65e835d18c90f820ac083b0c36a143f2c /exampleSite/config.toml
parent1086eeebf4b705d1c5fcb28e2ebd73a9207b0415 (diff)
parent4a1380f152407aee0751a35b12b95548325f9a38 (diff)
Merge branch 'master' into fix_nav_2
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml24
1 files changed, 11 insertions, 13 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index dfcf2d3..aef4ace 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,12 +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"
+pygmentsStyle = "monokai" # https://help.farbox.com/pygments.html
+pygmentsCodefences = true
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]
blogHead = "Blog" # Full name shows on blog post pages
@@ -23,9 +23,7 @@ canonifyurls = true # Turns relative url
cacheBuster = false # Add the current unix timestamp in query string for cache busting css assets (relevant in development mode)
description = "Website Description" # Max 160 characters show in search results
faviconFile = "img/fav.ico"
- pygmentsStyle = "monokai" # https://help.farbox.com/pygments.html
- pygmentsCodefences = true
- footerText = "" # Text to show in footer (overrides default text)
+ footerText = "" # Text to override default footer text (markdown allowed)
fadeIn = true # Turn on/off the fade-in effect
customCSS = [] # Include custom css files e.g. ["css/foo.css", "css/bar.css"]
@@ -48,13 +46,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/"
+ url = "https://linkedin.com/"
icon = "linkedin"