Chase Adams

How I use Git Submodules to Deploy My Blog

How to deploy a NextJS blog using Git submodules to separate public site code from private and public content repositories

1 minute read

[!INFO] The goal of this post is to document how I use Git submodules to deploy my blog. I have a public GitHub repo for my NextJS site and private repos for my content and public content.