33 lines
401 B
Markdown
33 lines
401 B
Markdown
---
|
|
layout: blog
|
|
title: Another Hello
|
|
date: 2025-01-07
|
|
---
|
|
|
|
Some excerpt for the blog post teasing what it is _about_
|
|
|
|
---
|
|
|
|
[[TOC]]
|
|
|
|
## Some test blog post
|
|
|
|
with some lorem ipsum text
|
|
|
|
```py
|
|
def hello_world() -> str:
|
|
return "Hello, World!"
|
|
|
|
|
|
if __name__ == "__main__":
|
|
string = hello_world()
|
|
print(string)
|
|
```
|
|
|
|
## Hello 2
|
|
|
|
some more `text` with _awesome_ _formatting_
|
|
|
|
---
|
|
|
|
some more text
|