implemented card gallery for lists

This commit is contained in:
Nuno Coração
2022-11-05 15:11:20 +00:00
parent d2dcbf8830
commit f2d3ff1572
16 changed files with 430 additions and 107 deletions

View File

@@ -25,10 +25,13 @@ mainSections = ["docs"]
[homepage]
layout = "custom" # valid options: page, profile, hero, card, background, custom
homepageImage = "/img/iceland.jpg" # used in: hero, and card
showRecent = true
showRecentItems = 5
showRecent = false
showRecentItems = 10
showMoreLink = true
showMoreLinkDest = "docs"
cardView = true
cardViewScreenWidth = false
[article]
showDate = false
@@ -57,10 +60,12 @@ mainSections = ["docs"]
[list]
showBreadcrumbs = false
showSummary = true
showSummary = false
showTableOfContents = true
showCards = true
groupByYear = false
cardView = true
cardViewScreenWidth = false
[sitemap]
excludedKinds = ["taxonomy","term"]