Add first blog post (test)
This commit is contained in:
parent
b37d6fe22f
commit
864a822c12
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Welcome!
|
||||
description: this is meta description
|
||||
description: This is meta description
|
||||
image: "@assets/profile/john-doe.jpg"
|
||||
draft: false
|
||||
---
|
||||
|
|
|
|||
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: One of the blog posts of all time.
|
||||
description: An first blog post ever on this site! Woohoo!.
|
||||
date: 2025-10-06
|
||||
categories: [Test]
|
||||
author: Kristian Emil Takvam
|
||||
tags: [Test]
|
||||
hideToc: true
|
||||
---
|
||||
|
||||
This is the first blog post on this site! This specific one will definitely get deleted. So whoever reads this is likely part of an honored few (who am I kidding, only I will read this).
|
||||
Loading…
Reference in New Issue