post: commit 23d6c54 in bojemoi
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 8s

This commit is contained in:
Betty
2026-02-24 22:49:16 +01:00
parent a71c6a9132
commit 078e2e6cb3

View File

@@ -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 <noreply@anthropic.com>
### 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(+)
```