Update blog, update workflow to integrate custom blag fork

- custom blag fork will render markdown with footnotes and strikethrough
This commit is contained in:
2024-01-18 02:49:27 -08:00
parent 1bb0a4281b
commit 0e9ecd5c34
6 changed files with 138 additions and 1 deletions

View File

@@ -3,8 +3,13 @@ url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[[source]]
url = "https://$PIPENV_USER:$PIPENV_PASS@gitea.raer.me/api/packages/freyjagp/pypi/simple"
verify_ssl = true
name = "gitea"
[packages]
blag = "*"
blag = {version = "==2.3.0", index = "gitea"}
[dev-packages]