Our engineering blog, powered by Jekyll and GitHub Pages.
bundle install
bundle exec jekyll serveThen open http://localhost:4000/blog.
Create a file in _posts/ with the naming convention:
YYYY-MM-DD-title-of-the-post.md
Add front matter at the top:
---
layout: post
title: "Your Post Title"
date: YYYY-MM-DD
categories: your-category
---Push to main and GitHub Pages will build and deploy automatically.
Make sure GitHub Pages is enabled in the repo settings (source: branch main).