diff --git a/.gitignore b/.gitignore index 41c02cf..2642429 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ public/ *.lock */_gen/* .obsidian/ +_vendor/ diff --git a/config/_default/params.toml b/config/_default/params.toml index 68664cf..503e124 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -38,7 +38,7 @@ smartTOC = true [homepage] layout = "profile" # valid options: page, profile, hero, card, background, custom #homepageImage = "IMAGE.jpg" # used in: hero, and card - showRecent = true + showRecent = false showRecentItems = 7 showMoreLink = true showMoreLinkDest = "/posts"