|
|
||
|---|---|---|
| src/dlw | ||
| README.md | ||
| pyproject.toml | ||
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