fix: remove redundant config keys
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-08-24 14:43:39 +02:00
parent 1b1994c12c
commit 873ce9b590
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -3,8 +3,6 @@ languageCode = "en-us"
defaultContentLanguage = "en"
theme = "hermit"
enableGitInfo = true
license = "WTFPL"
copyright = '<a href="http://www.wtfpl.net/about/" rel="noopener">WTFPL</a>'
pygmentsCodefences = true
pygmentsUseClasses = true
@ -27,7 +25,7 @@ enableEmoji = true
relatedPosts = false
# Directory name of your blog content (default is `content/posts`)
contentTypeName = "posts"
contentTypeName = "content/posts"
# Default theme "light" or "dark"
defaultTheme = "dark"