Self Notes:

Submodules

bash
# if i remember before cloning
git clone --recurse-submodules -j8 git@github.com:m-richards/m-richards.github.io.git blog
cd bar
#  For already cloned repos,
cd themes/even
git submodule update --init --recursive

Linting

bash
pipx install mdformat
pipx inject mdformat mdformat-frontmatter
mdformat content --wrap 120

Note the frontmatter formatter only detects yaml, so unfortunately, that keeps me using yaml and not toml for the frontmatter