aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-12-22 11:45:33 +0100
committerAlex Auvolat <alex@adnab.me>2022-12-22 11:45:33 +0100
commitec051a85db1ac5c3d05dda1954f9786cc67c0d52 (patch)
treefd886ef1ded44fe457ab12241692d0ac89d52f0e
parent9cbb1670eec2d1c0834fc93cef270d62e17a57d6 (diff)
downloadguide.deuxfleurs.fr-navigation-mobile.tar.gz
guide.deuxfleurs.fr-navigation-mobile.zip
Grille d'image des livres adaptable en largeurnavigation-mobile
-rw-r--r--content/formations/conf/_index.md2
-rw-r--r--content/formations/mediatheque/_index.md23
-rw-r--r--content/formations/nix/_index.md2
-rw-r--r--content/formations/sysadmin/_index.md2
-rw-r--r--sass/_markdown.scss4
5 files changed, 18 insertions, 15 deletions
diff --git a/content/formations/conf/_index.md b/content/formations/conf/_index.md
index fddfcb3..7a2cf60 100644
--- a/content/formations/conf/_index.md
+++ b/content/formations/conf/_index.md
@@ -1,7 +1,7 @@
+++
title = "Conférences"
description = "Compte-rendu des conférences auxquelles on a assisté"
-weight = 50
+weight = 30
sort_by = "weight"
+++
diff --git a/content/formations/mediatheque/_index.md b/content/formations/mediatheque/_index.md
index dee163c..205dfec 100644
--- a/content/formations/mediatheque/_index.md
+++ b/content/formations/mediatheque/_index.md
@@ -1,23 +1,22 @@
+++
title = "Médiathèque critique"
description = "Médiathèque critique"
-weight = 30
+weight = 20
sort_by = "weight"
+++
# Des livres
-![Couverture de la Convivialité d'Illich <](/img/cover/convivialite.jpg)
-![Couverture du Macroscope <](/img/cover/macroscope.jpg)
-![Couverture de l'ordre moins le pouvoir <](/img/cover/pouvoir.jpg)
-![Couverture de technologie partout démocratie nulle part <](/img/cover/techno-partout.jpg)
-![Couverture de Cyberstructure <](/img/cover/cyberstructure.jpg)
-![Couverture de L'institution imaginaire de la société <](/img/cover/imaginaire.jpg)
-
-![Couverture de Permanent Record <](/img/cover/permanent-record.jpg)
-![Couverture de La France contre les robots <](/img/cover/France-contre-robots.jpg)
-![Couverture de Carbon Democracy de Timothy Mitchell <](/img/cover/carbon_democracy.jpg)
-![Couverture de Surveiller et punir de Michel Foucault <](/img/cover/surveiller-et-punir.jpg)
+![Couverture de la Convivialité d'Illich #](/img/cover/convivialite.jpg)
+![Couverture du Macroscope #](/img/cover/macroscope.jpg)
+![Couverture de l'ordre moins le pouvoir #](/img/cover/pouvoir.jpg)
+![Couverture de technologie partout démocratie nulle part #](/img/cover/techno-partout.jpg)
+![Couverture de Cyberstructure #](/img/cover/cyberstructure.jpg)
+![Couverture de L'institution imaginaire de la société #](/img/cover/imaginaire.jpg)
+![Couverture de Permanent Record #](/img/cover/permanent-record.jpg)
+![Couverture de La France contre les robots #](/img/cover/France-contre-robots.jpg)
+![Couverture de Carbon Democracy de Timothy Mitchell #](/img/cover/carbon_democracy.jpg)
+![Couverture de Surveiller et punir de Michel Foucault #](/img/cover/surveiller-et-punir.jpg)
[↣ Consulter la page détaillée sur les livres](./livres/)
diff --git a/content/formations/nix/_index.md b/content/formations/nix/_index.md
index 2f1f4e9..7134d61 100644
--- a/content/formations/nix/_index.md
+++ b/content/formations/nix/_index.md
@@ -2,7 +2,7 @@
title = "Écosystème Nix"
description = "L'écosysème Nix : nixlang, nixpkgs, nixos, flakes, etc."
sort_by = "weight"
-weight = 30
+weight = 60
+++
# Apprendre
diff --git a/content/formations/sysadmin/_index.md b/content/formations/sysadmin/_index.md
index cd79887..2a397c1 100644
--- a/content/formations/sysadmin/_index.md
+++ b/content/formations/sysadmin/_index.md
@@ -2,7 +2,7 @@
title = "Administration Système"
description = "Administration Système"
sort_by = "weight"
-weight = 20
+weight = 50
+++
L'administration système est un concept aux contours flous.
diff --git a/sass/_markdown.scss b/sass/_markdown.scss
index 73caeb5..5cc6e69 100644
--- a/sass/_markdown.scss
+++ b/sass/_markdown.scss
@@ -74,6 +74,10 @@
width: auto;
}
+.content img[alt$="#"] {
+ margin: .5rem;
+}
+
.content img[alt$=">"] {
float: right;
margin-left: 1rem;