From 3ee684c6490e4105b8390b85973b0bd1870edcb6 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Thu, 8 Jan 2026 11:15:46 +1030 Subject: [PATCH] chore: gitlab -> gitea + links --- content/me/index.md | 2 +- content/posts/an-old-new-upgrade-to-my-k8s.md | 2 +- content/posts/my-neovim-setup.md | 4 ++-- content/posts/this-website.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/me/index.md b/content/me/index.md index b117752..12104b9 100644 --- a/content/me/index.md +++ b/content/me/index.md @@ -18,7 +18,7 @@ important page to me, is where all of my services sit that I host myself. One of the projects that you will not find listed on the projects page is my server that I operate from my loungeroom. It hosts this website, nextcloud, -a mail server and client, many game servers, my gitlab instance, and many local +a mail server and client, many game servers, my gitea instance, and many local services which I use at home. This site is a simple testement to my passion for technology, it is not supposed diff --git a/content/posts/an-old-new-upgrade-to-my-k8s.md b/content/posts/an-old-new-upgrade-to-my-k8s.md index 5f34b87..1b60645 100644 --- a/content/posts/an-old-new-upgrade-to-my-k8s.md +++ b/content/posts/an-old-new-upgrade-to-my-k8s.md @@ -52,7 +52,7 @@ setup and I'm very happy with it. When I started writing this I had a much grander vision for the end result, however, it really isn't that grand. The final solution for the CI/CD can be -found [here](https://gitlab.inkletblot.com/inkletblot/simple-blog-api). Although +found [here](https://git.inkletblot.com/inkletblot/simple-blog-api). Although I don't use the project any more it contains all of the CI/CD config required, some of which is outlined below. Using helm simplified things greatly. diff --git a/content/posts/my-neovim-setup.md b/content/posts/my-neovim-setup.md index fd296df..876b84d 100644 --- a/content/posts/my-neovim-setup.md +++ b/content/posts/my-neovim-setup.md @@ -47,7 +47,7 @@ back. that I was using [vim-plug](https://github.com/junegunn/vim-plug), which I honestly still love. This is where this story really starts. -# [My Config](https://gitlab.inkletblot.com/inkletblot/config/-/tree/main/.config/nvim) +# [My Config](https://git.inkletblot.com/inkletblot/config/-/tree/main/.config/nvim) Starting two weeks ago I started a full rewrite of my nvim config based around [lazy.nvim](https://github.com/folke/lazy.nvim) and the early commits of [LazyVim](https://github.com/LazyVim/LazyVim) which is the *distribution* of nvim @@ -179,7 +179,7 @@ for `lazy`, my config, colorscheme, etc. This is where all of the specifications for the plugins I use live. I change these a little from time to time, but now everything is set up, I try to limit changes in general. I strongly recommend looking through if you're interested, -[here's a link](https://gitlab.inkletblot.com/inkletblot/config/-/tree/main/.config/nvim/lua/lazyvim/plugins?ref_type=heads) +[here's a link](https://git.inkletblot.com/inkletblot/config/-/tree/main/.config/nvim/lua/lazyvim/plugins?ref_type=heads) ## Notes diff --git a/content/posts/this-website.md b/content/posts/this-website.md index 7a4bf96..378247f 100644 --- a/content/posts/this-website.md +++ b/content/posts/this-website.md @@ -51,7 +51,7 @@ to say that over time the visuals have improved somewhat. (something I was introduced to through work). The forum and gallery are removed from the site and instead a simple blog is added. I will cover the simple blog api I have created in another post however you can find it on my - [gitlab](https://gitlab.inkletblot.com/inkletblot/simple-blog-api). I do plan + [gitea](https://git.inkletblot.com/inkletblot/simple-blog-api). I do plan on recreating the forum and gallery at some point. However, I think I am going to fucus on this little blog for now. I want to add more content and make it a bit more feature rich if I can.