Hello, World!
Welcome to my blog! This is the first post, written in Markdown and served by a custom web server built in Rust.
What to Expect
I'll be writing about technology, programming, and whatever else interests me. Posts will vary in length and topic, but the goal is to share things I find genuinely useful or interesting.
About This Site
This site runs on a small stack I put together myself:
- Rust for the server-side logic
- Axum as the web framework
- Markdown files for writing posts — no database required
Adding a new post is as simple as dropping a .md file into the posts/ directory. The server picks it up automatically on the next request.
The Visitor Counter
You may have noticed the little counter in the top-right corner. It counts every visit to the homepage and persists across server restarts by writing to a plain text file. Nothing fancy, but it's satisfying to watch it tick up.
Stay tuned for more content!