- cd ./../
- hugo new site "name-of-repo"
- From your project's root directory, initiate the hugo module system if you haven't already:
$ hugo mod init github.com/<your_user>/<your_project>
- Add the theme's repo to your config.toml:
theme = ["github.com/cromozooom/calina"]