CLAUDE.md

CLAUDE.md

Personal website for Nick Semenkovich, a physician-scientist at the Medical College of Wisconsin. Built with Jekyll and served by GitHub Pages at nick.semenkovich.com (see CNAME).

Stack

Repo layout

Local dev

gem install github-pages
bundle exec jekyll serve --livereload

(The bundle exec workflow in the README presumes you create a Gemfile locally — none is committed.)

Conventions

Known issues / rough edges (from a quick review)

CLAUDE.md | Nick Semenkovich (semenko)

` on line 21 also emits one. Fix: either remove the manual <title> or pass `

`.

None of these block builds; the site renders and deploys. They’re worth cleaning up opportunistically.

Deploy

Push to main on semenko/semenko.github.io; GitHub Pages builds and serves at the custom domain in CNAME (NICK.SEMENKOVICH.COM). Domain is on the HSTS preload list (see comment in _includes/head.html).