Hello World

2025-09-30 · 1 min read · #meta, #demo

Welcome to the new site! This is a sample post to verify typography, table of contents, footnotes, and code highlighting.

Section 1: Typography

Body text aims for comfortable measure, line height, and contrast. It supports bold, italics, inline code like code, and quotations:

This is a blockquote example.

Section 2: Code

1
2
3
4
def hello(name: str) -> str:
    return f"Hello, {name}!"

print(hello("world"))

References

  • This is a regular list item.