Rename ta180m to h

This commit is contained in:
Anthony Wang 2022-09-01 09:03:39 -05:00
parent 560ccd02ab
commit 3659b24ea8
Signed by: a
GPG key ID: BC96B00AEC5F2D76
2 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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/'},