1 December 2024
Example Post
testing
Reading time: 18s

This is just a simple example to test the capabilities of my blog engine.
Current features
- Custom blog cover
- Custom accent color
- Tags
- Headings: H1, H2, H3, H4
- Paragraphs
- Basic Images
- Empty Lines
Headings
Heading 1
Heading 2
Heading 3
Heading 4
Paragraphs
Lorem ipsum this is text.
Images



This is a test photo
Code blocks
Golang
func main(){
fmt.Println("Hello World")
}
This