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