From ec397d766d909b0ac62251085c52e120e086122c Mon Sep 17 00:00:00 2001 From: Aditya Date: Mon, 13 Feb 2023 11:25:31 +0530 Subject: [PATCH] point to new url --- README.md | 4 ++-- content/post/install-code-server-on-artix.md | 4 ++-- layouts/partials/footer.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c4018c6..5a43d67 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# The Divine Chronicles +# Aditya's blog -This repository hosts the source code for my blog https://chronicles.divineduty.xyz/ +This repository hosts the source code for my blog https://blog.adityakumar.xyz/ The website is built using [Hugo](https://gohugo.io). diff --git a/content/post/install-code-server-on-artix.md b/content/post/install-code-server-on-artix.md index c86cc38..b4cd411 100644 --- a/content/post/install-code-server-on-artix.md +++ b/content/post/install-code-server-on-artix.md @@ -56,10 +56,10 @@ makepkg -si ``` ## Download and configure OpenRC script -The [script](https://banyan.divineduty.xyz/GNUxeava/code-server-openrc) is pretty generic and should work on most OpenRC-based distributions with minimal tweaks. You just need to download it, make it executable and put your username in line 3. +The [script](https://gitea.adityakumar.xyz/aditya/code-server-openrc) is pretty generic and should work on most OpenRC-based distributions with minimal tweaks. You just need to download it, make it executable and put your username in line 3. ```bash cd /etc/init.d/ -sudo wget -c https://banyan.divineduty.xyz/GNUxeava/code-server-openrc/raw/branch/master/code-server +sudo wget -c https://gitea.adityakumar.xyz/aditya/code-server-openrc/raw/branch/master/code-server sudo chmod +x code-server ``` diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index c68ed1d..928f790 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -8,7 +8,7 @@ {{ if .Site.LanguagePrefix -}} {{- else -}} - + {{- end }} @@ -42,7 +42,7 @@
- View source + View source
{{- $current := now.Format "2006" }}