Tomi ce08c3f5e7
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
testing gitea actions
2024-07-10 19:27:35 +02:00
2024-07-10 19:27:35 +02:00
2024-07-10 18:27:01 +02:00
2024-07-10 18:27:01 +02:00
2024-07-10 17:43:52 +02:00
2024-07-10 18:27:01 +02:00
2024-07-10 18:52:19 +02:00

My website

setup with plain python

python -mvenv .venv
source ./.venv/bin/activate
pip install mkdocs
pip install mkdocs-simple-blog
mkdocs serve # to preview the website locally
mkdocs build # to build the website in ./site

with uv

uv venv
source ./.venv/bin/activate
uv pip install mkdocs
uv pip install mkdocs-simple-blog
mkdocs serve # to preview the website locally
mkdocs buid # to build the website in ./site
Description
No description provided
Readme 159 KiB
Languages
Markdown 100%