1
0
Fork
You've already forked documentation
0
Drives the content for my account's pages.
  • Shell 70.7%
  • Makefile 29.3%
2026年02月07日 22:38:52 +01:00
docs Talk About Playing Nice 2026年02月07日 22:35:33 +01:00
pages @b57e16e611 Deploy updated site to GitHub Pages. 2026年02月07日 22:38:52 +01:00
scripts Add Basic Documentation. 2025年11月01日 20:07:53 +01:00
.gitignore Add Basic Documentation. 2025年11月01日 20:07:53 +01:00
.gitmodules Add Basic Documentation. 2025年11月01日 20:07:53 +01:00
.python-version Add Basic Documentation. 2025年11月01日 20:07:53 +01:00
LICENSE Initial commit 2025年11月01日 14:24:12 +01:00
Makefile Add a Target to Build uv.lock 2025年11月02日 10:46:05 +01:00
mkdocs.yml Talk About Playing Nice 2026年02月07日 22:35:33 +01:00
pyproject.toml Talk About Playing Nice 2026年02月07日 22:35:33 +01:00
README.md Link to the hosted page. 2026年02月07日 13:21:26 +01:00
uv.lock Talk About Playing Nice 2026年02月07日 22:35:33 +01:00

documentation

Drives the content for my account's pages.

Prerequisites

  • Python 3.12+
  • uv
  • make

Pulling

There's a submodule used to streamline documentation publication. To clone the repository with the submodule, run:

make git-submodule-update

Developing

To view the documentation, run:

make serve # start mkdocs dev server.

To have changes update dynamically while you're editing, use:

make dev

To publish

make publish