Learn how to use your blog
blogEnabled
flag in the appConfig.tsx
file.
blog_posts
table in Supabase.
title
field is used as the title and headline of the blog post.slug
field is used to generate the URL.language
field is used to filter the blog posts by language. Add the language code (e.g. en
for English) to the field.description
field is used as the meta description of the blog post and is displayed below the title and in the blog overview.content
field is used as the content of the blog post. It supports markdown and code highlighting. Edit the web/components/blog/mdx-content.tsx
file to customize the rendering.cover_image
field is used as the cover image of the blog post. It is displayed at the top of the blog content and in the blog overview.