chore: gitlab -> gitea + links
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Solomon Laing 2026-01-08 11:15:46 +10:30
parent efbed63136
commit 3ee684c649
4 changed files with 5 additions and 5 deletions

View File

@ -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 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, 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. services which I use at home.
This site is a simple testement to my passion for technology, it is not supposed This site is a simple testement to my passion for technology, it is not supposed

View File

@ -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, 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 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, 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. some of which is outlined below. Using helm simplified things greatly.

View File

@ -47,7 +47,7 @@ back.
that I was using [vim-plug](https://github.com/junegunn/vim-plug), which I that I was using [vim-plug](https://github.com/junegunn/vim-plug), which I
honestly still love. This is where this story really starts. 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 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 [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 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 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, 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 ## Notes

View File

@ -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 (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 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 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 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 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. bit more feature rich if I can.