2022-11-28
|~4 min read
|654 words
In moving my blog from Gatsby to NextJS, I needed to solve a big architectural difference between Gatsby and Next. When building my site…
2022-11-28
|~1 min read
|14 words
A cool example of using github actions to solve a private submodule problem https://ehlers.berlin/blog/private-submodules-in-github-ci/
2022-11-28
|~6 min read
|1015 words
I moved all of the content of this website into a Git submodule. As discussed in my writing about Git submodules, the separation of content…