Go to file
Kim Diallo eae860d0cd src/dlw/marvin_api.py hinzugefügt 2026-01-03 01:04:06 +01:00
src/dlw src/dlw/marvin_api.py hinzugefügt 2026-01-03 01:04:06 +01:00
README.md second try 2025-12-27 20:14:42 +01:00
pyproject.toml pyproject.toml aktualisiert 2026-01-03 01:01:49 +01:00

README.md

forgejo-blog-manager/ ├── src/ │ └── dlw/ │ ├── init.py │ ├── admin.py # Flask App: Routing, Formulare, Vorschau-Logik │ ├── commands.py # CLI Entry Point: Setup, Server Start │ ├── git_ops.py # GitPython Wrapper: Commit und Push │ └── ssg_config/ # Pelican Konfiguration und Templates │ ├── pelicanconf.py │ ├── article_template.j2 # Für die Vorschau │ └── templates/ # Die eigentlichen Blog-Templates │ └── ... ├── content/ # Hier landen die generierten Markdown-Artikel ├── downloads/ # Hier landen PDF- und Audio-Dateien ├── .gitignore ├── README.md └── pyproject.toml # PEP 621 Konfiguration