fix: remove redundant config keys
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1b1994c12c
commit
873ce9b590
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user