better settings
This commit is contained in:
parent
3f3ec83cca
commit
e2efed5a61
|
@ -7,10 +7,8 @@ baseURL = "https://cullmann.io/"
|
|||
defaultContentLanguage = "en"
|
||||
disableLanguages = [] #to allow translation work requiring shipping to production
|
||||
|
||||
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
|
||||
|
||||
enableRobotsTXT = true
|
||||
paginate = 100
|
||||
paginate = 12
|
||||
summaryLength = 30
|
||||
hasCJKLanguage = true
|
||||
|
||||
|
|
|
@ -40,31 +40,6 @@
|
|||
pageRef = "impressum"
|
||||
weight = 50
|
||||
|
||||
|
||||
#[[main]]
|
||||
# name = "Test"
|
||||
# pageRef = "pagTest"
|
||||
# weight = 1000
|
||||
#
|
||||
# [[main]]
|
||||
# identifier = "twitter"
|
||||
# pre = "x-twitter"
|
||||
# url = "https://twitter.com/burufugu"
|
||||
# weight = 200
|
||||
|
||||
#[[main]]
|
||||
# identifier = "mastodon"
|
||||
# pre = "mastodon"
|
||||
# weight = 300
|
||||
# url = "https://masto.ai/@blowfish"
|
||||
|
||||
# [[main]]
|
||||
# identifier = "github"
|
||||
# pre = "github"
|
||||
# url = "https://github.com/nunocoracao/blowfish"
|
||||
# weight = 400
|
||||
|
||||
|
||||
# -- Footer Menu --
|
||||
# The footer menu is displayed at the bottom of the page, just before
|
||||
# the copyright notice. Configure as per the main menu above.
|
||||
|
@ -73,8 +48,3 @@
|
|||
name = "Tags"
|
||||
pageRef = "tags"
|
||||
weight = 10
|
||||
#
|
||||
# [[footer]]
|
||||
# name = "Authors"
|
||||
# pageRef = "authors"
|
||||
# weight = 20
|
||||
|
|
|
@ -13,7 +13,6 @@ enableSearch = true
|
|||
enableCodeCopy = true
|
||||
|
||||
mainSections = ["posts"]
|
||||
# robots = ""
|
||||
|
||||
disableImageOptimization = false
|
||||
disableTextInHeader = false
|
||||
|
@ -48,8 +47,8 @@ smartTOCHideUnfocusedChildren = false
|
|||
|
||||
[article]
|
||||
showDate = false
|
||||
showViews = true
|
||||
showLikes = true
|
||||
showViews = false
|
||||
showLikes = false
|
||||
showDateOnlyInArticle = false
|
||||
showDateUpdated = false
|
||||
showAuthor = true
|
||||
|
@ -59,8 +58,7 @@ smartTOCHideUnfocusedChildren = false
|
|||
layoutBackgroundBlur = true # only used when heroStyle equals background
|
||||
showBreadcrumbs = true
|
||||
showDraftLabel = true
|
||||
showEdit = true
|
||||
editURL = "https://github.com/nunocoracao/blowfish/tree/main/exampleSite/content"
|
||||
showEdit = false
|
||||
editAppendPath = true
|
||||
seriesOpened = false
|
||||
showHeadingAnchors = true
|
||||
|
|
Loading…
Reference in a new issue