From 69f85e051aec69c372bfca5abe4cb0b1306071b4 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Wed, 7 May 2025 21:14:25 +0000 Subject: [PATCH] Auto-update blog content from Obsidian: 2025-05-07 21:14:25 --- content/post/blog-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/blog-deployment.md b/content/post/blog-deployment.md index 85669df..2b00c49 100644 --- a/content/post/blog-deployment.md +++ b/content/post/blog-deployment.md @@ -164,7 +164,7 @@ jobs: Obsidian uses wiki-style links for images, like `![[image name.png]]`, which isn't compatible with Hugo out of the box. Here's how I automated a workaround in a Gitea Actions workflow: - I find all used image references in `.md` files. - For each referenced image, I update the link in relevant `.md` files like `![image name](img/image_name.png)`. -- I then copy those used images to the blog's assets directory while replacing white-spaces by underscores. +- I then copy those used images to the blog's static directory while replacing white-spaces by underscores. ### Step 4: Gitea Actions for Blog Repository