Connor McCoy's personal website — a minimal single-page Jekyll site published with GitHub Pages at www.cmccoy.us.
The page text lives in index.md. Edit it, commit, and push to main —
GitHub Actions rebuilds and deploys automatically (see .github/workflows/jekyll.yml).
Requires Ruby (see .ruby-version).
bundle install
bundle exec jekyll serve # http://localhost:4000, with live reloadindex.md— the home page content._layouts/default.html— the single page template.css/style.css— the (small, hand-written) stylesheet.CNAME— the custom domain. Leave it in place.