Go to file
Kim Diallo ec077e2e44 second try 2025-12-27 20:14:42 +01:00
src/dlw second try 2025-12-27 20:14:42 +01:00
README.md second try 2025-12-27 20:14:42 +01:00
pyproject.toml second try 2025-12-27 20:14:42 +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