Hello, World
Welcome to my blog. This is a sample post to show you how blog entries work.
What I’ll Write About
- Project updates and build logs
- Thoughts on privacy and infosec
- Random tinkering with microcontrollers like ESP32 and others and of course, AI
How This Site Works
This site is built with Astro and hosted on CloudFlare Pages. All content is written in Markdown files that get compiled to static HTML.
To add a new post, I just create a new .md file in src/content/blog/ with frontmatter like this:
---
title: "Post Title"
description: "Brief description"
date: 2025-12-30
tags: ["tag1", "tag2"]
---
Simple and fast.
Get In Touch
Feel free to reach out on GitHub or via email if you want to chat about security, projects, or anything else.