Welcome to my portfolio and blog. This site is built with Astro and Markdown,
and deploys automatically to GitHub Pages whenever I push to the main branch.
How I’ll use it
- Projects — a portfolio of things I’ve built and researched, each with photos, videos and links as documentation.
- Blog — articles, notes, and logs of activities and events.
Writing a post
Each post is just a Markdown file. I can embed images, code blocks, and more:
import tensorflow as tf
model = tf.keras.models.load_model("road_cnn.h5")
Adding a new project or post is as simple as creating a new .md file and pushing
to GitHub. The build and deploy happen on their own.
That’s it — more soon.