From 37eaa697c5000c1b16f6ba966ea0bc2f194443ee Mon Sep 17 00:00:00 2001 From: hanine Date: Thu, 5 Feb 2026 16:40:52 +0100 Subject: [PATCH] update --- docs/{ => cheatsheets}/index.md | 45 +- docs/{ => cheatsheets}/markdown.md | 2 +- docs/documentation/bdd.md | 5 + docs/home.md | 27 + docs/projects/grabber.md | 5 + site/404.html | 298 +++++++- site/{ => cheatsheets}/index.html | 427 ++++++++--- site/{ => cheatsheets}/markdown/index.html | 322 ++++++++- site/documentation/bdd/index.html | 708 ++++++++++++++++++ site/home/index.html | 795 +++++++++++++++++++++ site/projects/grabber/index.html | 708 ++++++++++++++++++ site/search.json | 2 +- stylesheets/extra.css | 0 zensical.toml | 152 +--- 14 files changed, 3172 insertions(+), 324 deletions(-) rename docs/{ => cheatsheets}/index.md (66%) rename docs/{ => cheatsheets}/markdown.md (98%) create mode 100644 docs/documentation/bdd.md create mode 100644 docs/home.md create mode 100644 docs/projects/grabber.md rename site/{ => cheatsheets}/index.html (73%) rename site/{ => cheatsheets}/markdown/index.html (75%) create mode 100644 site/documentation/bdd/index.html create mode 100644 site/home/index.html create mode 100644 site/projects/grabber/index.html create mode 100644 stylesheets/extra.css diff --git a/docs/index.md b/docs/cheatsheets/index.md similarity index 66% rename from docs/index.md rename to docs/cheatsheets/index.md index 3b76a8a..2254f0c 100644 --- a/docs/index.md +++ b/docs/cheatsheets/index.md @@ -1,21 +1,11 @@ --- -icon: lucide/rocket +icon: lucide/bookmark --- -# Get started +# Formatting cheat sheet For full documentation visit [zensical.org](https://zensical.org/docs/). -## Commands - -* [`zensical new`][new] - Create a new project -* [`zensical serve`][serve] - Start local web server -* [`zensical build`][build] - Build your site - - [new]: https://zensical.org/docs/usage/new/ - [serve]: https://zensical.org/docs/usage/preview/ - [build]: https://zensical.org/docs/usage/build/ - ## Examples ### Admonitions @@ -117,37 +107,6 @@ Hover it, to see a tooltip. * :memo: `:memo:` * :eyes: `:eyes:` -## Maths - -> Go to [documentation](https://zensical.org/docs/authoring/math/) - -$$ -\cos x=\sum_{k=0}^{\infty}\frac{(-1)^k}{(2k)!}x^{2k} -$$ - -!!! warning "Needs configuration" - Note that MathJax is included via a `script` tag on this page and is not - configured in the generated default configuration to avoid including it - in a pages that do not need it. See the documentation for details on how - to configure it on all your pages if they are more Maths-heavy than these - simple starter pages. - - - - ## Task Lists > Go to [documentation](https://zensical.org/docs/authoring/lists/#using-task-lists) diff --git a/docs/markdown.md b/docs/cheatsheets/markdown.md similarity index 98% rename from docs/markdown.md rename to docs/cheatsheets/markdown.md index 7ea6d1e..ef9f3ba 100644 --- a/docs/markdown.md +++ b/docs/cheatsheets/markdown.md @@ -2,7 +2,7 @@ icon: simple/markdown --- -# Markdown in 5min +# Markdown cheat sheet ## Headers ``` diff --git a/docs/documentation/bdd.md b/docs/documentation/bdd.md new file mode 100644 index 0000000..30a5c68 --- /dev/null +++ b/docs/documentation/bdd.md @@ -0,0 +1,5 @@ +--- +icon: lucide/database +--- + +# Databases \ No newline at end of file diff --git a/docs/home.md b/docs/home.md new file mode 100644 index 0000000..136f4bc --- /dev/null +++ b/docs/home.md @@ -0,0 +1,27 @@ +--- +icon: lucide/house +--- + +# Home + +## Presentation + +Bonjour ! Je m'appelle Hanine. Actuellement en première année de formation DevOps, je suis passionnée par l'automatisation, l'infrastructure et la culture du "Build, Ship, Run". + +Le monde du DevOps est vaste, parfois chaotique, mais fascinant. Entre l'administration système Linux, les conteneurs Docker, les scripts Bash et les concepts réseaux, la quantité d'informations à absorber est massive. + +Ce site n'est pas un simple blog : **c'est ma base de connaissances vivante.** Il reflète mon parcours, passant de la découverte théorique à la mise en pratique technique. Vous y trouverez mes notes, mes procédures de dépannage, et la documentation de mes projets académiques et personnels. + +## Tech Stack + +
+ +- :fontawesome-brands-linux: __Linux__ +- :fontawesome-solid-terminal: __Bash__ +- :fontawesome-brands-docker: __Docker__ +- :simple-postgresql: __PostgreSQL__ +- :fontawesome-brands-python: __Python__ +- :fontawesome-brands-js: __JavaScript__ + +
+ diff --git a/docs/projects/grabber.md b/docs/projects/grabber.md new file mode 100644 index 0000000..1385f33 --- /dev/null +++ b/docs/projects/grabber.md @@ -0,0 +1,5 @@ +--- +icon: lucide/cpu +--- + +# Grabber \ No newline at end of file diff --git a/site/404.html b/site/404.html index b3838b9..8c811d0 100644 --- a/site/404.html +++ b/site/404.html @@ -54,6 +54,8 @@ + + @@ -70,7 +72,7 @@ - + @@ -123,7 +125,7 @@ - +