Status
Vincents's personal website running on Gatsby, React, and Node.js.
Based on Tania's blog (7.1), followed private submodules as well
For content updates, pull a repo called
vincentntang.com/vincentntang-content
Run these commands
git submodule update --remote
git submodule add https://github.com/vincentntang/vincentntang-content content
update submodule content
git submodule update --remote
If submodules are out of sync, try this
cd .git
delete modules folder
git submodule update --init --recursive
should repopulate the content folder assuming .gitmodules is there