Personal portfolio and blog. Jekyll + Notion CMS.
deploy— full site source (Jekyll, articles, layouts, Notion sync). Browse a'main— this README + the CI workflow only. Exists so GitHub Actionsscheduletriggers can find the workflow file (GitHub runs schedules from the default branch).dev— development branch.
The workflow on this branch checks out deploy, syncs articles from Notion, builds with Jekyll, and deploys to GitHub Pages. To edit the site, work on dev, merge to deploy.