Files
Beaujol-Bus-Lab/blog/themes/terminal-bus/layouts/baseof.html
T
L'électron rare a8b088d03b 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.
2026-07-09 11:57:40 +02:00

35 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="{{ site.Language.Locale }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ if not .IsHome }}{{ .Title }} — {{ end }}{{ site.Title }}</title>
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ site.Params.description }}{{ end }}">
<link rel="stylesheet" href="{{ "css/terminal.css" | relURL }}">
</head>
<body>
<header>
<pre class="banner">
____ _ _ ____
| __ )| | | / ___| bus.saillant.cc
| _ \| | | \___ \ Irisbus Axer -&gt; atelier mobile
| |_) | |_| |___) | electronique . fab numerique . VASP
|____/ \___/|____/
</pre>
<nav>
<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/Beaujol-Bus-Lab">git clone</a>
</nav>
</header>
<main>
{{ block "main" . }}{{ end }}
</main>
<footer>
<span class="prompt">{{ site.Params.prompt }}:~$</span> uptime
— chantier démarré en 2026, horizon 5 ans. Généré par Hugo.
</footer>
</body>
</html>