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.
This commit is contained in:
@@ -26,7 +26,7 @@ schémas KiCad (`30-energie-elec/kicad/`).
|
|||||||
|
|
||||||
## Git
|
## Git
|
||||||
|
|
||||||
- Remote : `git@git.saillant.cc:electron-rare/bus-axer.git` (SSH :2222,
|
- Remote : `git@git.saillant.cc:electron-rare/Beaujol-Bus-Lab.git` (SSH :2222,
|
||||||
forge Gitea sur Tower, repo privé). Fallback HTTPS + token :
|
forge Gitea sur Tower, repo public). Fallback HTTPS + token :
|
||||||
`https://electron@git.saillant.cc/electron-rare/bus-axer.git`
|
`https://electron@git.saillant.cc/electron-rare/Beaujol-Bus-Lab.git`
|
||||||
(garder le `electron@` — il échappe à la règle globale `insteadOf`).
|
(garder le `electron@` — il échappe à la règle globale `insteadOf`).
|
||||||
|
|||||||
@@ -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,
|
Tout le projet est versionné — docs techniques, suivi de poids,
|
||||||
schémas, journal de chantier et ce blog lui-même :
|
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
|
Contact : clement@saillant.cc
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
<span class="prompt">{{ site.Params.prompt }}:~$</span>
|
<span class="prompt">{{ site.Params.prompt }}:~$</span>
|
||||||
<a href="{{ "/" | relURL }}">ls posts/</a>
|
<a href="{{ "/" | relURL }}">ls posts/</a>
|
||||||
<a href="{{ "/a-propos/" | relURL }}">cat a-propos.md</a>
|
<a href="{{ "/a-propos/" | relURL }}">cat a-propos.md</a>
|
||||||
<a href="https://git.saillant.cc/electron-rare/bus-axer">git clone</a>
|
<a href="https://git.saillant.cc/electron-rare/Beaujol-Bus-Lab">git clone</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
|
|||||||
@@ -42,3 +42,4 @@ th, td { border: 1px solid var(--border); padding: 0.3em 1ch;
|
|||||||
text-align: left; }
|
text-align: left; }
|
||||||
hr { border: 0; border-top: 1px dashed var(--border); }
|
hr { border: 0; border-top: 1px dashed var(--border); }
|
||||||
footer { margin-top: 4rem; color: var(--dim); font-size: 0.85em; }
|
footer { margin-top: 4rem; color: var(--dim); font-size: 0.85em; }
|
||||||
|
.hero { display: block; width: 100%; margin: 1.5rem 0; }
|
||||||
|
|||||||
Reference in New Issue
Block a user