This is a Jekyll-based blog hosted on GitHub Pages.
- Install Ruby and Jekyll
- Run
bundle installto install dependencies - Run
bundle exec jekyll serveto run locally - Visit
http://localhost:4000to preview
Posts go in the _posts/ directory with the naming convention: YYYY-MM-DD-title.md
Example front matter:
---
layout: post
title: "Your Post Title"
date: 2024-12-30
categories: [category1, category2]
tags: [tag1, tag2]
---Push to GitHub and enable GitHub Pages in repository settings.