Rebooting in Python
February 1, 2026
This is a small test post to validate the new Python build pipeline.
Next steps
- Implement the build and preview commands.
- Generate feeds and the sitemap.
def greet(name: str) -> str: return f"Hello, {name}!" print(greet("world"))