Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 430 Bytes

File metadata and controls

15 lines (10 loc) · 430 Bytes

hugo-site

📝 Tip for Cloning with Submodules

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