Draft of constructor to merge ./media files into a single HTML string object. 'theme.css' is also scanned to apply future styling. The next focus is a request handler which serves this content.

This commit is contained in:
2026-05-29 11:43:24 +01:00
commit 4af56f8cd8
18 changed files with 112 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[project]
name = "personal-site"
version = "0.1.0"
description = ""
authors = [
{name = "Samuel Jones",email = "samuel@williamjones.me"}
]
requires-python = ">=3.14"
dependencies = [
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"