diff options
Diffstat (limited to 'content/prise_en_main')
-rw-r--r-- | content/prise_en_main/jitsi.md | 10 | ||||
-rw-r--r-- | content/prise_en_main/matrix.md | 17 | ||||
-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 | 17 | ||||
-rw-r--r-- | content/prise_en_main/web/_index.md | 10 | ||||
-rw-r--r-- | content/prise_en_main/web/dns.md | 17 | ||||
-rw-r--r-- | content/prise_en_main/web/rclone.md | 17 | ||||
-rw-r--r-- | content/prise_en_main/web/winscp.md | 10 |
9 files changed, 53 insertions, 65 deletions
diff --git a/content/prise_en_main/jitsi.md b/content/prise_en_main/jitsi.md index 364ca04..ca2f199 100644 --- a/content/prise_en_main/jitsi.md +++ b/content/prise_en_main/jitsi.md @@ -1,8 +1,8 @@ ---- -title: Jitsi -description: Visioconférence avec Jitsi -weight: 40 ---- ++++ +title = "Jitsi" +description = "Visioconférence avec Jitsi" +weight = 40 ++++ # Accéder à Jitsi diff --git a/content/prise_en_main/matrix.md b/content/prise_en_main/matrix.md index b13f810..9b19916 100644 --- a/content/prise_en_main/matrix.md +++ b/content/prise_en_main/matrix.md @@ -1,13 +1,10 @@ ---- -title: Matrix -description: Messagerie Instantanée avec Matrix -published: true -date: 2022-03-09T19:13:51.671Z -tags: -editor: markdown -dateCreated: 2021-11-09T12:13:36.265Z -weight: 30 ---- ++++ +title = "Matrix" +description = "Messagerie Instantanée avec Matrix" +date = 2022-03-09T19:13:51.671Z +dateCreated = 2021-11-09T12:13:36.265Z +weight = 30 ++++ Matrix est un réseau de communication instantanée que vous pouvez utiliser pour rester en contact avec votre famille, avec vos amis ou avec votre collectif ou association. diff --git a/content/prise_en_main/stockage/_index.md b/content/prise_en_main/stockage/_index.md index 21ab438..99264f1 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 cb80b3a..5b30263 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 af84147..9b31d24 100644 --- a/content/prise_en_main/stockage/rclone_mount.md +++ b/content/prise_en_main/stockage/rclone_mount.md @@ -1,13 +1,10 @@ ---- -title: Sous Windows (avancé) -description: Rclone Mount -weight: 20 -published: true -date: 2022-03-28T09:28:19.870Z -tags: -editor: markdown -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 diff --git a/content/prise_en_main/web/_index.md b/content/prise_en_main/web/_index.md index 090eacc..13c71eb 100644 --- a/content/prise_en_main/web/_index.md +++ b/content/prise_en_main/web/_index.md @@ -1,8 +1,8 @@ ---- -title: Site web -description: Héberger un site web -sort_by: weight ---- ++++ +title = "Site web" +description = "Héberger un site web" +sort_by = "weight" ++++ Vous en avez marre de faire toute votre communication associative via Facebook ? Vous voulez créer votre propre site pour raconter votre dernier road-trip ou publier vos poèmes ? Vous ne savez pas vous y prendre ? diff --git a/content/prise_en_main/web/dns.md b/content/prise_en_main/web/dns.md index 3f5091b..491abb5 100644 --- a/content/prise_en_main/web/dns.md +++ b/content/prise_en_main/web/dns.md @@ -1,13 +1,10 @@ ---- -title: DNS -description: -published: true -date: 2022-08-25T08:56:54.837Z -tags: -editor: markdown -dateCreated: 2021-11-29T08:46:18.021Z -weight: 10 ---- ++++ +title = "DNS" +description = "" +date = 2022-08-25T08:56:54.837Z +dateCreated = 2021-11-29T08:46:18.021Z +weight = 10 ++++ # Louer son nom de domaine diff --git a/content/prise_en_main/web/rclone.md b/content/prise_en_main/web/rclone.md index 21d1d60..9647339 100644 --- a/content/prise_en_main/web/rclone.md +++ b/content/prise_en_main/web/rclone.md @@ -1,13 +1,10 @@ ---- -title: Rclone Browser -description: Rclone Browser -weight: 30 -published: true -date: 2021-11-25T14:31:35.570Z -tags: -editor: markdown -dateCreated: 2021-11-25T14:02:30.997Z ---- ++++ +title = "Rclone Browser" +description = "Rclone Browser" +weight = 30 +date = 2021-11-25T14:31:35.570Z +dateCreated = 2021-11-25T14:02:30.997Z ++++ rclone browser est un outil simple qui vous permet d'accéder directement à Garage. diff --git a/content/prise_en_main/web/winscp.md b/content/prise_en_main/web/winscp.md index 8163ab1..60b5274 100644 --- a/content/prise_en_main/web/winscp.md +++ b/content/prise_en_main/web/winscp.md @@ -1,8 +1,8 @@ ---- -title: WinSCP -description: WinSCP -weight: 20 ---- ++++ +title = "WinSCP" +description = "WinSCP " +weight = 20 ++++ # Installation |