Personal blog and portfolio site built with Jekyll and hosted on GitHub Pages.
To test the site locally:
# Install Python dependencies
pip3 install markdown
# Start development server
python3 dev-server.py
# Open http://localhost:8000 in your browserThe site is automatically deployed via GitHub Actions when changes are pushed to the main branch.