From fa24444ef38a3555f54e7fd6674521155f0ef8f5 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 21 Feb 2023 17:20:17 +0100 Subject: [PATCH] update to yaml --- content/prise_en_main/_index.md | 12 ++++++------ content/prise_en_main/compte.md | 10 +++++----- content/prise_en_main/cryptpad.md | 10 +++++----- content/prise_en_main/emails.md | 10 +++++----- content/prise_en_main/jitsi.md | 10 +++++----- content/prise_en_main/matrix.md | 14 +++++++------- content/prise_en_main/plume.md | 10 +++++----- static/admin/config.yml | 14 +++----------- 8 files changed, 41 insertions(+), 49 deletions(-) diff --git a/content/prise_en_main/_index.md b/content/prise_en_main/_index.md index 952d440..c97ae39 100644 --- a/content/prise_en_main/_index.md +++ b/content/prise_en_main/_index.md @@ -1,9 +1,9 @@ -+++ -title = "Prise en main" -description = "Prise en main" -weight = 10 -sort_by = "weight" -+++ +--- +title: "Prise en main" +description: "Prise en main" +weight: 10 +sort_by: "weight" +--- Ce manuel vous accompagne dans la découverte de nos outils. Pour vous aider à vous y retrouver, nous vous proposons 3 cas d'usages typiques : rester en contact avec ses proches, organiser une réunion, diff --git a/content/prise_en_main/compte.md b/content/prise_en_main/compte.md index 31562ae..a600824 100644 --- a/content/prise_en_main/compte.md +++ b/content/prise_en_main/compte.md @@ -1,8 +1,8 @@ -+++ -title = "Compte unique" -description = "Compte unique pour tous les services" -weight = 10 -+++ +--- +title: "Compte unique" +description: "Compte unique pour tous les services" +weight: 10 +--- Vous bénéficier d'un compte unique pour accéder à (presque) tous les services de Deuxfleurs. diff --git a/content/prise_en_main/cryptpad.md b/content/prise_en_main/cryptpad.md index fef5115..36295a6 100644 --- a/content/prise_en_main/cryptpad.md +++ b/content/prise_en_main/cryptpad.md @@ -1,8 +1,8 @@ -+++ -title = "Cryptpad" -description = "Cryptpad" -weight = 50 -+++ +--- +title: "Cryptpad" +description: "Cryptpad" +weight: 50 +--- # Accès à Cryptpad diff --git a/content/prise_en_main/emails.md b/content/prise_en_main/emails.md index 215f29e..a899498 100644 --- a/content/prise_en_main/emails.md +++ b/content/prise_en_main/emails.md @@ -1,8 +1,8 @@ -+++ -title = "Emails" -description = "Emails" -weight = 20 -+++ +--- +title: "Emails" +description: "Emails" +weight: 20 +--- **ATTENTION**. Le service email est actuellement en phase de test. Nous limitons le nombre de comptes et prévoyons de nombreuses maintenances dans les mois à venir. diff --git a/content/prise_en_main/jitsi.md b/content/prise_en_main/jitsi.md index ca2f199..202ae95 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 9b19916..b929414 100644 --- a/content/prise_en_main/matrix.md +++ b/content/prise_en_main/matrix.md @@ -1,10 +1,10 @@ -+++ -title = "Matrix" -description = "Messagerie Instantanée avec Matrix" -date = 2022-03-09T19:13:51.671Z -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/plume.md b/content/prise_en_main/plume.md index c20f18c..86aa87d 100644 --- a/content/prise_en_main/plume.md +++ b/content/prise_en_main/plume.md @@ -1,8 +1,8 @@ -+++ -title = "Plume" -description = "Plume" -weight = 60 -+++ +--- +title: "Plume" +description: "Plume" +weight: 60 +--- # Accéder à Plume diff --git a/static/admin/config.yml b/static/admin/config.yml index 67599eb..b0f4539 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -11,15 +11,12 @@ display_url: http://guide.web.vimaire.machine.dufour.io locale: 'en' collections: - - name: 'wiki' - label: 'Wiki' - folder: 'content' + - name: 'prise_en_main' + label: 'Prise en main' + folder: 'content/prise_en_main' editor: preview: false create: true - nested: - depth: 10 - summary: '{{ title }}' fields: - label: Title name: title @@ -27,11 +24,6 @@ collections: - label: Weight name: weight widget: number - - label: Sort by - name: sort_by - widget: select - options: [ "date", "update_date", "title", "title_bytes", "weight", "none" ] - label: Body name: body widget: markdown - meta: { path: { widget: string, label: 'Path', index_file: '_index' } }