feat: add bus photos and repo links to blog
The blog needed a visual identity and a path back to the source: hero photo of the Axer on the home page, village photo and repo link on the about page, and a git-clone nav link. Privacy pass before the repo goes public: move the two cab photos with an identifiable face and the seller ad screenshot out of the repo (kept in BUS-photos-privees locally), update INDEX.md and CLAUDE.md accordingly.
This commit is contained in:
@@ -7,4 +7,10 @@ Chantier de transformation d'un Irisbus Axer en atelier/labo mobile,
|
||||
mené par L'Électron Rare. Électronique, fabrication numérique, une
|
||||
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)
|
||||
|
||||
Contact : clement@saillant.cc
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
<span class="prompt">{{ site.Params.prompt }}:~$</span>
|
||||
<a href="{{ "/" | relURL }}">ls posts/</a>
|
||||
<a href="{{ "/a-propos/" | relURL }}">cat a-propos.md</a>
|
||||
<a href="https://git.saillant.cc/electron-rare/bus-axer">git clone</a>
|
||||
</nav>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{{ define "main" }}
|
||||
<p class="intro">{{ site.Params.description }}</p>
|
||||
<img class="hero" src="{{ "images/2026-07/2026-07-09-exterieur-face-avant-laterale.jpg" | relURL }}" alt="L'Irisbus Axer, futur atelier mobile">
|
||||
<h2><span class="prompt">$</span> ls -lt posts/</h2>
|
||||
<ul class="post-list">
|
||||
{{ range where site.RegularPages "Section" "posts" }}
|
||||
|
||||
Reference in New Issue
Block a user