repos

blog.bythewood.me-flask

mirror archived upstream

Markdown blog on Flask with Vite-built assets and WeasyPrint PDF export, rewritten from the Wagtail build that preceded it.

blogdockerflaskmarkdownpythonself-hostedvite

185 B · 11 lines · TOML Raw History
 1[project]
 2name = "blog.bythewood.me"
 3version = "0.1.0"
 4requires-python = ">=3.13"
 5dependencies = [
 6    "flask>=3.1",
 7    "gunicorn>=23.0",
 8    "mistune>=3.1",
 9    "weasyprint>=68.1",
10]