From 078e2e6cb379c22261a93ac73c66d959cec74716 Mon Sep 17 00:00:00 2001 From: Betty Date: Tue, 24 Feb 2026 22:49:16 +0100 Subject: [PATCH] post: commit 23d6c54 in bojemoi --- .../commits/2026-02-24-commit-23d6c54.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 content/posts/commits/2026-02-24-commit-23d6c54.md diff --git a/content/posts/commits/2026-02-24-commit-23d6c54.md b/content/posts/commits/2026-02-24-commit-23d6c54.md new file mode 100644 index 0000000..bb953cc --- /dev/null +++ b/content/posts/commits/2026-02-24-commit-23d6c54.md @@ -0,0 +1,41 @@ +--- +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(+) +```