When cloning this repository, make sure to include the --recurse-submodules
flag to initialize the Hugo theme:
git clone --recurse-submodules https://github.com/yourname/your-repo.git
If you've already cloned the repository without that flag, you can initialize the submodules manually: bash Copier Modifier
git submodule update --init --recursive