Rye migration. Mistune upgrade

This commit is contained in:
Yax 2023-11-19 16:26:42 +01:00
parent e73eca5c15
commit 8c15dadbb1
7 changed files with 79 additions and 323 deletions

View file

@ -17,7 +17,7 @@ site_remote:
systemctl reload nginx
site_local:
./makesite.py --params params-local.json
rye run python makesite.py --params params-local.json
cd _site && python -m SimpleHTTPServer 2> /dev/null || python3 -m http.server
dock: site_local