]> xn--ix-yja.es Git - alex.git/commit
Rebuild deployment
authoralex <alex@pdp7.net>
Sat, 15 Mar 2025 09:54:12 +0000 (10:54 +0100)
committeralexpdp7 <alex@corcoles.net>
Sat, 15 Mar 2025 11:26:40 +0000 (12:26 +0100)
commitb9c92eafc3026dd5f73f3a1b2754de0b4bb0323d
tree081066112a167935fe1db9907ba678b878e6b7a7
parente28553db86742887fbb7fe7e0fd92f1c0ec94233
Rebuild deployment

- Use uv instead of poetry
- Do not build a container image, just use live uv installing
- Use src layout
- Fix resource handling

Fixes #362
25 files changed:
.github/workflows/build-blog.yml [deleted file]
.github/workflows/test.yml
blog/.python-version [new file with mode: 0644]
blog/blog/__init__.py [deleted file]
blog/blog/__main__.py [deleted file]
blog/blog/blog_pages.py [deleted file]
blog/blog/gemtext.py [deleted file]
blog/blog/html.py [deleted file]
blog/blog/meta.py [deleted file]
blog/blog/page.py [deleted file]
blog/blog/pretty.py [deleted file]
blog/build.rs [deleted file]
blog/k8s.yaml
blog/poetry.lock [deleted file]
blog/pyproject.toml
blog/src/blog/__init__.py [new file with mode: 0644]
blog/src/blog/__main__.py [new file with mode: 0644]
blog/src/blog/blog_pages.py [new file with mode: 0644]
blog/src/blog/gemtext.py [new file with mode: 0644]
blog/src/blog/html.py [new file with mode: 0644]
blog/src/blog/meta.py [new file with mode: 0644]
blog/src/blog/page.py [new file with mode: 0644]
blog/src/blog/pretty.py [new file with mode: 0644]
blog/test_html_rendering.py
blog/uv.lock [new file with mode: 0644]