forked from cccb-website-team/www
new images, new content, new theme almost finished
This commit is contained in:
parent
b62b53674f
commit
ba414b0015
56 changed files with 288 additions and 120 deletions
|
@ -22,8 +22,8 @@ disableImageOptimization = false
|
|||
disableTextInHeader = false
|
||||
backgroundImageWidth = 1200
|
||||
|
||||
defaultBackgroundImage = "/img/cccb-im-winter.jpg" # used as default for background images
|
||||
defaultFeaturedImage = "img/avatar-CCCB-Logo.png" # used as default for featured images in all articles
|
||||
# defaultBackgroundImage = "/img/cccb-im-winter.jpg" # used as default for background images
|
||||
defaultFeaturedImage = "/img/avatar-CCCB-Logo.png" # used as default for featured images in all articles
|
||||
|
||||
# highlightCurrentMenuArea = true
|
||||
# smartTOC = true
|
||||
|
@ -46,9 +46,9 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
|
|||
layout = "background" # valid options: page, profile, hero, card, background, custom
|
||||
homepageImage = "img/cccb-im-winter.jpg" # used in: hero, and card
|
||||
showRecent = true
|
||||
showRecentItems = 5
|
||||
showRecentItems = 8
|
||||
showMoreLink = true
|
||||
showMoreLinkDest = "/posts/"
|
||||
showMoreLinkDest = "/post/"
|
||||
cardView = false
|
||||
cardViewScreenWidth = false
|
||||
layoutBackgroundBlur = false # only used when layout equals background
|
||||
|
@ -58,27 +58,27 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
|
|||
showViews = false
|
||||
showLikes = false
|
||||
showDateOnlyInArticle = false
|
||||
showDateUpdated = false
|
||||
showAuthor = true
|
||||
# showAuthorBottom = false
|
||||
showDateUpdated = true
|
||||
showAuthor = false
|
||||
showAuthorBottom = true
|
||||
showHero = false
|
||||
# heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
|
||||
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
|
||||
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
|
||||
showBreadcrumbs = false
|
||||
showBreadcrumbs = true
|
||||
showDraftLabel = true
|
||||
showEdit = false
|
||||
# editURL = "https://github.com/username/repo/"
|
||||
showEdit = true
|
||||
editURL = "https://github.com/cccb/www/tree/staging/content/"
|
||||
editAppendPath = true
|
||||
seriesOpened = false
|
||||
showHeadingAnchors = true
|
||||
showPagination = true
|
||||
showPagination = false
|
||||
invertPagination = false
|
||||
showReadingTime = true
|
||||
showTableOfContents = false
|
||||
showTableOfContents = true
|
||||
# showRelatedContent = false
|
||||
# relatedContentLimit = 3
|
||||
showTaxonomies = false
|
||||
showTaxonomies = true
|
||||
showAuthorsBadges = false
|
||||
showWordCount = true
|
||||
# sharingLinks = [ "linkedin", "twitter", "bluesky", "mastodon", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"]
|
||||
|
@ -113,6 +113,10 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
|
|||
showLikes = false
|
||||
showTableOfContents = false
|
||||
cardView = false
|
||||
category = "categories"
|
||||
series = "series"
|
||||
tag = "tags"
|
||||
|
||||
|
||||
[term]
|
||||
showHero = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue