Compare commits

..

2 Commits

Author SHA1 Message Date
02ee9aea80 Finished first project!
All checks were successful
Build and Publish Web / build (push) Successful in 8s
2026-03-25 10:28:47 +01:00
23ec1fdf80 Make gray more light 2026-03-25 10:16:39 +01:00
4 changed files with 22 additions and 3 deletions

View File

@@ -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"]

View File

@@ -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.

View File

@@ -25,7 +25,7 @@ html[data-theme="dark"] {
--color-text: #f9fafb;
--color-text-muted: #9ca3af;
--color-border: #27272a;
--color-accent: #555555;
--color-accent: #707070;
}
/* Base Styles */

View File

@@ -1245,7 +1245,7 @@ html[data-theme="dark"] {
--color-text: #f9fafb;
--color-text-muted: #9ca3af;
--color-border: #27272a;
--color-accent: #555555;
--color-accent: #707070;
}
/* Base Styles */