← All posts

Welcome — building this site with Astro + GitHub Pages

June 14, 2026 MetaAstro

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

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.