Kambing blog

Our blog

Markdown meta headers

Here are the meta headers for the markdown document.

---
title: 'Title' 
description: 'description' 
date: '2022-04-10' 
modified_date: '2022-04-10' 
image: /assets/images/posts/random-img.jpg 
author: 'Name or pseudonym'
---

Note : modified_date and author are not mandatory. The rest are mandatory, otherwise nextjs wont compile

If author is left empty it will be shown as anonymous.

Dont forget to get an interesting image :)