- Create a new markdown file in the
news
directory, name it chronologically like2025-04-16-<title>.md
- Add the following frontmatter:
---
authors: Kleo dev, John Doe
title: Hello World
description: The brown fox jumps over the lazy dog
image: <your thumbnail url>
date: <year>-<month>-<day>
tags: <tag1, tag2>
---
-
Add the content of the news after the frontmatter Learn markdown here: https://www.markdownguide.org/getting-started/
-
Add the image to the
public
directory (if you're using a local image), the image will be referenced in the frontmatter like this:image: /<image.png>