3 Commits

Author SHA1 Message Date
2418f99cc5 Added new domain.
All checks were successful
Release / docker_build (push) Successful in 1m3s
Release / deploy_helm (push) Successful in 16s
2025-08-12 18:47:43 +02:00
d4b7226871 Removed shit.
All checks were successful
Release / docker_build (push) Successful in 1m0s
Release / deploy_helm (push) Successful in 10s
2025-07-25 19:27:20 +02:00
5f4684d0cd Updated zola.
All checks were successful
Release / docker_build (push) Successful in 37s
Release / deploy_helm (push) Successful in 12s
2025-07-25 19:17:20 +02:00
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/getzola/zola:v0.17.1 AS zola FROM ghcr.io/getzola/zola:v0.21.0 AS zola
COPY . /project COPY . /project
WORKDIR /project WORKDIR /project

View File

@ -2,8 +2,6 @@
title = "About Me" title = "About Me"
+++ +++
# Who Am I?
My name is Pavel Kirilin, and my nickname is [@s3rius](https://github.com/s3rius). I am a backend developer with diverse experience. Currently, I hold the position of CTO at [Intree](https://www.intree.com/). My name is Pavel Kirilin, and my nickname is [@s3rius](https://github.com/s3rius). I am a backend developer with diverse experience. Currently, I hold the position of CTO at [Intree](https://www.intree.com/).
In my free time, I enjoy experimenting with various technologies and building new projects. You can find some of my work on [GitHub](https://github.com/s3rius) or on my self-hosted Gitea instance at [gitea.le-memese.com](https://gitea.le-memese.com/s3rius). In my free time, I enjoy experimenting with various technologies and building new projects. You can find some of my work on [GitHub](https://github.com/s3rius) or on my self-hosted Gitea instance at [gitea.le-memese.com](https://gitea.le-memese.com/s3rius).

View File

@ -15,9 +15,14 @@ ingress:
tls: tls:
- hosts: - hosts:
- s3rius.blog - s3rius.blog
- meme.s3rius.blog
secretName: blog-tls secretName: blog-tls
hosts: hosts:
- host: s3rius.blog - host: s3rius.blog
paths: paths:
- path: / - path: /
pathType: Prefix pathType: Prefix
- host: meme.s3rius.blog
paths:
- path: /
pathType: Prefix