Compare commits

...

2 Commits

Author SHA1 Message Date
Jef Roosens 15bd21b7ed
Started first post
continuous-integration/drone the build was successful Details
2021-05-03 21:00:05 +02:00
Jef Roosens 3f2da3b122
Updated about page 2021-05-03 20:11:07 +02:00
4 changed files with 37 additions and 3 deletions

View File

@ -1,5 +1,5 @@
baseURL: "https://www.roosens.me"
title: "The Beaver Dam"
title: "The Bever Dam"
theme: "hugo-notepadium"
copyright: "2021 Jef Roosens"
languageCode: "en-US"
@ -19,7 +19,7 @@ params:
style: "auto"
dateFormat: "Monday, January 2, 2006"
logo: ""
slogan: "Some Slogan Buddy"
slogan: "The Bever that Chews"
license: "MIT"
fullRss: false
ipv6ready: false
@ -46,5 +46,7 @@ params:
showTags: true
custom:
- title: "Projects"
url: "https://git.roosens.me/Chewing_Bever"
- title: "About"
url: "/about"

View File

@ -2,4 +2,10 @@
title: "About"
---
WIP
Welcome to my blog!
My name's Jef Jan Roosens, and I'm a Computer Sciences student currently
studying at the University of Ghent. On most social media, you can find me as
Chewing_Bever. I'm a big open-source enthusiast & avid self-hoster, so
naturally, you can find all my personal projects [on my Gitea
instance](https://git.roosens.me).

View File

@ -0,0 +1,22 @@
---
draft: true
title: "How I set up my personal devop environment"
date: "2021-05-03"
---
{{< table_of_contents >}}
## Introduction
During the second year of my bachelor, I became more and more intrigued by
self-hosting. As the interest spiralled out of control, more and more of the
things I used on a daily basis were being replaced by tools that I managed
myself. Considering that I'm an avid programmer, setting up my own development
environment seemed like an obvious next step.
The stack I ended up with consists of three parts:
[Gitea](https://gitea.io/en-us/) as a GitHub alternative,
[Renovatebot](https://www.whitesourcesoftware.com/free-developer-tools/renovate/)
to check for updates & [Woodpecker](https://github.com/laszlocph/woodpecker)
for CICD pipelines. In this post, I'll be explaining how I set up each of these
services, and how I connected them.

View File

@ -0,0 +1,4 @@
<!-- Source: https://ruddra.com/hugo-add-toc-anywhere/ -->
<div class="toc">
{{ .Page.TableOfContents }}
</div>