From 02ee9aea8038ff4fa15303a22d93316138ed54f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jirka=20Stehl=C3=ADk?= Date: Wed, 25 Mar 2026 10:28:28 +0100 Subject: [PATCH] Finished first project! --- content/blog/04-automatic-release.md | 2 +- content/projects/01-blog.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 content/projects/01-blog.md diff --git a/content/blog/04-automatic-release.md b/content/blog/04-automatic-release.md index 1abba56..d49f21d 100644 --- a/content/blog/04-automatic-release.md +++ b/content/blog/04-automatic-release.md @@ -1,7 +1,7 @@ --- date: '2026-03-24T20:36:26+01:00' draft: false -title: 'Automatic web update release' +title: 'Automatic web deployment' author: "Jirka" tags: ["self-hosted", "gitea", "automation", "docker"] categories: ["Blog setup"] diff --git a/content/projects/01-blog.md b/content/projects/01-blog.md new file mode 100644 index 0000000..ddb536a --- /dev/null +++ b/content/projects/01-blog.md @@ -0,0 +1,19 @@ +--- +date: '2026-03-25T10:21:48+01:00' +draft: false +title: 'This webpage' +author: "Jirka" +tags: ["self-hosted", "docker"] +categories: ["projects"] +description: "This whole webpage is my project!" +git: "https://git.jirkabuilds.dev/jirka/web" +--- + +This is The first project shared on this webpage, and it is the webpage itself! + + +There are several articles connected to how this page was build [here](categories/blog-setup). + +Source files for Hugo can be found on my Gitea [here](https://git.jirkabuilds.dev/jirka/web). + +And that is it. Feel free to explore and learn something.