Skip to content

Commit 02281ca

Browse files
committed
add benchmarks section
1 parent 7cc59d3 commit 02281ca

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config/_default/params.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,20 @@
121121
footer = "none"
122122
orientation = "stacked"
123123
homepage = 3
124+
[sections.benchmarks]
125+
title = "Get started with basic examples"
126+
layout = "card"
127+
sort = "date"
128+
reverse = true
129+
background = ""
130+
color = "body-tertiary"
131+
style = "border-0 shadow" # card-body-margin" # card-zoom
132+
cols = 3
133+
padding = "3"
134+
header = "tags"
135+
footer = "none"
136+
orientation = "stacked"
137+
homepage = 3
124138
# toml-docs-end sections
125139
[sections.docs]
126140
title = "Components"

0 commit comments

Comments
 (0)