Code moved to: https://github.com/RinkiyaKeDad/rinkiyakedad.github.io and the build process is automated via a GitHub Action in that repo.
git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically)
- To update the theme:
git submodule update --remote --merge
-
git submodule add -b master https://github.com/RinkiyaKeDad/rinkiyakedad.github.io.git public
(first time only) -
hugo
in the root of this repo to geenrate the files in public directory. -
cd public
and then commit and push. To confirmcd public
and dogit remote -v
. -
The commit and push from root of this repo so that it updates the version of
public
it has. (git push origin HEAD:master)
-
cd ..
and commit and push from the root of this repo.
- This video.
- To update the theme:
git submodule update --remote --merge