[WIP] Website and documentation
https://git-pages.org
|
Catherine
6e34fa99fd
All checks were successful
publish / publish (push) Successful in 49s
|
||
|---|---|---|
| .forgejo/workflows | Write a section on resource limits. | |
| docs | Docker builds are now functional. | |
| overrides/partials | Add a "Published with" notice to the footer. | |
| .gitignore | Set up theming and plugins. | |
| .python-version | Initial commit. | |
| LICENSE.txt | Initial commit. | |
| mkdocs.yml | Add a "Published with" notice to the footer. | |
| pyproject.toml | Write half of "Running a server" page. | |
| README.md | Add a "Published with" notice to the footer. | |
| uv.lock | Write half of "Running a server" page. | |
git-pages.org website
This repository contains the source code for the https://git-pages.org website. It is a work in progress.
Development
To work on this website, you will need Python and uv. Once these dependencies are installed, run:
$ uv run mkdocs serve
The contents will be rendered at http://127.0.0.1:8000/.