WIP: streamline some stuff
All checks were successful
Build and deploy website / Build and Push Jekyll Site (push) Successful in 25s

This commit is contained in:
Radu C. Martin 2025-04-06 18:16:14 +02:00
parent 06e94159b1
commit 747c75dffc
10 changed files with 70 additions and 112 deletions

View file

@ -0,0 +1,35 @@
---
title: Hello, Friend
description: So I've decided to have a blog
date: 2025-04-06 12:33 +0200
categories: [Technology, Homelab]
tags: [selfhosted, blog, ci]
---
# First Heading
## Second heading
Some text
### Third heading
#### Fourth heading
How deep can we go?
#### Fourth heading V2
### Third heading V2
#### Fourth heading V3
`inline code`
```c#
private class Test() {
private int TestValue {get; set;}
}
```