diff --git a/content/en/blog/what-is-indiehub.mdx b/content/en/blog/what-is-indiehub.mdx index fdef8fc..6fed952 100644 --- a/content/en/blog/what-is-indiehub.mdx +++ b/content/en/blog/what-is-indiehub.mdx @@ -1,6 +1,6 @@ --- title: What is IndieHub? -description: IndieHub is the best directory for indie hackers. +description: IndieHub is the best all-in-one directory for indie hackers. image: /images/blog/indiehub-og.png date: 2024-11-24T12:00:00.000Z published: true diff --git a/content/en/blog/what-is-mkdirs.mdx b/content/en/blog/what-is-mkdirs.mdx index 4a0a72f..5f586eb 100644 --- a/content/en/blog/what-is-mkdirs.mdx +++ b/content/en/blog/what-is-mkdirs.mdx @@ -4,7 +4,7 @@ description: Mkdirs is the best boilerplate for building directory websites. image: /images/blog/mkdirs-og.png date: 2024-11-25T12:00:00.000Z published: true -categories: [news] +categories: [news, company] author: mkdirs --- diff --git a/content/en/blog/what-is-mksaas.mdx b/content/en/blog/what-is-mksaas.mdx index d83c4be..a1c5f7c 100644 --- a/content/en/blog/what-is-mksaas.mdx +++ b/content/en/blog/what-is-mksaas.mdx @@ -4,7 +4,7 @@ description: MkSaaS is the best boilerplate for building AI SaaS websites. image: /images/blog/mksaas-og.png date: 2024-11-26T12:00:00.000Z published: true -categories: [news, guide] +categories: [company, guide] author: mksaas locale: en --- diff --git a/content/en/category/company.mdx b/content/en/category/company.mdx new file mode 100644 index 0000000..83cdb37 --- /dev/null +++ b/content/en/category/company.mdx @@ -0,0 +1,5 @@ +--- +slug: company +name: Company +description: Company news about MkSaaS Boilerplate +--- diff --git a/src/components/blog/blog-card.tsx b/src/components/blog/blog-card.tsx index 1f6a616..949eabb 100644 --- a/src/components/blog/blog-card.tsx +++ b/src/components/blog/blog-card.tsx @@ -17,9 +17,9 @@ export default function BlogCard({ post }: BlogCardProps) { const postUrl = `${postUrlPrefix}${post.slug}`; return ( -
+
{post.description}
)} @@ -81,7 +81,7 @@ export default function BlogCard({ post }: BlogCardProps) {