Skip to Content

Configure the Blog of Your Website

The blog is configured in the content/blog/[locale] directory. Each markdown file in the content/blog/[locale] directory is a blog post.

The blog is automatically converted to blog posts (Server-Side Rendered). All posts are sorted by date in descending order, displayed on the /blog page.

Add a Blog Post

To create a new blog post, simply add a .mdx file to the content directory.

The title, date, and author for each blog post are automatically extracted from the file and displayed with the post.

Opengraph Image is automatically generated for each blog post.

Last updated on