Skip to content

Instantly share code, notes, and snippets.

@shiva
Created July 5, 2026 17:55
Show Gist options
  • Select an option

  • Save shiva/d6e3f9e9e59e5b8714e39da6fe92a9e7 to your computer and use it in GitHub Desktop.

Select an option

Save shiva/d6e3f9e9e59e5b8714e39da6fe92a9e7 to your computer and use it in GitHub Desktop.
Project merge prompt

Project Merge

Goal: Produce a single website that is consistently themed from two separate git repos.

Control Instructions:

  • Use ❯ to start each response.  
  • Don't waste time run git commands if you can't find things. drop me a note
  • Use git worktree to commit you changes.
  • Ask me questions to clarify intent and scope so that you can spend most of the time building

Locations: They are symlinks. If you need full paths, you should resolve them. both git repos

  • blog: ./blog/
  • site: ./shiv.me/

Status and instructions:

  • My site is just static html files, but has the correct themes for my product and hacker/dev persona.
  • Need to convert these with daylight/night mode into a hugo theme. Suggest some names.
  • I think it's simpler to convert my static site into a hugo powered site, and have the blog be the hosting hugo repo.
  • The theme should be reusable, so create a submodule to track that.
  • my static site also hosts images, and other docs that I hotlink to. So, I will need to reparent those. i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment