Static personal website published with GitHub Pages.
- URL: jennyhurn.github.io/website
- Published branch/folder:
main/(root)
index.html- homepageblog/index.html- writing index pageprojects/index.html- projects index pageprojects/*/index.html- individual project pages_posts/- markdown blog posts with front matter_layouts/- Jekyll layout templatesassets/,img/,final-images/- static assets
- Install dependencies:
bundle install
- Run local server:
bundle exec jekyll serve
- Build for production check:
bundle exec jekyll build
- Commit changes to
main. - Confirm GitHub Pages is configured to deploy from root.
- Verify:
- Homepage loads
- Blog index and post routes load
- Project index and project detail pages load
next-steps.md- operational execution plandecisions.md- key decisions and rationalework/website-review/runbook/runbook.md- multi-agent review processcontext/style-guide.md- index for active style guidescontext/code-style-guide.md- implementation conventionscontext/tone-voice-style-guide.md- writing and narrative standards
- Treat files in this repo as publish-ready.
- Follow
context/tone-voice-style-guide.mdfor copy work. - Follow
context/code-style-guide.mdfor code and UI edits. - Keep claims specific and verifiable; soften unverified numbers.
- Keep navigation labels and CTA text clear and action-oriented.
- Use
layout: postin front matter. - Match the post filename date to the front matter
date(YYYY-MM-DD-title.md). - Include
title,date, anddescriptionin every post.