From a8b088d03bd315a3222fa83fa460d3701e57512d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=27=C3=A9lectron=20rare?= <108685187+electron-rare@users.noreply.github.com> Date: Thu, 9 Jul 2026 11:57:40 +0200 Subject: [PATCH] feat: rename repo to Beaujol-Bus-Lab, go public The user picked a proper name for the project repo. Rename on Gitea (electron-rare/Beaujol-Bus-Lab), flip visibility to public now that the privacy pass removed face photos and the seller ad screenshot, and update every reference: local remote URL, CLAUDE.md git section, blog about page and nav link. Add the missing hero image CSS rule. --- CLAUDE.md | 6 +++--- blog/content/a-propos.md | 2 +- blog/themes/terminal-bus/layouts/baseof.html | 2 +- blog/themes/terminal-bus/static/css/terminal.css | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) 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; }