Added theme and basic page
All checks were successful
Build and deploy Hugo website / build-and-deploy (push) Successful in 9s

This commit is contained in:
2025-06-18 16:28:01 +02:00
parent ce0c650e1a
commit 9a588bf4ca
7 changed files with 96 additions and 6 deletions

35
content/posts/test1.md Normal file
View File

@ -0,0 +1,35 @@
+++
title = "Test 1"
tags = ["test"]
date = "1012-01-01"
+++
Test 1
I am referencing a footnote[^1]
```go {linenos=inline}
package main
import "fmt"
func main() {
fmt.Println("{linenos=inline}")
}
```
```go {linenos=table}
package main
import "fmt"
func main() {
fmt.Println("{linenos=table}")
}
```
```
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in dictum tortor.
Morbi laoreet enim id sem euismod lobortis. Donec quam libero, bibendum non cursus vitae, dictum vel eros.
```
[^1]: I am the footnote