better settings

This commit is contained in:
Christoph Cullmann 2024-04-28 17:45:28 +02:00
parent 3f3ec83cca
commit e2efed5a61
3 changed files with 4 additions and 38 deletions

View file

@ -7,10 +7,8 @@ baseURL = "https://cullmann.io/"
defaultContentLanguage = "en" defaultContentLanguage = "en"
disableLanguages = [] #to allow translation work requiring shipping to production 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 enableRobotsTXT = true
paginate = 100 paginate = 12
summaryLength = 30 summaryLength = 30
hasCJKLanguage = true hasCJKLanguage = true

View file

@ -40,31 +40,6 @@
pageRef = "impressum" pageRef = "impressum"
weight = 50 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 -- # -- Footer Menu --
# The footer menu is displayed at the bottom of the page, just before # The footer menu is displayed at the bottom of the page, just before
# the copyright notice. Configure as per the main menu above. # the copyright notice. Configure as per the main menu above.
@ -73,8 +48,3 @@
name = "Tags" name = "Tags"
pageRef = "tags" pageRef = "tags"
weight = 10 weight = 10
#
# [[footer]]
# name = "Authors"
# pageRef = "authors"
# weight = 20

View file

@ -13,7 +13,6 @@ enableSearch = true
enableCodeCopy = true enableCodeCopy = true
mainSections = ["posts"] mainSections = ["posts"]
# robots = ""
disableImageOptimization = false disableImageOptimization = false
disableTextInHeader = false disableTextInHeader = false
@ -48,8 +47,8 @@ smartTOCHideUnfocusedChildren = false
[article] [article]
showDate = false showDate = false
showViews = true showViews = false
showLikes = true showLikes = false
showDateOnlyInArticle = false showDateOnlyInArticle = false
showDateUpdated = false showDateUpdated = false
showAuthor = true showAuthor = true
@ -59,8 +58,7 @@ smartTOCHideUnfocusedChildren = false
layoutBackgroundBlur = true # only used when heroStyle equals background layoutBackgroundBlur = true # only used when heroStyle equals background
showBreadcrumbs = true showBreadcrumbs = true
showDraftLabel = true showDraftLabel = true
showEdit = true showEdit = false
editURL = "https://github.com/nunocoracao/blowfish/tree/main/exampleSite/content"
editAppendPath = true editAppendPath = true
seriesOpened = false seriesOpened = false
showHeadingAnchors = true showHeadingAnchors = true