Drives the content for my account's pages.
- Shell 70.7%
- Makefile 29.3%
| docs | Talk About Playing Nice | |
| pages @b57e16e611 | Deploy updated site to GitHub Pages. | |
| scripts | Add Basic Documentation. | |
| .gitignore | Add Basic Documentation. | |
| .gitmodules | Add Basic Documentation. | |
| .python-version | Add Basic Documentation. | |
| LICENSE | Initial commit | |
| Makefile | Add a Target to Build uv.lock | |
| mkdocs.yml | Talk About Playing Nice | |
| pyproject.toml | Talk About Playing Nice | |
| README.md | Link to the hosted page. | |
| uv.lock | Talk About Playing Nice | |
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