This repo contains the source for my personal blog, blog.yuo.be.
The site was built using Astro.
To build the site:
- Install Node.js
- Install Python
- Install uv
- Run
uv sync - Activate the Python virtual environment by running
source .venv/bin/activate(Linux) or.venv\Scripts\activate(Windows) - Run
npm install - Run
npm run build
See the Astro documentation for more information on using Astro.