Initial HUGO setup

This commit is contained in:
2024-05-29 21:24:26 +01:00
parent 15e5f22574
commit 511d42ab6b
20 changed files with 1369 additions and 0 deletions

37
content/test/test.md Normal file
View File

@@ -0,0 +1,37 @@
---
title: "Test"
date: 2024-05-29T20:39:37+01:00
draft: true
---
# Title
## Subtitle
### H3
#### H4
##### H5
###### H6
1. list
2. elements
3. another
- unordered
- list
Normal text.
`generic code`
*Important*
**Very important**
_Important Variant_
```sh
echo "Code Block"
```
[Link](https://example.org)
![Image]()