bundle install
bundle exec jekyll serve --livereloadThen open the local URL printed by Jekyll.
- Edit
_data/site.ymlfor your name, tagline, accent color, and socials. - Edit
_data/writing.ymlto curate Substack posts. - Replace
assets/resume.pdfwith your real resume PDF (keep the filename).
- Push this folder to a GitHub repo.
- In GitHub: Settings → Pages.
- Choose to deploy from the
mainbranch (root).
If you’re using a project repo (not <username>.github.io), set baseurl in _config.yml to /<repo-name> and commit.