Skip to content

Commit 9200efa

Browse files
committed
chore: fix and update blowfish settings
1 parent 62fee3d commit 9200efa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ smartTOCHideUnfocusedChildren = false
5757
showDate = true
5858
showViews = false
5959
showLikes = false
60-
showDateOnlyInArticle = true
60+
showDateOnlyInArticle = false
6161
showDateUpdated = true
6262
showAuthor = false
6363
showHero = true

content/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ cascade:
1212

1313
## Featured Articles
1414

15-
{{< article link="/blog/2025/11/advanced-porting-libraries-as-components/" >}}
15+
{{< article link="/blog/2025/11/advanced-porting-libraries-as-components/" showSummary=true compactSummary=true >}}
1616
<br>
17-
{{< article link="/blog/2025/11/esp32c2-ram-optimization/" >}}
17+
{{< article link="/blog/2025/11/esp32c2-ram-optimization/" showSummary=true compactSummary=true >}}
1818

1919
<br>
2020
{{< button href="blog/" target="_self" >}}
@@ -25,7 +25,7 @@ More Articles
2525

2626
Dive into our latest workshops and master the skills you need to maximize the power of the ESP32.
2727

28-
{{< article link="/workshops/esp-idf-basic/" >}}
28+
{{< article link="/workshops/esp-idf-basic/" showSummary=true compactSummary=true >}}
2929

3030
<br>
3131
{{< button href="workshops/" target="_self" >}}
@@ -34,7 +34,7 @@ More Workshops
3434

3535
## Notable Events
3636

37-
{{< article link="/events/devcon25/" >}}
37+
{{< article link="/events/devcon25/" showSummary=true compactSummary=true >}}
3838

3939
<br>
4040
{{< button href="events/" target="_self" >}}

0 commit comments

Comments
 (0)