This commit is contained in:
2025-10-07 21:34:06 +02:00
parent 2759d8c472
commit ba2a2878fd
32 changed files with 2311 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
title: "Project 1"
description: "Lorem ipsum dolor sit amet"
repo: "#" # delete this line if you want blog-like posts for projects
tags: ["go", "golang", "hugo"]
weight: 1
draft: false
---

View File

@@ -0,0 +1,8 @@
---
title: "Project 2"
description: "Consectetur adipiscing elit"
repo: "#" # delete this line if you want blog-like posts for projects
tags: ["html", "css", "js"]
weight: 2
draft: false
---

View File

@@ -0,0 +1,8 @@
---
title: "Project 3"
description: "Cras felis sapien"
repo: "#" # delete this line if you want blog-like posts for projects
tags: ["bootstrap", "responsive"]
weight: 3
draft: false
---

View File

@@ -0,0 +1,8 @@
---
title: "Project 4"
description: "Pellentesque eu lacinia id"
repo: "#" # delete this line if you want blog-like posts for projects
tags: ["highlight-js", "syntax-highlighting"]
weight: 4
draft: false
---