Improved category for block setup
All checks were successful
Build and Publish Web / build (push) Successful in 15s

This commit is contained in:
2026-03-25 10:00:05 +01:00
parent 5aa3612cdd
commit ef8a22d55b
4 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ draft: false
title: "Let's start a blog!" title: "Let's start a blog!"
author: "Jirka" author: "Jirka"
tags: ["hugo", "idea", "guide", "tutorial"] tags: ["hugo", "idea", "guide", "tutorial"]
categories: ["blog", "idea"] categories: ["Blog setup", "idea"]
description: "Behind the scenes of the idea and setup." description: "Behind the scenes of the idea and setup."
--- ---
@@ -148,4 +148,4 @@ So I've created `layouts/_default/_markup/render-link.html` will follow content:
It creates correct links just from file links and will warn me if anything will go wrong. It creates correct links just from file links and will warn me if anything will go wrong.
--- ---
This article is one from series about this blog and self-hosting. All connected articles can found [here](categories/blog). This article is one from series about this blog and self-hosting. All connected articles can found [here](categories/blog-setup).

View File

@@ -4,7 +4,7 @@ draft: false
title: 'How to self-host a blog' title: 'How to self-host a blog'
author: "Jirka" author: "Jirka"
tags: ["caddy", "docker", "wireguard", "vps", "guide", "tutorial", "self-hosted"] tags: ["caddy", "docker", "wireguard", "vps", "guide", "tutorial", "self-hosted"]
categories: ["blog"] categories: ["Blog setup"]
description: "How this blog came online without public IP." description: "How this blog came online without public IP."
--- ---
@@ -266,4 +266,4 @@ docker compose up -d
And your web should be online. And your web should be online.
--- ---
This article is one from series about this blog and self-hosting. All connected articles can found [here](categories/blog). This article is one from series about this blog and self-hosting. All connected articles can found [here](categories/blog-setup).

View File

@@ -4,7 +4,7 @@ draft: false
title: 'Time for version control' title: 'Time for version control'
author: "Jirka" author: "Jirka"
tags: ["gitea", "self-hosted", "docker", "guide", "tutorial"] tags: ["gitea", "self-hosted", "docker", "guide", "tutorial"]
categories: ["blog"] categories: ["Blog setup"]
description: "Let's look at how to self host gitea on our infrastructure." description: "Let's look at how to self host gitea on our infrastructure."
--- ---
@@ -159,4 +159,4 @@ If you have set up DNS correctly, after shutting the stack down and up the Gitea
And that's it! And that's it!
--- ---
This article is one from series about this blog and self-hosting. All connected articles can found [here](categories/blog). This article is one from series about this blog and self-hosting. All connected articles can found [here](categories/blog-setup).

View File

@@ -4,7 +4,7 @@ draft: false
title: 'Automatic web update release' title: 'Automatic web update release'
author: "Jirka" author: "Jirka"
tags: ["self-hosted", "gitea", "automation", "docker"] tags: ["self-hosted", "gitea", "automation", "docker"]
categories: ["blog"] categories: ["Blog setup"]
description: "Last step, how to relase changes to web automatically" description: "Last step, how to relase changes to web automatically"
--- ---
@@ -283,4 +283,4 @@ Final last step is to replace #TODO in our workflow with following:
And that is it. On next push, web should update itself automatically. And that is it. On next push, web should update itself automatically.
--- ---
This article is one from series about this blog and self-hosting. All connected articles can found [here](categories/blog). This article is one from series about this blog and self-hosting. All connected articles can found [here](categories/blog-setup).