We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f6e040 commit 87685b8Copy full SHA for 87685b8
1 file changed
config/_default/params.toml
@@ -2,15 +2,16 @@
2
layout = "sticky"
3
4
[homepage]
5
- layout = "card"
6
- showRecent = true
7
- showRecentItems = 6
+ layout = "card" # Forces the page to arrange entries as clear, structured cards
+ showRecent = true # Instructs Blowfish to fetch active articles
+ showRecentItems = 6 # Shows the 6 most recent posts on the landing page
8
+ cardView = true
9
10
[article]
11
showDate = true
12
showReadingTime = true
13
showThumbnail = true
14
15
[search]
- enable = true
16
+ enable = true # Ensures the magnifying glass search bar is active in the header
17
showOnHeader = true
0 commit comments