first working blog

This commit is contained in:
Luca 2024-10-09 10:31:04 +02:00
parent 000f4e4196
commit 16fe9bd093
13 changed files with 107 additions and 0 deletions

View file

@ -0,0 +1,4 @@
export default {
tags: ["posts"],
layout: "layouts/post.njk",
};

View file

@ -0,0 +1,5 @@
---
title: My first post
---
Hello World