diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-12 12:43:20 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-12 12:43:20 +0200 |
commit | 2fdff43d571cffd8443f7c521b36e21e2210a26b (patch) | |
tree | 14e0df030a3d235541cfeb5a2614fa33e9a7f0f6 /content/formations | |
parent | c58680d2d42be0876225b3714a7e01ec164f5b73 (diff) | |
download | guide.deuxfleurs.fr-2fdff43d571cffd8443f7c521b36e21e2210a26b.tar.gz guide.deuxfleurs.fr-2fdff43d571cffd8443f7c521b36e21e2210a26b.zip |
WIP organisation
Diffstat (limited to 'content/formations')
-rw-r--r-- | content/formations/_index.md | 1 | ||||
-rw-r--r-- | content/formations/est/_index.md | 2 | ||||
-rw-r--r-- | content/formations/nix/_index.md | 2 | ||||
-rw-r--r-- | content/formations/sysadmin/_index.md | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/content/formations/_index.md b/content/formations/_index.md index 82797c6..86ac5a7 100644 --- a/content/formations/_index.md +++ b/content/formations/_index.md @@ -2,5 +2,6 @@ title = "Se former" description = "Se former" weight = 30 +sorted_by = "weight" +++ diff --git a/content/formations/est/_index.md b/content/formations/est/_index.md index e132c1e..e0ca5e3 100644 --- a/content/formations/est/_index.md +++ b/content/formations/est/_index.md @@ -1,7 +1,7 @@ +++ title = "Études sur les sciences et les techniques" description = "Études sur les sciences et les techniques" -weight = 20 +weight = 10 sorted_by = "weight" +++ diff --git a/content/formations/nix/_index.md b/content/formations/nix/_index.md index bef807b..e3295ab 100644 --- a/content/formations/nix/_index.md +++ b/content/formations/nix/_index.md @@ -1,5 +1,5 @@ +++ -title = "Nix" +title = "Écosystème Nix" description = "L'écosysème Nix : nixlang, nixpkgs, nixos, flakes, etc." sorted_by = "weight" weight = 30 diff --git a/content/formations/sysadmin/_index.md b/content/formations/sysadmin/_index.md index f6c4ad7..4d621e4 100644 --- a/content/formations/sysadmin/_index.md +++ b/content/formations/sysadmin/_index.md @@ -2,6 +2,7 @@ title = "Administration Système" description = "Administration Système" sort_by = "weight" +weight = 20 +++ L'administration système est un concept en réalité aux contours flous. |