Website sources
https://izzyondroid.org/
|
|
||
|---|---|---|
| .well-known | ||
| docs | ||
| .gitignore | ||
| .python-version | ||
| .woodpecker.yml | ||
| LICENSE.txt | ||
| mkdocs.yml | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
izzyondroid.codeberg.page
This repository holds the sources for the izzyondroid.codeberg.page homepage.
Getting started
- install dependencies with
uv sync - activate the virtual environment with
source .venv/bin/activate - run mkdocs
- for publishing run
mkdocs build, the result gets built into thesitedirectory - for development run
mkdocs serve, the results are available at http://127.0.0.1:8000/
- for publishing run
License
This documentation with its all content has provided under GNU Affero General Public License (AGPLv3) unless written otherwise.
This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.