Personal website powered by Jekyll and the jekyll-theme-minimal theme, hosted on GitHub Pages.
This site uses GitHub Pages with a built-in theme, so no local Ruby/Jekyll installation is required.
- Go to repository → Settings → Pages
- Set source to:
Deploy from a branch→main→/ (root) - Site will be available at: https://colindickson.github.io
Create new markdown files in the _posts/ directory with the naming convention:
YYYY-MM-DD-title.md
Example:
---
title: "My First Post"
date: 2026-01-17
layout: post
---
# My First Post
Content goes here...