#!/usr/bin/env -S uv run --script # -*- mode: python -*- # # /// script # requires-python = ">=3.12" # dependencies = [ # "pyyaml", "flask", "markdown-it-py", # "linkify-it-py", "mdit-py-plugins" # ] # ///
uv's easy dependency definition really made it much easier to manage these. My previous site was org exported to html and took much more effort.
(With the conceit that the website is a "notebook" I call this file "bind").
The org mode one is at https://explog.in/config.html.
uv's easy dependency definition really made it much easier to manage these. My previous site was org exported to html and took much more effort.
(With the conceit that the website is a "notebook" I call this file "bind").