diff --git a/content/post/2-blog-deployment-obisidan-hugo-gitea-actions.fr.md b/content/post/2-blog-deployment-obisidan-hugo-gitea-actions.fr.md index 16d8251..1014e5e 100644 --- a/content/post/2-blog-deployment-obisidan-hugo-gitea-actions.fr.md +++ b/content/post/2-blog-deployment-obisidan-hugo-gitea-actions.fr.md @@ -58,6 +58,8 @@ L'idée est simple : De cette façon, je n'ai plus besoin de copier manuellement de fichiers ni de gérer les déploiements. Tout se déroule, de l'écriture de Markdown dans Obsidian au déploiement complet du site web. +![Workflow depuis l'écriture de notes sur Obsidian au Blog publié](img/obsidian-blog-gitea-actions-workflow.png) + --- ## ⚙️ Implémentation diff --git a/content/post/2-blog-deployment-obisidan-hugo-gitea-actions.md b/content/post/2-blog-deployment-obisidan-hugo-gitea-actions.md index 647021b..40b6dcc 100644 --- a/content/post/2-blog-deployment-obisidan-hugo-gitea-actions.md +++ b/content/post/2-blog-deployment-obisidan-hugo-gitea-actions.md @@ -57,6 +57,8 @@ The idea is simple: This way, I never need to manually copy files or trigger deployments. Everything flows from writing markdown in Obsidian to having a fully deployed website. +![Workflow depuis l'écriture de notes sur Obsidian au Blog publié](img/obsidian-blog-gitea-actions-workflow.png) + --- ## ⚙️ Implementation diff --git a/static/img/obsidian-blog-gitea-actions-workflow.png b/static/img/obsidian-blog-gitea-actions-workflow.png new file mode 100644 index 0000000..a1a9d89 Binary files /dev/null and b/static/img/obsidian-blog-gitea-actions-workflow.png differ