Test Project
A placeholder project to test the site structure and feedback form.
View on GitHubOverview
This is a test project page to verify that the site is working correctly. It exercises the full project layout — status badge, tags, repo link, prose content, and the feedback form below.
Methods
The project page is generated from a single Markdown file in src/projects/. The frontmatter at the top of the file controls everything in the header: title, description, status badge, tags, and the GitHub link.
The body content (what you're reading now) is standard Markdown. You can use:
- Bold and italic text
- Bullet lists like this one
- Numbered lists
inline code- Code blocks (with syntax highlighting):
def greet(name: str) -> str:
return f"Hello, {name}!"
print(greet("world"))
Current status
This is a test page. Once you're happy with the layout, delete this file and replace it with your real projects by adding new .md files to src/projects/.
Questions or suggestions?
Use the form below to ask about this project or suggest changes.