wip: generate RSS feed

This commit is contained in:
Daniel Fichtinger 2025-07-12 01:06:31 -04:00
parent 8d17572d12
commit 21d4d3181e
4 changed files with 59 additions and 1 deletions

View file

@ -9,6 +9,7 @@ authors = [
requires-python = ">=3.12"
dependencies = [
"dacite>=1.9.2",
"feedgen>=1.0.0",
"jinja2>=3.1.6",
"l2m4m>=1.0.4",
"markdown>=3.8.2",
@ -52,7 +53,7 @@ reportUnusedCallResult = false
reportCallInDefaultInitializer = false
enableTypeIgnoreComments = true
reportIgnoreCommentWithoutRule = false
allowedUntypedLibraries = ["frontmatter", "pygments", "pymdownx", "l2m4m"]
allowedUntypedLibraries = ["frontmatter", "pygments", "pymdownx", "l2m4m", "feedgen"]
[tool.ruff]
line-length = 70