Jessyka Bailey

Make this site
your own.

This is my personal site, packaged so you can take it. Change the words, colors, and photo — that's it.

Free · Open source · ~30 min

Option 1

Let the AI do itEasiest

If you use Claude Code, you barely touch a file — you just talk to it.

  1. Get the files

    On the repo, click Fork (to publish later) or Code → Download ZIP (to just try it).

  2. Open it in Claude Code

    In a terminal: cd into the folder, then run claude.

  3. Say “make this mine”

    It reads the built-in guide, asks a few questions, opens the color picker for you, and edits everything.

  4. Preview & publish

    It shows you how to preview, then how to put it online free (below).

Option 2

Do it by hand

No AI, no build tools. A browser and a text editor is all you need.

  1. Get the files

    Fork or download the repo and unzip it.

  2. Pick your colors

    Double-click style-kit.html. Click through accents, backgrounds, fonts, and effects on a live preview, then hit Copy my look.

  3. Edit one file

    Open site.config.js — your name, photo, links, posts, projects, and the theme you just copied. It's commented line by line.

  4. Preview

    Double-click index.html. That's your site, running from your computer.

  5. Publish

    Put it online free (below).

Then put it online — free

It's plain files, so any static host works. Pick one:

GitHub PagesIn your fork: Settings → Pages → deploy from main / root.
NetlifyDrag the folder onto app.netlify.com/drop. Live instantly.
VercelImport your repo at vercel.com/new. No settings to change.
Get it on GitHub →

Want the hand-held version with a checkpoint at every step? Read WALKTHROUGH.md.