Commit Graph
56 Commits
Author SHA1 Message Date
Damien 15b82e822b Fix wording in IP Fabric documentation 2026-07-23 16:58:28 +02:00
Damien 85cb98f0f2 Add IP Fabric screenshot placeholders for documentation 2026-07-23 16:23:10 +02:00
Damien 5f8efa7579 Add IP Fabric documentation page (FR/EN)
Companion piece to the AIOps blog series, covering discovery/snapshots
and initial use cases (topology, intent checks, path lookup, snapshot
diff, Python SDK/MCP server). Structured as a living document for
future additions.
2026-07-20 11:35:13 +02:00
Damien 2d8830960b Update documentation for clarity and consistency
Build and Deploy Hugo / Deploy Hugo Website (pull_request) Successful in 24s
Remove emojis and em dash separators
Simplify introductory sentences
Standardize section headings
2026-07-19 15:09:56 +02:00
Damien 6a7500130e Fix French colon spacing in blog post 2026-07-18 15:53:24 +02:00
Damien 8e9caef392 Fix missing images on English pages
Hugo only auto-shares page-bundle resources across translations when
each language has its own content directory; with filename-based
translation (index.fr.md / index.en.md in the same folder) a resource
with no language code is assigned to the default language only. Add
.en.-suffixed copies of every image referenced from English pages and
point the English markdown at them.
2026-07-18 10:05:47 +02:00
Damien f49c0f45dd Add bilingual French/English support with Hugo multilingual config
Configure Hugo multilingual mode (fr default, en secondary) with
Hextra's language-switch menu entry, and translate all existing
content pages to English using Hugo's per-file language suffix
convention (.en.md alongside .fr.md).
2026-07-18 09:48:18 +02:00
Damien a4cffd8916 Update French blog post date for AIOps observability article 2026-07-17 16:36:48 +02:00
Damien 94ae3a8baa Add missing parenthesis in article title 2026-07-17 16:36:34 +02:00
Damien 92cd6770a1 Add French blog post on AIOps and network observability 2026-07-14 09:48:25 +02:00
Damien c7057925e4 Ajoute le premier article de la série observabilité réseau/MLOps
Introduit la série avec le contexte MLOps, la grille de lecture infra/modèles/agents, et le lab EVPN/VXLAN comme fil rouge.
2026-07-10 15:49:51 +02:00
Damien 4e70e8eb14 Fix French documentation card layout
Build and Deploy Hugo / Deploy Hugo Website (pull_request) Successful in 22s
2026-06-10 16:47:59 +02:00
Damien 7e6fe61de6 Update Hugo version and fix locale configuration
Build and Deploy Hugo / Deploy Hugo Website (pull_request) Successful in 23s
Update Hugo to v0.162.1 in deploy workflow

Change languageCode to locale in hugo.yaml
2026-06-05 09:02:24 +02:00
Damien d6c51b6c53 Update SSL bumping documentation with clearer introduction and technical
explanation
2026-06-04 12:34:30 +02:00
darnodo d3307429a6 Fix: Correct typo "automation" to "automatisation"
Build and Deploy Hugo / Deploy Hugo Website (pull_request) Successful in 26s
2025-11-21 18:37:36 +01:00
darnodo ee68666b0a Fix SVG visibility in dark mode
Invert SVG colors in dark mode to improve visibility. Also, override
OS-level dark mode when the site is in light mode to ensure the correct
theme is used.
2025-11-21 17:29:34 +01:00
darnodo b25b8ccbe9 Update deployment workflow for Gitea
Use a self-hosted runner and deploy to Scaleway.
2025-11-20 17:38:21 +01:00
darnodo b093c5a6b4 feat: Add Proxmox and Gitea images to tech banner 2025-11-20 17:37:03 +01:00
darnodo 0125eecb4a Merge branch 'main' into blog/scaleway_migration 2025-11-20 14:41:30 +01:00
darnodo 62e1d134ed Change tech banner animation speed
Build and Deploy Hugo / Deploy Hugo Website (pull_request) Successful in 21s
Set animation speed to 60s for the tech banner in French homepage and
the tech-banner shortcode.
2025-11-20 14:37:57 +01:00
darnodo e944ac175b feat: Add French blog and first article
This commit adds the French blog section and the first article
describing the author's personal infrastructure setup using Gitea,
Scaleway, and other tools. It covers topics like self-hosting, hybrid
cloud, and network engineering.
2025-11-20 14:31:48 +01:00
darnodo e6bc9fe80e Add blog feature to homepage and menu
Adds a blog feature card to the homepage and adds a blog entry to the
main menu. Updates the configuration to enable blog features.
2025-11-20 14:31:37 +01:00
darnodo 3964d23b00 Add sidebar: open: true to French docs
Build and Deploy Hugo / Deploy Hugo Website (pull_request) Successful in 52s
Opens the sidebar by default for French documentation.
2025-11-20 10:40:21 +01:00
darnodo 1aca706a4e `` feat: Add french tech banner and styles `` 2025-11-20 10:19:52 +01:00
darnodo 894e259c33 Install Hugo and Deploy to Scaleway
- Added wget to install dependencies
- Changed the Hugo install process to use the deb package
- Changed the Hugo deploy command to use Scaleway
2025-11-19 20:19:47 +01:00
darnodo ab68a5952c Fix deployment working directory 2025-11-19 18:02:04 +01:00
darnodo d2fa4f8ee3 Fix deploy workflow to use self-hosted runner 2025-11-19 17:59:19 +01:00
darnodo a001a57528 Update deploy.yml 2025-11-19 17:56:31 +01:00
darnodo 4372dae142 Refactor Hugo deploy workflow
The deployment workflow was rewritten to use Hugo's built-in deploy
feature. This simplifies the overall process and removes external
dependencies.
2025-11-19 17:52:31 +01:00
darnodo 264c7faee1 Deploy to Scaleway object storage
Set S3 signature version to s3v4 and add region.
2025-11-19 17:24:57 +01:00
darnodo 332c02e544 Fix Scaleway deployment secrets
The deployment workflow was using the wrong secret names for accessing
Scaleway resources. This commit corrects those names to the correct
ones.
2025-11-19 17:18:46 +01:00
darnodo 6c5debee3f Install AWS CLI and deploy with S3 sync
The Hugo native deployment was not working correctly with the Scaleway
object storage. This commit installs the AWS CLI and uses `aws s3 sync`
instead.
2025-11-19 17:12:35 +01:00
darnodo a44b42eb97 Fix: Update Scaleway deployment and Hugo config
Deploy to Scaleway / build-and-deploy (pull_request) Failing after 8s
- Use correct environment variables for Scaleway deployment
- Install Scaleway CLI to purge CDN cache
- Add deployment target for S3
2025-11-19 17:09:32 +01:00
darnodo b2b398db7a Fix: Refactor CSS classes and apply new hx: prefixes
Deploy Hugo site to Pages / build (push) Has been cancelled
Deploy Hugo site to Pages / deploy (push) Has been cancelled
Updated the CSS classes to use the new `hx:` prefix, making them more
consistent. Also updated the margin styles in the index page to use the
`style` attribute.
2025-11-19 12:45:56 +01:00
darnodo 21c92adea8 Fix relative link to VXLAN beginner guide in French docs 2025-06-28 20:50:28 +02:00
darnodo c951684ab7 post(ssl_bump) : fix typo 2025-06-23 19:35:11 +02:00
darnodo e578d22811 SSL : Adding format explanation 2025-06-12 19:31:28 +02:00
darnodo 7a9ce5ae13 Adding cards to submenus and fix README 2025-06-12 19:29:18 +02:00
darnodo 02d7410a66 Fix(image missing)
- Removing English
- Start new post
2025-05-10 15:55:23 +02:00
darnodo 8c71a2fad9 fix(URL): Broken URL 2025-03-04 20:00:39 +01:00
darnodo 8a23c0f0d5 Fix(relativeURL) Remove relativeURL 2025-03-04 19:58:18 +01:00
darnodo 532906d99f fix(relativeUrls): enable Relative URL 2025-03-04 19:56:10 +01:00
darnodo 8f25ba011b Add readme 2025-02-20 18:29:58 +01:00
darnodo 85a0918768 Fix(fr posts): missing pictures 2025-02-20 17:06:58 +01:00
darnodo 478eb52507 fix(redirect): netlab & homepage 2025-02-19 20:19:32 +01:00
darnodo 3c3256f453 fix(hugo) baseURL 2025-02-19 20:10:14 +01:00
darnodo 086ca56276 fix(hugo) : baseURL 2025-02-19 20:07:59 +01:00
darnodo bbd6edd611 Fix(netlab) : add best article 2025-02-19 20:06:22 +01:00
darnodo 358b89c852 Create hugo.yaml 2025-02-19 19:56:36 +01:00
darnodo 33f66e242f Removed submodule themes/PaperMod 2025-02-03 19:09:17 +01:00
darnodo 116c4947cb Chore : name update 2025-01-31 08:37:59 +01:00
darnodo 84d7924746 Update VXLAN 2025-01-30 19:21:46 +01:00
darnodo 30fd683797 Adapt Home 2025-01-30 19:07:05 +01:00
darnodo 2fd8c473a3 Update cover 2025-01-28 14:15:27 +00:00
darnodo 29e3ccea24 chore(formating) : NetLab.md 2025-01-22 20:02:14 +01:00
darnodo 4fa2c08e47 Initial commit with submodule PaperMod 2025-01-22 19:59:18 +01:00