/johnnymatthews-dev

This repo holds the build scripts (Hugo) and styling for johnnymatthews.dev. The markdown content does not live in this repo.

Primary LanguageCSS

JohnnyMatthews.dev

Netlify Status

This repo holds the Hugo files and styling for johnnymatthews.dev. The blog content lives in github.com/johnnymatthews/blog.

Dear Future Johnny

You need to run the following stuff every time there's a new blog post in johnnymatthews/blog and you've had to reclone this repo again:

git submodule init
git submodule update --recursive --remote
cd content/blog
git checkout yolo
git pull
cd ../..

Or just run this single line:

git submodule init && git submodule update --recursive --remote && cd content/blog && git checkout yolo && git pull && cd ../.. && git add . && git commit -m "Grabs new posts from blog repo." && git push

Love, Past Johnny.