Implement the Git workflow

This commit is contained in:
2026-07-19 11:53:02 +02:00
parent 90a9002124
commit 422f71c8ad
20 changed files with 3441 additions and 45 deletions

View File

@@ -5,6 +5,7 @@ pub mod calendar;
pub mod error;
pub mod gallery_import;
pub mod generation;
pub mod git;
pub mod media;
pub mod menu;
pub mod meta;