From 049906ad8af41b283fe7f0cc992a9154a9704b48 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Fri, 2 May 2025 20:12:34 +0000 Subject: [PATCH] Auto-update blog content from Obsidian: 2025-05-02 20:12:34 --- .../{automated-blog-deployment.md => blog-deployment.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename content/posts/{automated-blog-deployment.md => blog-deployment.md} (91%) diff --git a/content/posts/automated-blog-deployment.md b/content/posts/blog-deployment.md similarity index 91% rename from content/posts/automated-blog-deployment.md rename to content/posts/blog-deployment.md index fb904a9..384e0c3 100644 --- a/content/posts/automated-blog-deployment.md +++ b/content/posts/blog-deployment.md @@ -1,10 +1,10 @@ --- -title: Automated Blog Deployment featuring Obsidian, Hugo and Gitea Actions +title: Blog Deployment featuring Obsidian, Hugo and Gitea Actions date: 2025-05-02 draft: true tags: --- -Over the past few days, I set up an automated pipeline to build and deploy my blog using **Gitea Actions**. This post explains how it works and the design decisions behind it. +I always wanted to share my own experiences to give others idea or help them on their projects, but I didn't want to maintain the con ## 🧠 Goals