This repo is being installed as a submodule in the folder named "public" of the source code repo. In case something happens, this can be fully overriden.
- Delete the folder "public"
- Edit .gitmodules and remove this submodule
- Edit .git/config and remove this submodule
- Delete the folder "public" from .git/modules
- Run command: git rm -r --cached public
- Run command: git submodule add -b main public
- After cloning, delete entire content but the .git file
- Regenerate content in public using hugo.