Welcome to the monorepo for all my websites.
See the LICENCE file for details.
We have a submodule, portfolio. This is code we use this locally:
git submodule update
git commit -a -m "Update the submodules"
git pushOn the server we use:
git pull
git submodule update --init --recursive