diff --git a/docs/index.md b/docs/index.md index 342762c..5a76623 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,23 +1,13 @@ # Introduction +## Contexte +Après avoir passé de nombreuses heures, souvent par curiosité, mais parfois aussi par nécessité, à chercher, creuser et même fouiller le web afin de répondre à la multitude de questions que j'avais concernant la configuration, la sécurisation et la gestion d'un serveur web, j'ai décidé d'écrire une "documentation" (modeste bien entendu) de manière à : -For full documentation visit [mkdocs.org](https://www.mkdocs.org). +* Améliorer plus tard ce que j'ai fait, sans forcément tout me rappeller +* Pouvoir diffuser cela afin que ce soit réutilisé +* Renforcer mes connaissances dans le domaine -## Commands +Bref le projet est long, et ne sera certainement pas terminé prochainement, car ma soif d'apprendre est toujours plus grande... -* `mkdocs new [dir-name]` - Create a new project. -* `mkdocs serve` - Start the live-reloading docs server. -* `mkdocs build` - Build the documentation site. -* `mkdocs -h` - Print help message and exit. - -## Project layout - - mkdocs.yml # The configuration file. - docs/ - index.md # The documentation homepage. - ... # Other markdown pages, images and other files. - -# Test -!!! info "Titre" - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod - nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor - massa, nec semper lorem quam in massa. +!!! info "À savoir" + Cette document est appliqué à l'intégralité de mon serveur. Vous retrouverez mes activités principales sur [https://adriencharbonneau.fr](https://adriencharbonneau.fr). + Bonne lecture ! diff --git a/mkdocs.yml b/mkdocs.yml index da23bc3..7de7ab4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -20,10 +20,10 @@ extra: link: https://www.researchgate.net/profile/Adrien-Charbonneau - icon: fontawesome/brands/git link: https://git.adriencharbonneau.fr/Adrien/Site-internet - - icon: fontawesome/brands/telegram-plane + - icon: fontawesome/regular/envelope link: mailto:adrien.charbonneau@free.fr - icon: fontawesome/brands/creative-commons-by - link: https://adriencharbonneau.fr/docs/CV_Adrien_CHARBONNEAU.pdf + link: https://git.adriencharbonneau.fr/Adrien/CV/raw/branch/master/CV_Adrien_CHARBONNEAU.pdf copyright: Copyright © 2020 - 2021 Adrien CHARBONNEAU @@ -32,6 +32,7 @@ repo_name: Adrien/Docs plugins: - git-revision-date + - search markdown_extensions: - admonition @@ -48,11 +49,11 @@ nav: - UFW: securite/ufw.md - Crowdsec: securite/crowdsec.md - Configuration: - - Introduction + - Introduction: configuration/introduction.md - Site internet: - - Introduction - - Application web: - - Gitea - - Flarum - - Nextcloud - - Material for Mkdocs + - Introduction: site-internet/introduction.md + - Application web: + - Gitea: application-web/gitea.md + - Flarum: application-web/flarum.md + - Nextcloud: application-web/nextcloud.md + - Material for Mkdocs: application-web/mat-mkdocs.md diff --git a/site/404.html b/site/404.html index dda22df..4101438 100644 --- a/site/404.html +++ b/site/404.html @@ -10,7 +10,7 @@ - + @@ -18,10 +18,10 @@ - + - + @@ -42,6 +42,8 @@ + + @@ -97,6 +99,36 @@ + + +