How did I created a GitHub.IO personal website using two-repo/git-submodule
approach?
In five general steps:
- Created the final-stage website repo
- Created the static website generator repo
- Install static website generator
- Create static webpages
- Git-pushed webpages to final-stage website repo
Creating Final-Stage Website Repo
Need to create a GitHub …
more ...