Le site web bebou.netlib.re - retour accueil
git clone git://bebou.netlib.re/bebou
Log | Files | Refs |
commit d3dcd8011a9c13fd5c339197d675cf0b5c22bebe parent 86d6fcb4d59798e9e3d4a43d223c4db0acee79b6 Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Mon, 29 Apr 2024 19:49:20 +0200 Ajout section html et photo rasp Diffstat:
M | contents/index.sh | | | 7 | +++++++ |
A | contents/serveur.jpeg | | | 0 | |
M | page | | | 2 | ++ |
3 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/contents/index.sh b/contents/index.sh @@ -10,4 +10,11 @@ Le village des bébous est un serveur communautaire auto-hébergé. [Des statistiques sur le serveur](/stats)\ [Foire aux questions](/faq) +- - - endsection + +sectionhtml: main +<figure> +<img src="/serveur.jpeg" alt="Le raspberry servant de serveur sur le point de tomber par terre"> +<figcaption>C'est donc ça qu'on appelle <a href="https://fr.wikipedia.org/wiki/Edge_computing">Edge computing</a> ?</figcaption> +</figure> diff --git a/contents/serveur.jpeg b/contents/serveur.jpeg Binary files differ. diff --git a/page b/page @@ -7,8 +7,10 @@ trap "rm -rf $the" EXIT FILE="$1" save_md() lowdown >> "$the/$1" +save_html() cat >> "$the/$1" alias sectionmd:='<<\endsection save_md' +alias sectionhtml:='<<\endsection save_html' alias title:="title" title() title="$*"