Hello, World
This blog is built with Astro. Posts are plain Markdown files; code blocks are highlighted at build time:
def greet(name: str) -> str:
return f"Hello, {name}!"
print(greet("world"))
Inline code like npm run build works too. Images sit next to the post
file and are optimized at build time:
