I like how 1v1 games keep things simple and competitive because every decision matters when you are directly facing another player. Fast matchmaking, short rounds, and skill-based gameplay make them easy to enjoy without investing a lot of time. I also enjoy how different genres, from shooters to strategy games, create completely different experiences. For anyone looking to explore more competitive options, 1v1 Games offer a good variety of quick and engaging head-to-head challenges across multiple styles.
It's worth highlighting that docs can be published from different branches of a repo. A branch named 'gh-pages' used to be required (it may still be, I don't know). So for example, you create an orphan branch on your Delenda EST repo called 'gh-pages', you put your files and CSS and other assets your website uses on that branch. That's one of the settings under "Pages" on your repo setting. You'd have to create the branch first for the option to show up. That would keep your mod structure clean on your main branch.
To keep that branch checked out all the time, you can use `git worktree ...` to create a directory separate from the directory from where the files on your main branch are located.