From 3659b24ea852f33b02d9253e17debe1b7aace235 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Thu, 1 Sep 2022 09:03:39 -0500 Subject: [PATCH] Rename ta180m to h --- .woodpecker.yml | 12 ++++++------ config.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index acfa41e6..2939f938 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,20 +2,20 @@ clone: git: image: bash commands: - - mkdir -p /var/lib/woodpecker-agent/Ta180m - - cd /var/lib/woodpecker-agent/Ta180m + - mkdir -p /var/lib/woodpecker-agent/h + - cd /var/lib/woodpecker-agent/h - if [ -d website ]; then - cd website - git pull - git submodule update - else - - git clone --recursive https://git.exozy.me/Ta180m/website.git + - git clone --recursive https://git.exozy.me/h/website.git - fi pipeline: build: image: bash commands: - - cd /var/lib/woodpecker-agent/Ta180m/website - - hugo --minify --destination /srv/http/pages/ta180m - - echo eW91IGZvdW5kIGl0IQo= | base64 -d > /srv/http/pages/ta180m/holy-grail + - cd /var/lib/woodpecker-agent/h/website + - hugo --minify --destination /srv/http/pages/h + - echo eW91IGZvdW5kIGl0IQo= | base64 -d > /srv/http/pages/h/holy-grail diff --git a/config.toml b/config.toml index a8cae74e..86ced5e9 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = 'https://ta180m.exozy.me' +baseURL = 'https://h.exozy.me' languageCode = 'en-us' title = 'Some Random Website' theme = 'gokarna' @@ -52,7 +52,7 @@ theme = 'gokarna' {name = 'matrix', url = 'https://matrix.to/#/@ta180m:exozy.me'}, {name = 'mastodon', url = 'https://social.exozy.me/@ta180m'}, {name = 'peertube', url = 'https://tube.exozy.me/a/ta180m/video-channels'}, - {name = 'gitea', url = 'https://git.exozy.me/Ta180m/'}, + {name = 'gitea', url = 'https://git.exozy.me/h/'}, {name = 'codeforces', url = 'https://codeforces.com/profile/Ta180m'}, {name = 'archlinux', url = 'https://aur.archlinux.org/packages/?K=Ta180m&SeB=m'}, {name = 'liberapay', url = 'https://liberapay.com/Ta180m/'},