Skip to content

Commit 87685b8

Browse files
authored
Update params.toml
1 parent 3f6e040 commit 87685b8

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

config/_default/params.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
layout = "sticky"
33

44
[homepage]
5-
layout = "card"
6-
showRecent = true
7-
showRecentItems = 6
5+
layout = "card" # Forces the page to arrange entries as clear, structured cards
6+
showRecent = true # Instructs Blowfish to fetch active articles
7+
showRecentItems = 6 # Shows the 6 most recent posts on the landing page
8+
cardView = true
89

910
[article]
1011
showDate = true
1112
showReadingTime = true
1213
showThumbnail = true
1314

1415
[search]
15-
enable = true
16+
enable = true # Ensures the magnifying glass search bar is active in the header
1617
showOnHeader = true

0 commit comments

Comments
 (0)