diff --git a/README.md b/README.md
index 651bbba..d57988c 100644
--- a/README.md
+++ b/README.md
@@ -1,156 +1,21 @@
-
-
-
-
-
+# Loi.re
-
- Doks
-
+Documentation du Services Numériques Libres hébergé dans le département de la Loire (42)
-
- Doks Child Theme
-
+## TODO
-
- Doks is a Hugo theme for building secure, fast, and SEO-ready documentation websites, which you can easily update and customize.
-
+- [ ] Ajouter du contenu pour le logiciel PDF
+- [ ] Ajouter le déploiement automatique
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+## Commande
-![Doks — Modern Documentation Theme](https://raw.githubusercontent.com/h-enk/doks/master/images/doks.png)
+Il faut avoir Node.js (dernière LTS) d'installé sur son ordinateur pour importer les dépendances et lancer la construction du site.
-## Demo
+- Installation des dépendances : npm install
+- Lancement du site en mode développement : npm run start
+- Lancement des tests : npm run test
+- Construction du site : npm run build
-- [doks-child-theme.netlify.app](https://doks-child-theme.netlify.app/)
+## License
-## Why Doks?
-
-Nine main reasons why you should use Doks:
-
-1. __Security aware__. Get A+ scores on [Mozilla Observatory](https://observatory.mozilla.org/analyze/doks.netlify.app) out of the box. Easily change the default Security Headers to suit your needs.
-
-2. __Fast by default__. Get 100 scores on [Google Lighthouse](https://googlechrome.github.io/lighthouse/viewer/?gist=59aafe464a68f8bc30b8e9a636d5b053) by default. Doks removes unused css, prefetches links, and lazy loads images.
-
-3. __SEO-ready__. Use sensible defaults for structured data, open graph, and Twitter cards. Or easily change the SEO settings to your liking.
-
-4. __Development tools__. Code with confidence. Check styles, scripts, and markdown for errors and fix automatically or manually.
-
-5. __Bootstrap framework__. Build robust, flexible, and intuitive websites with Bootstrap 5. Easily customize your Doks site with the source Sass files.
-
-6. __Netlify-ready__. Deploy to Netlify with sensible defaults. Easily use Netlify Functions, Netlify Redirects, and Netlify Headers.
-
-7. __Full text search__. Search your Doks site with FlexSearch. Easily customize index settings and search options to your liking.
-
-8. __Page layouts__. Build pages with a landing page, blog, or documentation layout. Add custom sections and components to suit your needs.
-
-9. __Dark mode__. Switch to a low-light UI with the click of a button. Change colors with variables to match your branding.
-
-### Other features
-
-- __Multilingual and i18n__ support
-- __Versioning__ documentation support
-- __KaTeX__ math typesetting
-- __Mermaid__ diagrams and visualization
-- __highlight.js__ syntax highlighting
-
-## Requirements
-
-- [Git](https://git-scm.com/) — latest source release
-- [Node.js](https://nodejs.org/) — latest LTS version or newer
-
-
-Why Node.js?
-
-Doks uses npm (included with Node.js) to centralize dependency management, making it [easy to update](https://getdoks.org/docs/help/how-to-update/) resources, build tooling, plugins, and build scripts.
-
-
-
-## Get started
-
-Start a new Doks project in three steps:
-
-### 1. Create a new site
-
-Doks is available as a child theme and a starter theme.
-
-#### Child theme
-
-- Intended for novice to intermediate users
-- Intended for minor customizations
-- [Easily update npm packages](https://getdoks.org/docs/help/how-to-update/) — __including__ [Doks](https://www.npmjs.com/package/@hyas/doks)
-
-```bash
-git clone https://github.com/h-enk/doks-child-theme.git my-doks-site && cd my-doks-site
-```
-
-#### Starter theme
-
-- Intended for intermediate to advanced users
-- Intended for major customizations
-- [Easily update npm packages](https://getdoks.org/docs/help/how-to-update/)
-
-```bash
-git clone https://github.com/h-enk/doks.git my-doks-site && cd my-doks-site
-```
-
-
-Help me choose
-
-Not sure which one is for you? Pick the child theme.
-
-
-
-### 2. Install dependencies
-
-```bash
-npm install
-```
-
-### 3. Start development server
-
-```bash
-npm run start
-```
-
-## Other commands
-
-Doks comes with [commands](https://getdoks.org/docs/prologue/commands/) for common tasks.
-
-## Documentation
-
-- [Netlify](https://docs.netlify.com/)
-- [Hugo](https://gohugo.io/documentation/)
-- [Doks](https://getdoks.org/)
-
-## Communities
-
-- [Netlify Community](https://community.netlify.com/)
-- [Hugo Forums](https://discourse.gohugo.io/)
-- [Doks Discussions](https://github.com/h-enk/doks/discussions)
-
-## Sponsors
-
-Support this project by becoming a sponsor. Your logo will show up here with a link to your website.
-
-[![OC sponsor 0](https://opencollective.com/doks/tiers/sponsor/0/avatar.svg)](https://opencollective.com/doks/tiers/sponsor/0/website)
-[![OC sponsor 1](https://opencollective.com/doks/tiers/sponsor/1/avatar.svg)](https://opencollective.com/doks/tiers/sponsor/1/website)
-
-## Backers
-
-Support this project by becoming a backer. Your avatar will show up here.
-
-[![Backers](https://opencollective.com/doks/tiers/backer.svg?49741992)](https://opencollective.com/doks)
+Documentation libre sous license GPL V3
diff --git a/config/_default/menus/menus.fr.toml b/config/_default/menus/menus.fr.toml
index a209b50..cd849f2 100644
--- a/config/_default/menus/menus.fr.toml
+++ b/config/_default/menus/menus.fr.toml
@@ -33,15 +33,15 @@
url = "/documentation/introduction/bienvenue/"
weight = 10
-[[main]]
- name = "Guides"
- url = "/tutorial/lorem/ipsum/"
- weight = 15
+#[[main]]
+# name = "Guides"
+# url = "/tutorial/lorem/ipsum/"
+# weight = 15
-[[main]]
- name = "Blog"
- url = "/blog/"
- weight = 20
+#[[main]]
+# name = "Blog"
+# url = "/blog/"
+# weight = 20
#[[main]]
# name = "Get Started"
diff --git a/content/_index.md b/content/_index.md
index f8ab4f6..82d2675 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,7 +1,7 @@
---
title : "Services Numériques Libres"
description: "L'ensemble des services sont hébergés dans le département de la Loire (42)"
-lead: "Ce site WEB vous met à disposition de multiples services utiles pour collaborer, partager et avoir une vie numérique plus « saine ».
Vous trouverez aussi des articles de blog et guides parlant du numérique et son utilisation de façon responsable."
+lead: "Ce site WEB vous met à disposition de multiples services utiles pour collaborer, partager et avoir une vie numérique plus « saine »."
date: 2020-10-06T08:47:36+00:00
lastmod: 2020-10-06T08:47:36+00:00
draft: false
diff --git a/content/blog/2023/2023-05-11-lancement/index.md b/content/blog/2023/2023-05-11-lancement/index.md
deleted file mode 100644
index 9af997e..0000000
--- a/content/blog/2023/2023-05-11-lancement/index.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: "Say hello to Doks 👋"
-description: "Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default."
-excerpt: "Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default."
-date: 2020-11-04T09:19:42+01:00
-lastmod: 2020-11-04T09:19:42+01:00
-draft: false
-weight: 50
-images: []
-categories: ["News"]
-tags: ["security", "performance", "SEO"]
-contributors: ["Simon"]
-pinned: false
-homepage: false
----
-
-Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default.
diff --git a/content/blog/_index.md b/content/blog/_index.md
deleted file mode 100644
index 0aedb1f..0000000
--- a/content/blog/_index.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: "Blog"
-description: "Le blog de Loi.re."
-date: 2020-10-06T08:49:55+00:00
-lastmod: 2020-10-06T08:49:55+00:00
-draft: false
-images: []
----
diff --git a/content/contributors/_index.md b/content/contributors/_index.md
deleted file mode 100644
index e225f34..0000000
--- a/content/contributors/_index.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: "Contributors"
-description: "The Doks contributors."
-date: 2020-10-06T08:50:29+00:00
-lastmod: 2020-10-06T08:50:29+00:00
-draft: false
-images: []
----
-
-The Doks contributors.
diff --git a/content/contributors/henk-verlinde/_index.md b/content/contributors/henk-verlinde/_index.md
deleted file mode 100644
index f775534..0000000
--- a/content/contributors/henk-verlinde/_index.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: "Henk Verlinde"
-description: "Creator of Hyas."
-date: 2020-10-06T08:50:45+00:00
-lastmod: 2020-10-06T08:50:45+00:00
-draft: false
-images: []
----
-
-Creator of Hyas.
-
-[@HenkVerlinde](https://twitter.com/henkverlinde)
diff --git a/content/docs/_index.md b/content/docs/_index.md
deleted file mode 100644
index 43ecc73..0000000
--- a/content/docs/_index.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-title : "Docs"
-description: "Docs Doks."
-lead: ""
-date: 2020-10-06T08:48:23+00:00
-lastmod: 2020-10-06T08:48:23+00:00
-draft: true
-images: []
----
diff --git a/content/docs/help/_index.md b/content/docs/help/_index.md
deleted file mode 100644
index 5a11753..0000000
--- a/content/docs/help/_index.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: "Help"
-description: "Help Doks."
-lead: ""
-date: 2020-10-06T08:49:15+00:00
-lastmod: 2020-10-06T08:49:15+00:00
-draft: true
-images: []
-weight: 600
----
diff --git a/content/docs/help/faq.md b/content/docs/help/faq.md
deleted file mode 100644
index 7f62bd8..0000000
--- a/content/docs/help/faq.md
+++ /dev/null
@@ -1,50 +0,0 @@
----
-title: "FAQ"
-description: "Answers to frequently asked questions."
-lead: "Answers to frequently asked questions."
-date: 2020-10-06T08:49:31+00:00
-lastmod: 2020-10-06T08:49:31+00:00
-draft: true
-images: []
-menu:
- docs:
- parent: "help"
-weight: 630
-toc: true
----
-
-## Hyas?
-
-Doks is a [Hyas theme](https://gethyas.com/themes/) build by the creator of Hyas.
-
-## Footer notice?
-
-Please keep it in place.
-
-## Keyboard shortcuts for search?
-
-- focus: `Ctrl + /`
-- select: `↓` and `↑`
-- open: `Enter`
-- close: `Esc`
-
-## Other documentation?
-
-- [Netlify](https://docs.netlify.com/)
-- [Hugo](https://gohugo.io/documentation/)
-
-## Can I get support?
-
-Create a topic:
-
-- [Netlify Community](https://community.netlify.com/)
-- [Hugo Forums](https://discourse.gohugo.io/)
-- [Doks Discussions](https://github.com/h-enk/doks/discussions)
-
-## Contact the creator?
-
-Send `h-enk` a message:
-
-- [Netlify Community](https://community.netlify.com/)
-- [Hugo Forums](https://discourse.gohugo.io/)
-- [Doks Discussions](https://github.com/h-enk/doks/discussions)
diff --git a/content/docs/help/how-to-update.md b/content/docs/help/how-to-update.md
deleted file mode 100644
index f3516dc..0000000
--- a/content/docs/help/how-to-update.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-title: "How to Update"
-description: "Regularly update the installed npm packages to keep your Doks website stable, usable, and secure."
-lead: "Regularly update the installed npm packages to keep your Doks website stable, usable, and secure."
-date: 2020-11-12T13:26:54+01:00
-lastmod: 2020-11-12T13:26:54+01:00
-draft: true
-images: []
-menu:
- docs:
- parent: "help"
-weight: 610
-toc: true
----
-
-{{< alert icon="💡" text="Learn more about semantic versioning and advanced range syntax." />}}
-
-## Check for outdated packages
-
-The [`npm outdated`](https://docs.npmjs.com/cli/v7/commands/npm-outdated) command will check the registry to see if any (or, specific) installed packages are currently outdated:
-
-```bash
-npm outdated [[<@scope>/] ...]
-```
-
-## Update packages
-
-The [`npm update`](https://docs.npmjs.com/cli/v7/commands/npm-update) command will update all the packages listed to the latest version (specified by the tag config), respecting semver:
-
-```bash
-npm update [...]
-```
diff --git a/content/docs/help/troubleshooting.md b/content/docs/help/troubleshooting.md
deleted file mode 100644
index 14badb9..0000000
--- a/content/docs/help/troubleshooting.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-title: "Troubleshooting"
-description: "Solutions to common problems."
-lead: "Solutions to common problems."
-date: 2020-11-12T15:22:20+01:00
-lastmod: 2020-11-12T15:22:20+01:00
-draft: true
-images: []
-menu:
- docs:
- parent: "help"
-weight: 620
-toc: true
----
-
-## Problems updating npm packages
-
-Delete the `./node_modules` folder, and run again:
-
-```bash
-npm install
-```
-
-## Problems with cache
-
-Delete the temporary directories:
-
-```bash
-npm run clean
-```
diff --git a/content/docs/lorem/_index.md b/content/docs/lorem/_index.md
deleted file mode 100644
index 86fcd8f..0000000
--- a/content/docs/lorem/_index.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: "Lorem"
-description: ""
-lead: ""
-date: 2022-01-18T19:58:14+01:00
-lastmod: 2022-01-18T19:58:14+01:00
-draft: true
-images: []
-toc: true
----
diff --git a/content/docs/lorem/ipsum/_index.md b/content/docs/lorem/ipsum/_index.md
deleted file mode 100644
index e5b27ff..0000000
--- a/content/docs/lorem/ipsum/_index.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: "Ipsum"
-description: ""
-lead: ""
-date: 2022-01-18T20:00:32+01:00
-lastmod: 2022-01-18T20:00:32+01:00
-draft: true
-images: []
-menu:
- docs:
- parent: "lorem"
- identifier: "ipsum"
-weight: 999
-toc: true
----
diff --git a/content/docs/lorem/ipsum/amet/_index.md b/content/docs/lorem/ipsum/amet/_index.md
deleted file mode 100644
index 9d5d1eb..0000000
--- a/content/docs/lorem/ipsum/amet/_index.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: "Amet"
-description: ""
-lead: ""
-date: 2022-01-18T20:07:56+01:00
-lastmod: 2022-01-18T20:07:56+01:00
-draft: true
-images: []
-menu:
- docs:
- parent: "ipsum"
- identifier: "amet"
-weight: 999
-toc: true
----
diff --git a/content/docs/lorem/ipsum/amet/consectetur/index.md b/content/docs/lorem/ipsum/amet/consectetur/index.md
deleted file mode 100644
index cd96756..0000000
--- a/content/docs/lorem/ipsum/amet/consectetur/index.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "Consectetur"
-description: ""
-lead: ""
-date: 2022-01-18T20:17:32+01:00
-lastmod: 2022-01-18T20:17:32+01:00
-draft: true
-images: []
-menu:
- docs:
- parent: "amet"
-weight: 730
-toc: true
----
diff --git a/content/docs/lorem/ipsum/dolor/index.md b/content/docs/lorem/ipsum/dolor/index.md
deleted file mode 100644
index d224411..0000000
--- a/content/docs/lorem/ipsum/dolor/index.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "Dolor"
-description: ""
-lead: ""
-date: 2022-01-18T20:01:45+01:00
-lastmod: 2022-01-18T20:01:45+01:00
-draft: trus
-images: []
-menu:
- docs:
- parent: "ipsum"
-weight: 700
-toc: true
----
diff --git a/content/docs/lorem/ipsum/sit/index.md b/content/docs/lorem/ipsum/sit/index.md
deleted file mode 100644
index 0b1046d..0000000
--- a/content/docs/lorem/ipsum/sit/index.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "Sit"
-description: ""
-lead: ""
-date: 2022-01-18T20:05:19+01:00
-lastmod: 2022-01-18T20:05:19+01:00
-draft: true
-images: []
-menu:
- docs:
- parent: "ipsum"
-weight: 710
-toc: true
----
diff --git a/content/docs/prologue/_index.md b/content/docs/prologue/_index.md
deleted file mode 100644
index 23c889a..0000000
--- a/content/docs/prologue/_index.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title : "Prologue"
-description: "Prologue Doks."
-lead: ""
-date: 2020-10-06T08:48:45+00:00
-lastmod: 2020-10-06T08:48:45+00:00
-draft: true
-images: []
-weight: 100
----
diff --git a/content/docs/prologue/commands.md b/content/docs/prologue/commands.md
deleted file mode 100644
index 28165b7..0000000
--- a/content/docs/prologue/commands.md
+++ /dev/null
@@ -1,112 +0,0 @@
----
-title: "Commands"
-description: "Doks comes with commands for common tasks."
-lead: "Doks comes with commands for common tasks."
-date: 2020-10-13T15:21:01+02:00
-lastmod: 2020-10-13T15:21:01+02:00
-draft: true
-images: []
-menu:
- docs:
- parent: "prologue"
-weight: 130
-toc: true
----
-
-{{< alert icon="💡" text="You can change the commands in the scripts section of `./package.json`." />}}
-
-## create
-
-Create new content for your site:
-
-```bash
-npm run create [path] [flags]
-```
-
-See also the Hugo docs: [hugo new](https://gohugo.io/commands/hugo_new/).
-
-### Docs based tree
-
-Create a docs based tree — with a single command:
-
-```bash
-npm run create -- --kind docs [section]
-```
-
-For example, create a docs based tree named guides:
-
-```bash
-npm run create -- --kind docs guides
-```
-
-## lint
-
-Check scripts, styles, and markdown for errors:
-
-```bash
-npm run lint
-```
-
-### scripts
-
-Check scripts for errors:
-
-```bash
-npm run lint:scripts [-- --fix]
-```
-
-### styles
-
-Check styles for errors:
-
-```bash
-npm run lint:styles [-- --fix]
-```
-
-### markdown
-
-Check markdown for errors:
-
-```bash
-npm run lint:markdown [-- --fix]
-```
-
-## clean
-
-Delete temporary directories:
-
-```bash
-npm run clean
-```
-
-## start
-
-Start local development server:
-
-```bash
-npm run start
-```
-
-## build
-
-Build production website:
-
-```bash
-npm run build
-```
-
-### functions
-
-Build Lambda functions:
-
-```bash
-npm run build:functions
-```
-
-### preview
-
-Build production website including draft and future content:
-
-```bash
-npm run build:preview
-```
diff --git a/content/docs/prologue/introduction.md b/content/docs/prologue/introduction.md
deleted file mode 100644
index a079cce..0000000
--- a/content/docs/prologue/introduction.md
+++ /dev/null
@@ -1,58 +0,0 @@
----
-title: "Introduction"
-description: "Doks is a Hugo theme for building secure, fast, and SEO-ready documentation websites, which you can easily update and customize."
-lead: "Doks is a Hugo theme for building secure, fast, and SEO-ready documentation websites, which you can easily update and customize."
-date: 2020-10-06T08:48:57+00:00
-lastmod: 2020-10-06T08:48:57+00:00
-draft: true
-images: []
-menu:
- docs:
- parent: "prologue"
-weight: 100
-toc: true
----
-
-## Get started
-
-There are two main ways to get started with Doks:
-
-### Tutorial
-
-{{< alert icon="👉" text="The Tutorial is intended for novice to intermediate users." />}}
-
-Step-by-step instructions on how to start a new Doks project. [Tutorial →](https://getdoks.org/tutorial/introduction/)
-
-### Quick Start
-
-{{< alert icon="👉" text="The Quick Start is intended for intermediate to advanced users." />}}
-
-One page summary of how to start a new Doks project. [Quick Start →]({{< relref "quick-start" >}})
-
-## Go further
-
-Recipes, Reference Guides, Extensions, and Showcase.
-
-### Recipes
-
-Get instructions on how to accomplish common tasks with Doks. [Recipes →](https://getdoks.org/docs/recipes/project-configuration/)
-
-### Reference Guides
-
-Learn how to customize Doks to fully make it your own. [Reference Guides →](https://getdoks.org/docs/reference-guides/security/)
-
-### Extensions
-
-Get instructions on how to add even more to Doks. [Extensions →](https://getdoks.org/docs/extensions/breadcrumb-navigation/)
-
-### Showcase
-
-See what others have build with Doks. [Showcase →](https://getdoks.org/showcase/electric-blocks/)
-
-## Contributing
-
-Find out how to contribute to Doks. [Contributing →](https://getdoks.org/docs/contributing/how-to-contribute/)
-
-## Help
-
-Get help on Doks. [Help →]({{< relref "how-to-update" >}})
diff --git a/content/docs/prologue/quick-start.md b/content/docs/prologue/quick-start.md
deleted file mode 100644
index d2d4c31..0000000
--- a/content/docs/prologue/quick-start.md
+++ /dev/null
@@ -1,79 +0,0 @@
----
-title: "Quick Start"
-description: "One page summary of how to start a new Doks project."
-lead: "One page summary of how to start a new Doks project."
-date: 2020-11-16T13:59:39+01:00
-lastmod: 2020-11-16T13:59:39+01:00
-draft: true
-images: []
-menu:
- docs:
- parent: "prologue"
-weight: 110
-toc: true
----
-
-## Requirements
-
-- [Git](https://git-scm.com/) — latest source release
-- [Node.js](https://nodejs.org/) — latest LTS version or newer
-
-{{< details "Why Node.js?" >}}
-Doks uses npm (included with Node.js) to centralize dependency management, making it [easy to update]({{< relref "how-to-update" >}}) resources, build tooling, plugins, and build scripts.
-{{< /details >}}
-
-## Start a new Doks project
-
-Create a new site, change directories, install dependencies, and start development server.
-
-### Create a new site
-
-Doks is available as a child theme and a starter theme.
-
-#### Child theme
-
-- Intended for novice to intermediate users
-- Intended for minor customizations
-- [Easily update npm packages]({{< relref "how-to-update" >}}) — __including__ [Doks](https://www.npmjs.com/package/@hyas/doks)
-
-```bash
-git clone https://github.com/h-enk/doks-child-theme.git my-doks-site
-```
-
-#### Starter theme
-
-- Intended for intermediate to advanced users
-- Intended for major customizations
-- [Easily update npm packages]({{< relref "how-to-update" >}})
-
-```bash
-git clone https://github.com/h-enk/doks.git my-doks-site
-```
-
-{{< details "Help me choose" >}}
-Not sure which one is for you? Pick the child theme.
-{{< /details >}}
-
-### Change directories
-
-```bash
-cd my-doks-site
-```
-
-### Install dependencies
-
-```bash
-npm install
-```
-
-### Start development server
-
-```bash
-npm run start
-```
-
-Doks will start the Hugo development webserver accessible by default at `http://localhost:1313`. Saved changes will live reload in the browser.
-
-## Other commands
-
-Doks comes with commands for common tasks. [Commands →]({{< relref "commands" >}})
diff --git a/content/documentation/forum/_index.md b/content/documentation/forum/_index.md
new file mode 100644
index 0000000..9bf50fe
--- /dev/null
+++ b/content/documentation/forum/_index.md
@@ -0,0 +1,11 @@
+---
+title: "forum"
+description: ""
+lead: ""
+date: 2022-01-25T14:41:21+01:00
+lastmod: 2022-01-25T14:41:21+01:00
+draft: false
+images: []
+type: docs
+weight: 40
+---
diff --git a/content/documentation/forum/forum.md b/content/documentation/forum/forum.md
new file mode 100644
index 0000000..ca7a660
--- /dev/null
+++ b/content/documentation/forum/forum.md
@@ -0,0 +1,17 @@
+---
+title: "📢 Discussion & support"
+description: "Doks is a Hugo theme for building secure, fast, and SEO-ready documentation websites, which you can easily update and customize."
+lead: "Loi.re est un service en ligne pour permettre au plus de personne d'accéder à des outils numériques libre, vous trouverez de la documentation, des guides ainsi que des articles de blog vous permettant d'avoir un avis plus critique sur l'informatique."
+date: 2020-10-06T08:48:57+00:00
+lastmod: 2020-10-06T08:48:57+00:00
+draft: false
+images: []
+menu:
+ docs:
+ parent: "services"
+weight: 100
+toc: true
+type: docs
+---
+
+## Get started
diff --git a/content/documentation/introduction/_index.md b/content/documentation/introduction/_index.md
index 0dffad6..e741b34 100644
--- a/content/documentation/introduction/_index.md
+++ b/content/documentation/introduction/_index.md
@@ -1,5 +1,5 @@
---
-title: "Bienvenue !"
+title: "Introduction"
description: ""
lead: ""
date: 2022-01-25T14:41:21+01:00
@@ -7,4 +7,5 @@ lastmod: 2022-01-25T14:41:21+01:00
draft: false
images: []
type: docs
+weight: 10
---
diff --git a/content/documentation/introduction/introduction.md b/content/documentation/introduction/bienvenue.md
similarity index 98%
rename from content/documentation/introduction/introduction.md
rename to content/documentation/introduction/bienvenue.md
index e294f5b..d1168b4 100644
--- a/content/documentation/introduction/introduction.md
+++ b/content/documentation/introduction/bienvenue.md
@@ -1,5 +1,5 @@
---
-title: "Introduction"
+title: "👋 Bienvenue !"
description: "Doks is a Hugo theme for building secure, fast, and SEO-ready documentation websites, which you can easily update and customize."
lead: "Loi.re est un service en ligne pour permettre au plus de personne d'accéder à des outils numériques libre, vous trouverez de la documentation, des guides ainsi que des articles de blog vous permettant d'avoir un avis plus critique sur l'informatique."
date: 2020-10-06T08:48:57+00:00
diff --git a/content/documentation/introduction/loire.md b/content/documentation/introduction/loire.md
index e4281ae..2c4c79e 100644
--- a/content/documentation/introduction/loire.md
+++ b/content/documentation/introduction/loire.md
@@ -14,14 +14,15 @@ toc: true
type: docs
---
-Dans le département de la Loire, nous avons la chance d'avoir un réseau fibré
-par [THD42](https://www.thd42.fr/) une initiative du
-[SIEL - Territoire d'énergie](https://www.te42.fr/) un acteur public
+Dans le département de la Loire, nous avons la chance d'avoir un réseau fibré
+par [THD42](https://www.thd42.fr/) une initiative du
+[SIEL - Territoire d'énergie](https://www.te42.fr/) un acteur public
opérationnel de la transition énergétique et de l’aménagement numérique.
-Utilisons des services numérique directement hébergés localement plutôt
+Utilisons des services numérique directement hébergés localement plutôt
qu'aller jusqu'aux États-Unis.
-Ce site WEB vous met à disposition de multiples services utiles pour collaborer,
+Ce site WEB vous met à disposition de multiples services utiles pour collaborer,
partager et avoir une vie numérique plus « saine ».
-N'hésitez pas à venir sur notre forum ou nous écrire à support@loi.re pour toutes questions.
+N'hésitez pas à venir sur notre forum ou nous
+écrire à support@loi.re pour toutes questions.
diff --git a/content/documentation/mdp/_index.md b/content/documentation/mdp/_index.md
new file mode 100644
index 0000000..fb07380
--- /dev/null
+++ b/content/documentation/mdp/_index.md
@@ -0,0 +1,11 @@
+---
+title: "mdp"
+description: ""
+lead: ""
+date: 2022-01-25T14:41:21+01:00
+lastmod: 2022-01-25T14:41:21+01:00
+draft: false
+images: []
+type: docs
+weight: 20
+---
diff --git a/content/documentation/mdp/mdp.md b/content/documentation/mdp/mdp.md
new file mode 100644
index 0000000..ba41042
--- /dev/null
+++ b/content/documentation/mdp/mdp.md
@@ -0,0 +1,17 @@
+---
+title: "Gestionnaire de mot de passe"
+description: "Doks is a Hugo theme for building secure, fast, and SEO-ready documentation websites, which you can easily update and customize."
+lead: "Loi.re est un service en ligne pour permettre au plus de personne d'accéder à des outils numériques libre, vous trouverez de la documentation, des guides ainsi que des articles de blog vous permettant d'avoir un avis plus critique sur l'informatique."
+date: 2020-10-06T08:48:57+00:00
+lastmod: 2020-10-06T08:48:57+00:00
+draft: false
+images: []
+menu:
+ docs:
+ parent: "services"
+weight: 100
+toc: true
+type: docs
+---
+
+## Get started
diff --git a/content/documentation/pdf/_index.md b/content/documentation/pdf/_index.md
new file mode 100644
index 0000000..0faf1c8
--- /dev/null
+++ b/content/documentation/pdf/_index.md
@@ -0,0 +1,11 @@
+---
+title: "pdf"
+description: ""
+lead: ""
+date: 2022-01-25T14:41:21+01:00
+lastmod: 2022-01-25T14:41:21+01:00
+draft: false
+images: []
+type: docs
+weight: 30
+---
diff --git a/content/documentation/pdf/pdf.md b/content/documentation/pdf/pdf.md
new file mode 100644
index 0000000..90283b6
--- /dev/null
+++ b/content/documentation/pdf/pdf.md
@@ -0,0 +1,17 @@
+---
+title: "Édition de fichier PDF"
+description: "Doks is a Hugo theme for building secure, fast, and SEO-ready documentation websites, which you can easily update and customize."
+lead: "Loi.re est un service en ligne pour permettre au plus de personne d'accéder à des outils numériques libre, vous trouverez de la documentation, des guides ainsi que des articles de blog vous permettant d'avoir un avis plus critique sur l'informatique."
+date: 2020-10-06T08:48:57+00:00
+lastmod: 2020-10-06T08:48:57+00:00
+draft: false
+images: []
+menu:
+ docs:
+ parent: "services"
+weight: 100
+toc: true
+type: docs
+---
+
+## Get started
diff --git a/layouts/index.html b/layouts/index.html
index 8d8e24d..72ad406 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -11,7 +11,7 @@
{{ .Params.lead | safeHTML }}
-
En savoir plus
+
En savoir plus
diff --git a/package.json b/package.json
index 216c588..134f526 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"browserslist": [
"defaults"
],
- "repository": "https://github.com/h-enk/doks",
+ "repository": "https://git.resilien.fr/ResiLien/loi_re",
"license": "GPLv3",
"publishConfig": {
"access": "public"