Enhances cover generation and updates dependencies

Adds cover generation functionality for week notes, using a background image and specified font.

Updates dependencies to the latest versions, including flake8, certifi, click, identify, platformdirs, pygments, python-dotenv, requests, urllib3, and weeknotebot.
This commit is contained in:
fundor333
2025-06-24 19:35:06 +02:00
committed by Fundor333
parent 0fd3447224
commit 8859763bf0
9 changed files with 101 additions and 58 deletions

View File

@@ -91,6 +91,7 @@ submodule: ## Get submodule for this repo
.PHONY: weekly
weekly: ## Weekly script
@weeknote -config weeknote-config.json
@python3 make-post.py weekly_cover
precommit: ## Run pre-commit hooks
@git add . & poetry run pre-commit run