diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-21 17:57:22 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-21 17:57:22 +0100 |
commit | 4b8857cc9e8f02ef8cde8221322a1f3da4d60e57 (patch) | |
tree | 7f4e0af40a52c5081eb84c17063e1146d6c27b3a /content/formations/nix | |
parent | 88638b4b0780b89459ed5a215124f18b82c6c316 (diff) | |
download | guide.deuxfleurs.fr-4b8857cc9e8f02ef8cde8221322a1f3da4d60e57.tar.gz guide.deuxfleurs.fr-4b8857cc9e8f02ef8cde8221322a1f3da4d60e57.zip |
passage de formation en yml
Diffstat (limited to 'content/formations/nix')
-rw-r--r-- | content/formations/nix/_index.md | 12 | ||||
-rw-r--r-- | content/formations/nix/channel.md | 10 | ||||
-rw-r--r-- | content/formations/nix/derivation.md | 10 | ||||
-rw-r--r-- | content/formations/nix/flake.md | 10 | ||||
-rw-r--r-- | content/formations/nix/home_manager.md | 10 | ||||
-rw-r--r-- | content/formations/nix/modules.md | 10 | ||||
-rw-r--r-- | content/formations/nix/nixlang.md | 10 | ||||
-rw-r--r-- | content/formations/nix/nixpkgs.md | 10 | ||||
-rw-r--r-- | content/formations/nix/nixstd.md | 10 |
9 files changed, 46 insertions, 46 deletions
diff --git a/content/formations/nix/_index.md b/content/formations/nix/_index.md index 7134d61..7885ab9 100644 --- a/content/formations/nix/_index.md +++ b/content/formations/nix/_index.md @@ -1,9 +1,9 @@ -+++ -title = "Écosystème Nix" -description = "L'écosysème Nix : nixlang, nixpkgs, nixos, flakes, etc." -sort_by = "weight" -weight = 60 -+++ +--- +title: "Écosystème Nix" +description: "L'écosysème Nix : nixlang, nixpkgs, nixos, flakes, etc." +sort_by: "weight" +weight: 60 +--- # Apprendre diff --git a/content/formations/nix/channel.md b/content/formations/nix/channel.md index d5390b6..72d9ac3 100644 --- a/content/formations/nix/channel.md +++ b/content/formations/nix/channel.md @@ -1,5 +1,5 @@ -+++ -title = "Channel" -description = "Channel et cache" -weight = 60 -+++ +--- +title: "Channel" +description: "Channel et cache" +weight: 60 +--- diff --git a/content/formations/nix/derivation.md b/content/formations/nix/derivation.md index b178793..bd08e6e 100644 --- a/content/formations/nix/derivation.md +++ b/content/formations/nix/derivation.md @@ -1,5 +1,5 @@ -+++ -title = "Dérivation" -description = "Dérivation" -weight = 10 -+++ +--- +title: "Dérivation" +description: "Dérivation" +weight: 10 +--- diff --git a/content/formations/nix/flake.md b/content/formations/nix/flake.md index 669f4c1..8e49a71 100644 --- a/content/formations/nix/flake.md +++ b/content/formations/nix/flake.md @@ -1,5 +1,5 @@ -+++ -title = "Flakes" -description = "Flakes" -weight = 70 -+++ +--- +title: "Flakes" +description: "Flakes" +weight: 70 +--- diff --git a/content/formations/nix/home_manager.md b/content/formations/nix/home_manager.md index 1cc6662..0a3fcdb 100644 --- a/content/formations/nix/home_manager.md +++ b/content/formations/nix/home_manager.md @@ -1,5 +1,5 @@ -+++ -title = "Home Manager" -description = "Home Manager" -weight = 80 -+++ +--- +title: "Home Manager" +description: "Home Manager" +weight: 80 +--- diff --git a/content/formations/nix/modules.md b/content/formations/nix/modules.md index cba12bd..bb7c69e 100644 --- a/content/formations/nix/modules.md +++ b/content/formations/nix/modules.md @@ -1,5 +1,5 @@ -+++ -title = "Modules" -description = "Les modules de NixOS" -weight = 50 -+++ +--- +title: "Modules" +description: "Les modules de NixOS" +weight: 50 +--- diff --git a/content/formations/nix/nixlang.md b/content/formations/nix/nixlang.md index 415f73a..80da224 100644 --- a/content/formations/nix/nixlang.md +++ b/content/formations/nix/nixlang.md @@ -1,5 +1,5 @@ -+++ -title = "Langage" -description = "Le langage Nix" -weight = 20 -+++ +--- +title: "Langage" +description: "Le langage Nix" +weight: 20 +--- diff --git a/content/formations/nix/nixpkgs.md b/content/formations/nix/nixpkgs.md index 641033c..e1caed6 100644 --- a/content/formations/nix/nixpkgs.md +++ b/content/formations/nix/nixpkgs.md @@ -1,5 +1,5 @@ -+++ -title = "Dépôt officiel" -description = "Le dépôt officiel nixpkgs" -weight = 40 -+++ +--- +title: "Dépôt officiel" +description: "Le dépôt officiel nixpkgs" +weight: 40 +--- diff --git a/content/formations/nix/nixstd.md b/content/formations/nix/nixstd.md index b6f83e3..e397ec8 100644 --- a/content/formations/nix/nixstd.md +++ b/content/formations/nix/nixstd.md @@ -1,5 +1,5 @@ -+++ -title = "Bibliothèque standard" -description = "La bibliothèque standard de Nix" -weight = 30 -+++ +--- +title: "Bibliothèque standard" +description: "La bibliothèque standard de Nix" +weight: 30 +--- |