From a09c2bd6812f03b7c65b87a8a18a1b6bb4c290ad Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Mon, 5 May 2025 12:52:04 +0000 Subject: [PATCH] Auto-update blog content from Obsidian: 2025-05-05 12:52:04 --- content/posts/blog-deployment.md | 7 +++++++ content/posts/my-first-post.md | 8 ++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/content/posts/blog-deployment.md b/content/posts/blog-deployment.md index e8c7341..bf73fb6 100644 --- a/content/posts/blog-deployment.md +++ b/content/posts/blog-deployment.md @@ -3,6 +3,10 @@ title: Blog Deployment featuring Obsidian, Hugo and Gitea Actions date: 2025-05-02 draft: true tags: + - obsidian + - hugo + - gitea +category: homelab --- I always wanted to share my own experiences to give others ideas or help them on their projects. @@ -32,6 +36,7 @@ To run those workflows, I installed a [Gitea runner](https://gitea.com/gitea/act [Hugo](https://gohugo.io/) is a fast and flexible static site generator written in Go. It’s perfect for generating content from Markdown files. Hugo is highly customizable, supports themes, and can generate a complete website in seconds. It’s ideal for a blog based on Obsidian notes, and it works beautifully in CI/CD pipelines due to its speed and simplicity. +--- ## πŸ” Workflow The idea is simple: @@ -45,6 +50,7 @@ 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. +--- ## βš™οΈ Implementation ### Step 1: Obsidian Vault Setup @@ -211,6 +217,7 @@ jobs: ``` +--- ## πŸš€ Results This workflow allows me to focus on what matters most: writing and refining my content. By automating the publishing pipeline β€” from syncing my Obsidian notes to building the blog with Hugo β€” I no longer need to worry about manually managing content in a CMS. Every note I draft can evolve naturally into a clear, structured article, and the technical workflow fades into the background. It’s a simple yet powerful way to turn personal knowledge into shareable documentation. \ No newline at end of file diff --git a/content/posts/my-first-post.md b/content/posts/my-first-post.md index d870616..a2ad6c0 100644 --- a/content/posts/my-first-post.md +++ b/content/posts/my-first-post.md @@ -1,8 +1,12 @@ --- -title: "Welcome to My Homelab Blog" +title: Welcome to My Homelab Blog date: 2025-04-25 draft: false -tags: ["homelab", "infrastructure", "docker"] +tags: + - homelab + - infrastructure + - docker + - t --- # 🏑 Welcome to My Homelab