I tried to install the submodule with git submodule https://github.com/nixentric/Lowkey-Hugo-Theme.git themes/lowkey however it seems like the correct command is git submodule add https://github.com/nixentric/Lowkey-Hugo-Theme.git themes/lowkey which is the fix I made here.
I tried to install the submodule with
git submodule https://github.com/nixentric/Lowkey-Hugo-Theme.git themes/lowkey
however it seems like the correct command isgit submodule add https://github.com/nixentric/Lowkey-Hugo-Theme.git themes/lowkey
which is the fix I made here.