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-27 23:45:52 +0300
committerHanzei <hanzei@mailbox.org>2018-06-27 23:45:52 +0300
commit5fcba4780118a2f98dcca24e25b98b726b75d768 (patch)
tree7348712c5cfd85e704245bc5ab447d705c5df027 /exampleSite/config.toml
parent0f5be4877e7eb1d4321a5da3ee49ebe221e5fc10 (diff)
Cleanup config
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml6
1 files changed, 0 insertions, 6 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 179bc2f..5fd55d0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -2,8 +2,6 @@ baseURL = "https://example.org/" # Your domain na
languageCode = "en-us" # languageCode
DefaultContentLanguage = "en"
theme = "introduction"
-pygmentsStyle = "monokai" # https://help.farbox.com/pygments.html
-pygmentsCodefences = true
enforce_ssl = false
# disqusshortname = "" # Enable Disqus for comments https://gohugo.io/content-management/comments
# googleAnalytics = "" # Enable Google Analytics https://gohugo.io/templates/internal/#google-analytics
@@ -36,20 +34,16 @@ enforce_ssl = false
# Social icons appear in introduction and contact section. Add as many more as you like.
# Find icon names here: http://fontawesome.io/cheatsheet/
-
[[params.social]]
url = "https://twitter.com/"
icon = "twitter"
-
[[params.social]]
url = "https://facebook.com/"
icon = "facebook"
-
[[params.social]]
url = "https://linkedin.com/"
icon = "linkedin"
-
[languages]
[languages.en]
languageName = "English"