diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-21 17:39:12 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-21 17:39:12 +0100 |
commit | 993845aa4fa5a21c9c978c0a57ec572c5300e554 (patch) | |
tree | 2f750a13201d111de9a373e567f1489d7b3b8f38 /content/prise_en_main/stockage | |
parent | fa24444ef38a3555f54e7fd6674521155f0ef8f5 (diff) | |
download | guide.deuxfleurs.fr-993845aa4fa5a21c9c978c0a57ec572c5300e554.tar.gz guide.deuxfleurs.fr-993845aa4fa5a21c9c978c0a57ec572c5300e554.zip |
replace by yaml
Diffstat (limited to 'content/prise_en_main/stockage')
-rw-r--r-- | content/prise_en_main/stockage/_index.md | 10 | ||||
-rw-r--r-- | content/prise_en_main/stockage/drive_garage.md | 10 | ||||
-rw-r--r-- | content/prise_en_main/stockage/rclone_mount.md | 14 |
3 files changed, 17 insertions, 17 deletions
diff --git a/content/prise_en_main/stockage/_index.md b/content/prise_en_main/stockage/_index.md index 99264f1..5935bb7 100644 --- a/content/prise_en_main/stockage/_index.md +++ b/content/prise_en_main/stockage/_index.md @@ -1,7 +1,7 @@ -+++ -title = "Stockage de fichiers" -description = "Stocker ses fichiers chez Deuxfleurs" -sort_by = "weight" -+++ +--- +title: "Stockage de fichiers" +description: "Stocker ses fichiers chez Deuxfleurs" +sort_by: "weight" +--- Dans cette section, vous trouverez plusieurs tutoriels expliquant comment stocker vos fichiers chez Deuxfleurs sur Garage. Malheureusement, nous n'avons pas encore d'interface facile pour accéder à cette fonctionnalité: **les guides dans cette section sont donc à destination d'un public avancé**. diff --git a/content/prise_en_main/stockage/drive_garage.md b/content/prise_en_main/stockage/drive_garage.md index 5b30263..6af4919 100644 --- a/content/prise_en_main/stockage/drive_garage.md +++ b/content/prise_en_main/stockage/drive_garage.md @@ -1,8 +1,8 @@ -+++ -title = "Sous Linux (avancé)" -description = "Drive Garage avec Rclone (guide avancé)" -weight = 10 -+++ +--- +title: "Sous Linux (avancé)" +description: "Drive Garage avec Rclone (guide avancé)" +weight: 10 +--- **Public visé:** des utilisateurs sous Linux n'ayant pas peur de la ligne de commande. diff --git a/content/prise_en_main/stockage/rclone_mount.md b/content/prise_en_main/stockage/rclone_mount.md index 9b31d24..4363aac 100644 --- a/content/prise_en_main/stockage/rclone_mount.md +++ b/content/prise_en_main/stockage/rclone_mount.md @@ -1,10 +1,10 @@ -+++ -title = "Sous Windows (avancé)" -description = " Rclone Mount" -weight = 20 -date = 2022-03-28T09:28:19.870Z -dateCreated = 2022-02-01T16:23:58.635Z -+++ +--- +title: "Sous Windows (avancé)" +description: " Rclone Mount" +weight: 20 +date: "2022-03-28T09:28:19.870Z" +dateCreated: "2022-02-01T16:23:58.635Z" +--- Nous aurons besoin de télécharger 3 programmes : - [winfsp](http://www.secfs.net/winfsp/rel/) - téléchargez l'installateur et installez normalement |