From 1959e53116ce5ebd76de8e604a10079e8870d05d Mon Sep 17 00:00:00 2001 From: kevinj Date: Tue, 13 Aug 2024 13:00:00 +0200 Subject: [PATCH] generic: update VPS links --- content/pages/about-me.md | 2 +- themes/minth/hugo.toml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/content/pages/about-me.md b/content/pages/about-me.md index 81be328..72861eb 100644 --- a/content/pages/about-me.md +++ b/content/pages/about-me.md @@ -10,7 +10,7 @@ freedom and so I primarily like to deal with free and open-source software solutions. Many of my ideas and goals come from my love towards space. I cannot stop dreaming about it. -VPS: [public knowledge archive](http://104.248.140.85/) | [self-hosted git](http://104.248.140.85:81/explore/repos)
+VPS: [public knowledge archive](http://archive.0xdeadbeer.xyz/) | [self-hosted git](http://git.0xdeadbeer.xyz/0xdeadbeer)
Contact: jerebicakevin@gmail.com
YouTube: [@0xdeadbeer](https://youtube.com/@0xdeadbeer)
Github: [@0xdeadbeer](https://github.com/0xdeadbeer) diff --git a/themes/minth/hugo.toml b/themes/minth/hugo.toml index 9adef15..e555484 100644 --- a/themes/minth/hugo.toml +++ b/themes/minth/hugo.toml @@ -18,8 +18,13 @@ pageRef = '/pages/resources' weight = 30 [[menus.main]] -name = 'VPS' -url = 'http://104.248.140.85/' +name = 'Git' +url = 'http://git.0xdeadbeer.xyz/0xdeadbeer/' +weight = 33 + +[[menus.main]] +name = 'Archive' +url = 'http://archive.0xdeadbeer.xyz' weight = 35 [[menus.main]]