GitLab

Posts tagged with #gitlab
Total: 8

Remaking My Blog From Scratch

2025 Edition

Posts | 2025-10-26 | 10 min read
#development #gitlab #hugo
Series: Tech Behind the Blog

I’ve been blogging in one form or another for 5 years now.

All blogs and other online publishing adventures had one thing in common: I barely knew what I was doing, using components I never learned properly.

I wanted to change that! And with the benefit of hindsight I will now take you on this adventure with me.

Read more…

GitLab Copy & Paste: Added Backticks

Notes | 2025-02-26 (updated 2025-10-25) | 1 min read
#gitlab

Read more…

My Publishing Pipeline

Update for 2023

Posts | 2023-08-25 (updated 2025-10-26) | 6 min read
#gitlab #hugo #pkm #productivity #scripting #writeup
Series: Tech Behind the Blog

I write an extensive personal knowledge base using markdown, code-server and a variety of other tools. Originally, in 2021, I wanted to have something like Obsidian Publish but self-hosted, so I created it.

Over time my knowledge base evolved more into a second brain, tracking not only my technical notes and journal, but also things like recipes and hikes. With this my publishing pipeline, and the script at it’s core, extended in a multitude of ways.

Read more…

GitLab: User owned projects report

Notes | 2022-08-17 (updated 2025-10-25) | 1 min read
#gitlab #python

Export a CSV formatted report of projects in user-namespace on a GitLab instance.

This is especially useful if you think about limiting or disabling this feature.

Read more…

Publish Parts Of Obsidian To My Personal Site

Notes | 2021-08-09 (updated 2025-10-25) | 4 min read
#gitlab #hugo #obsidian #pkm #productivity #writeup

The idea at the start was simple. Do something like Obsidian Publish , so read frontmatter and if it contains published: True put it up on a website to view.

I have since rewritten and updated this tool: New version

The Basics

I started with taking a look at different static site generators but after a bit of testing I ended up back at Hugo, which I already use for ps1.guru and a few other projects.

Read more…

Publish Parts of Obsidian to My Personal Site

Posts | 2021-08-09 (updated 2025-10-22) | 4 min read
#gitlab #hugo #obsidian #pkm #productivity #writeup
Series: Tech Behind the Blog

The idea at the start was simple. Do something like Obsidian Publish , so read frontmatter and if it contains published: True put it up on a website to view.

Read more…

GitLab Merge Request From the CLI

Posts | 2021-05-06 (updated 2025-10-23) | 2 min read
#git #gitlab #productivity

You want to push a branch to GitLab and automatically create a Merge Request (MR) for it.

There are effectively three scenarios this can cover:

Read more…

GitLab

Notes | 2020-01-01 (updated 2025-10-25) | 1 min read
#gitlab #slashpage-uses

My preferred git server and CI/CD system, either gitlab.com or self-hosted.