use jinja2 templates to add css and formatting

This commit is contained in:
2026-01-26 22:38:22 -07:00
parent 0b17117566
commit 50a8281508
4 changed files with 104 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ description = "publishes my resume"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"jinja2>=3.1.6",
"markdown-it-py>=4.0.0",
"weasyprint>=68.0",
]