chore: extend personal and job description in about page
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2023-12-14 22:00:30 +01:00
parent 8437c4fc4a
commit aa6789b30c
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 16 additions and 8 deletions

View File

@ -15,9 +15,9 @@ resources:
<--->
Hi, I'm Robert. I'm a Linux Engineer, open source enthusiast and a self-hosting geek. Most of the time I work in Ops and focus on infrastructure and deployment automation. On my private blog [thegeeklab.de](https://thegeeklab.de/) I write about everything that comes to my mind, but mainly about topics from the Linux and open source world.
Hi, I'm Robert. I'm a Linux Engineer, open source enthusiast and a self-hosting geek. Most of the time I work in Operations and focus on infrastructure and deployment automation, which is my real passion. On my private blog [thegeeklab.de](https://thegeeklab.de/) I write about everything that comes to my mind, but mainly about topics from the Linux and open source world.
My Linux journey began almost 10 years ago, for more than half of them maintaining and managing Linux servers in professional environments is my daily business. I have worked with Red Hat Enterprise Linux in corporate environments and got used to it. I also personally prefer RPM-based distributions and therefore also use Feorda and after the restructuring of CentOS I switched to Rocky Linux on my servers.
My Linux journey started almost 10 years ago. For more than 5 years, maintaining and managing Linux servers in professional environments has been my daily business. I have worked a lot with Red Hat Enterprise Linux in corporate environments and prefer RPM-based distributions for my personal use as well. My daily driver is a Thinkpad powered by Fedora and since the restructuring of the CentOS project, I have been using Rocky Linux for my servers.
{{< /columns >}}
---
@ -31,7 +31,7 @@ May 2019
<--->
ownCloud is an open-source file sync, share and content collaboration software. As a System Administrator at ownCloud I'm responsible for the operation and availability of the company infrastructure. That also including the Continuous Integration platform based on Drone CI which is a fundamental component for the development of our products.
ownCloud is an open-source file sync, share and content collaboration software. As part of the operations team, I am responsible for the company-wide server infrastructure. That also including the Continuous Integration platform, which is a critical component for the development of our products. To manage the container-based deployments of more than 70 servers, we follow the infrastructure as code approach and use Terraform, Ansible and Continuous Deployment. Graylog, Telegraf, Prometheus and Grafana build the foundation for a seamless monitoring and troubleshooting.
{{< /columns >}}
{{< columns size=small >}}
@ -76,7 +76,7 @@ Sep 2010 - Jun 2013
<--->
Apprenticeship as "Computer Science Expert Subject Area: System Integration" at <!-- spellchecker-disable -->Kaufland Logitik VZ 2<!-- spellchecker-enable -->.
Apprenticeship as "Computer Science Expert Subject Area: System Integration" at <!-- spellchecker-disable -->Kaufland Logistik VZ 2<!-- spellchecker-enable -->.
{{< /columns >}}

View File

@ -7,27 +7,35 @@
break-after: avoid;
}
.gblog-columns,
.gblog-box {
break-inside: avoid;
break-before: avoid;
}
.gblog-columns {
break-inside: avoid;
}
.gblog-box__text {
margin: 0;
}
h1,h2 {
h1,
h2 {
margin: 0.5rem 0;
}
.gblog-progress {
margin-bottom: 0.5rem;
margin-bottom: 0;
}
.gblog-box{
.gblog-box {
padding: 0.25rem 0.5rem;
}
.gblog-progress__bar {
height: 0.75em;
}
}
.gblog-columns__content h2 {