From 1fb897051e120f689ea1fc48314236b1c7a15051 Mon Sep 17 00:00:00 2001 From: Quad Date: Thu, 23 Jul 2020 11:01:41 +0200 Subject: [PATCH] Fix source code links --- content/source.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/source.md b/content/source.md index b9a1547..0c82cd9 100644 --- a/content/source.md +++ b/content/source.md @@ -7,13 +7,13 @@ Welcome to my blog, I'm honoured that you're interested in checking out the sour ## Blog -The source code for the blog itself can be found: [Right here](https://git.quad.moe/quad/hugo-blog) on my Git server. +The source code for the blog itself can be found: [Right here](https://gitea.quad.moe/quad/hugo-blog) on my Gitea server. The blog is powered by [Hugo](https://gohugo.io/), so you'll need that in order to deploy it. Simply clone the repository and fetch submodules, then you can generate the blog in a jiffy. ## Theme -My theme is named [Peruna](https://git.quad.moe/quad/peruna), it's my personal fork of [Potato Dark](https://github.com/surajmandalcell/potato-dark). Since potato dark didn't quite fit my looks and also didn't seem to be actively maintained. +My theme is named [Peruna](https://gitea.quad.moe/quad/peruna), it's my personal fork of [Potato Dark](https://github.com/surajmandalcell/potato-dark). Since potato dark didn't quite fit my looks and also didn't seem to be actively maintained. If this theme seems to fit your needs, please feel free to use or fork it to your heart's content.