Hugo & Git Commands Cheat Sheet
Sometimes we forget the simple things. Here’s a living list of commands I use while working on my Hugo blog with a custom theme and GitHub workflow. 🧱 After Cloning the Repo Background: I keep switching local locations for my github repos. From one laptop to another. WSL to Linux. This command is very useful. Initialize Git submodules (for theme): Cloning the repo does not automatically fetch submodule content — including your theme. ...