This folder is a minimal Jekyll blog designed to publish directly on GitHub Pages.
Add a markdown file to _posts/ using this format:
---
layout: post
title: "Your Post Title"
date: 2026-04-01
author: Your Name
role: Optional Role
---
Write the post in Markdown here.Use the filename format YYYY-MM-DD-your-slug.md.
Push to the default branch for the GitHub Pages repository. GitHub Pages will run Jekyll automatically.
If you want local preview later, the standard path is:
bundle exec jekyll serveThat requires Jekyll to be installed locally.