WIP: streamline some stuff
All checks were successful
Build and deploy website / Build and Push Jekyll Site (push) Successful in 25s
All checks were successful
Build and deploy website / Build and Push Jekyll Site (push) Successful in 25s
This commit is contained in:
parent
06e94159b1
commit
747c75dffc
10 changed files with 70 additions and 112 deletions
35
_drafts/2025-04-06-hello-friend.md
Normal file
35
_drafts/2025-04-06-hello-friend.md
Normal 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;}
|
||||
|
||||
}
|
||||
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue