Cleanup config

This commit is contained in:
Hanzei 2018-06-27 22:45:52 +02:00
parent 0f5be4877e
commit 5fcba47801
No known key found for this signature in database
GPG key ID: 69A2DEFD98937BA0

View file

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