--- title: "[bojemoi] scripts: add blog automation scripts" date: 2026-02-24T22:49:16+01:00 draft: false tags: ["commit", "bojemoi", "main"] categories: ["Git Activity"] summary: "Commit 23d6c54 par Betty dans bojemoi" author: "Betty" --- ## Commit `23d6c54` | | | |---|---| | **Repository** | bojemoi | | **Branch** | `main` | | **Author** | Betty | | **Hash** | `23d6c5467adcd31a6b4834d3f9e93c60b6cc0b59` | ### Description - commits-to-posts.sh : génère des posts Hugo depuis l'historique git - post-commit-blog.sh : publie automatiquement sur le blog après chaque commit Co-Authored-By: Claude Sonnet 4.6 ### Files Changed ``` A scripts/commits-to-posts.sh A scripts/post-commit-blog.sh ``` ### Diff Summary ``` scripts/commits-to-posts.sh | 123 ++++++++++++++++++++++++++++++++++++++++++++ scripts/post-commit-blog.sh | 110 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 233 insertions(+) ```