@@ -41,9 +41,9 @@ header:
4141 layout : " basic" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur
4242
4343footer :
44- showMenu : false
45- showCopyright : false
46- showThemeAttribution : false
44+ showMenu : true
45+ showCopyright : true
46+ showThemeAttribution : true
4747 showAppearanceSwitcher : true
4848 showScrollToTop : true
4949
@@ -65,10 +65,10 @@ article:
6565 showLikes : false
6666 showDateOnlyInArticle : false
6767 showDateUpdated : false
68- showAuthor : true
69- showAuthorBottom : true
68+ showAuthor : false
69+ showAuthorBottom : false
7070 showHero : true
71- # heroStyle: "basic " # valid options: basic, big, background, thumbAndBackground
71+ heroStyle : " background " # valid options: basic, big, background, thumbAndBackground
7272 layoutBackgroundBlur : true # only used when heroStyle equals background or thumbAndBackground
7373 layoutBackgroundHeaderSpace : true # only used when heroStyle equals background
7474 showBreadcrumbs : true
@@ -83,24 +83,24 @@ article:
8383 showReadingTime : true
8484 showTableOfContents : true
8585 showRelatedContent : true
86- relatedContentLimit : 5
87- showTaxonomies : false # use showTaxonomies OR showCategoryOnly, not both
86+ relatedContentLimit : 6
87+ showTaxonomies : true # use showTaxonomies OR showCategoryOnly, not both
8888 showCategoryOnly : false # use showTaxonomies OR showCategoryOnly, not both
8989 showAuthorsBadges : false
9090 showWordCount : false
91- sharingLinks : ["linkedin", "twitter", "reddit", "pinterest", "facebook", "email"]
91+ sharingLinks : ["linkedin", "twitter", "bluesky", " reddit", "whatsapp", "telegram", " pinterest", "facebook", "email", "line "]
9292 showZenMode : true
9393
9494list :
9595 showHero : true
96- heroStyle : " thumbAndBackground " # valid options: basic, big, background, thumbAndBackground
97- layoutBackgroundBlur : true # only used when heroStyle equals background or thumbAndBackground
96+ heroStyle : " background " # valid options: basic, big, background, thumbAndBackground
97+ layoutBackgroundBlur : true # only used when heroStyle equals background or thumbAndBackground
9898 layoutBackgroundHeaderSpace : true # only used when heroStyle equals background
9999 showBreadcrumbs : true
100100 showSummary : true
101101 showViews : false
102102 showLikes : false
103- showTableOfContents : false
103+ showTableOfContents : true
104104 showCards : true
105105 orderByWeight : true
106106 groupByYear : false
@@ -109,27 +109,27 @@ list:
109109 constrainItemsWidth : false
110110
111111sitemap :
112- excludedKinds : ["taxonomy", "term" ]
112+ excludedKinds : []
113113
114114taxonomy :
115115 showTermCount : true
116- showHero : false
117- # heroStyle: "background" # valid options: basic, big, background, thumbAndBackground
116+ showHero : true
117+ heroStyle : " background" # valid options: basic, big, background, thumbAndBackground
118118 showBreadcrumbs : false
119119 showViews : false
120120 showLikes : false
121- showTableOfContents : false
122- cardView : false
121+ showTableOfContents : true
122+ cardView : true
123123
124124term :
125- showHero : false
126- # heroStyle: "background" # valid options: basic, big, background, thumbAndBackground
125+ showHero : true
126+ heroStyle : " background" # valid options: basic, big, background, thumbAndBackground
127127 showBreadcrumbs : false
128128 showViews : false
129129 showLikes : false
130130 showTableOfContents : true
131131 groupByYear : false
132- cardView : false
132+ cardView : true
133133 cardViewScreenWidth : false
134134
135135firebase :
0 commit comments