Żmudziński family website written using Python thanks to the Pelican package. The website shows our family members, animals and history.
The deployment is done through Github Actions and posted on GitHub Pages.
- Python 3.13
- uv package
| Variable | Description |
|---|---|
SITEURL |
The url of the final website |
| Action | Command |
|---|---|
| Build the project | uv run poe build |
| Run the project | uv run poe serve |
| Format project | uv run poe lint_fix |
| Lint project | uv run poe lint |
| Test project | uv run poe test |