Updating This Site
- Run
uv syncto install dependencies. - Make your changes to the Markdown files or add new ones.
- Run
uv run mkdocs buildto build the site. - Run
uv run mkdocs serveto preview the site locally. - When you're happy, run
uv run mkdocs gh-deployto push the changes to the GitHub Pages site.