mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +00:00
Cleanup config
This commit is contained in:
parent
0f5be4877e
commit
5fcba47801
1 changed files with 0 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue