diff --git a/CLAUDE.md b/CLAUDE.md
index c312497..159ceef 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -26,7 +26,7 @@ schémas KiCad (`30-energie-elec/kicad/`).
## Git
-- Remote : `git@git.saillant.cc:electron-rare/bus-axer.git` (SSH :2222,
- forge Gitea sur Tower, repo privé). Fallback HTTPS + token :
- `https://electron@git.saillant.cc/electron-rare/bus-axer.git`
+- Remote : `git@git.saillant.cc:electron-rare/Beaujol-Bus-Lab.git` (SSH :2222,
+ forge Gitea sur Tower, repo public). Fallback HTTPS + token :
+ `https://electron@git.saillant.cc/electron-rare/Beaujol-Bus-Lab.git`
(garder le `electron@` — il échappe à la règle globale `insteadOf`).
diff --git a/blog/content/a-propos.md b/blog/content/a-propos.md
index cd53e2e..7bb602d 100644
--- a/blog/content/a-propos.md
+++ b/blog/content/a-propos.md
@@ -11,6 +11,6 @@ douche, 9 places, et un objectif VASP au bout de 5 ans.
Tout le projet est versionné — docs techniques, suivi de poids,
schémas, journal de chantier et ce blog lui-même :
-[git.saillant.cc/electron-rare/bus-axer](https://git.saillant.cc/electron-rare/bus-axer)
+[git.saillant.cc/electron-rare/Beaujol-Bus-Lab](https://git.saillant.cc/electron-rare/Beaujol-Bus-Lab)
Contact : clement@saillant.cc
diff --git a/blog/themes/terminal-bus/layouts/baseof.html b/blog/themes/terminal-bus/layouts/baseof.html
index 454f150..c66f3b0 100644
--- a/blog/themes/terminal-bus/layouts/baseof.html
+++ b/blog/themes/terminal-bus/layouts/baseof.html
@@ -20,7 +20,7 @@
{{ site.Params.prompt }}:~$
ls posts/
cat a-propos.md
- git clone
+ git clone
diff --git a/blog/themes/terminal-bus/static/css/terminal.css b/blog/themes/terminal-bus/static/css/terminal.css
index 8f75ab9..63ea59c 100644
--- a/blog/themes/terminal-bus/static/css/terminal.css
+++ b/blog/themes/terminal-bus/static/css/terminal.css
@@ -42,3 +42,4 @@ th, td { border: 1px solid var(--border); padding: 0.3em 1ch;
text-align: left; }
hr { border: 0; border-top: 1px dashed var(--border); }
footer { margin-top: 4rem; color: var(--dim); font-size: 0.85em; }
+.hero { display: block; width: 100%; margin: 1.5rem 0; }