Skip to content

Commit 11b1472

Browse files
committed
feat: update blog section
1 parent a76aaa4 commit 11b1472

File tree

1 file changed

+7
-7
lines changed
  • .vitepress/theme/components/Community

1 file changed

+7
-7
lines changed

.vitepress/theme/components/Community/Blog.vue

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ import Button from '../shared/Button.vue';
44
55
// Dummy blog posts data
66
const blogPosts = [
7+
{
8+
id: 2,
9+
title: 'September Recap: New in Leaf!',
10+
excerpt: 'It\'s been 6 months since we released Leaf 4 and Leaf MVC 4, and what a journey it\'s been! From new features to community growth, we\'ve been busy making Leaf the best framework for Makers. In this recap, we\'ll highlight some of the exciting developments and what\'s coming next. Let\'s dive in!',
11+
image: 'https://github.com/user-attachments/assets/9e97bc87-0cdc-4bc1-95e3-aeba4ab7788e',
12+
url: 'https://blog.leafphp.dev/posts/sep-2025-recap.html'
13+
},
714
{
815
id: 1,
916
title: 'Build Your Next SaaS with PHP — In Hours, Not Days',
1017
excerpt: 'We\'ve been working on Leaf PHP, and building it into the perfect tool for makers and solo builders.If you’re looking to build fast and ship faster, Leaf might be the fastest way to launch your next SaaS — all with plain, elegant PHP that scales with you.',
1118
image: 'https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fba2wnotxn1952b8am43b.jpg',
1219
url: 'https://dev.to/mychi_darko/build-your-next-saas-with-php-in-hours-not-days-30if'
1320
},
14-
{
15-
id: 2,
16-
title: 'Leaf 4.0 is finally here! Build 10x Faster and Lighter',
17-
excerpt: 'Today, we are excited to announce the release of Leaf 4 (🌷 Snowdrop) and Leaf MVC 4 (✈️ Hughes H-4 Hercules)! This marks a new chapter in the evolution of Leaf, making PHP development faster, simpler, and more powerful than ever before.',
18-
image: 'https://github.com/user-attachments/assets/0ddae472-9d1d-4547-8c1c-68529949f0df',
19-
url: 'https://blog.leafphp.dev/posts/leaf4-is-here'
20-
},
2121
];
2222
</script>
2323

0 commit comments

Comments
 (0)