From 4b8857cc9e8f02ef8cde8221322a1f3da4d60e57 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 21 Feb 2023 17:57:22 +0100 Subject: passage de formation en yml --- content/formations/nix/_index.md | 12 ++++++------ content/formations/nix/channel.md | 10 +++++----- content/formations/nix/derivation.md | 10 +++++----- content/formations/nix/flake.md | 10 +++++----- content/formations/nix/home_manager.md | 10 +++++----- content/formations/nix/modules.md | 10 +++++----- content/formations/nix/nixlang.md | 10 +++++----- content/formations/nix/nixpkgs.md | 10 +++++----- content/formations/nix/nixstd.md | 10 +++++----- 9 files changed, 46 insertions(+), 46 deletions(-) (limited to 'content/formations/nix') 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 +--- -- cgit v1.2.3