diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-07-23 16:45:42 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-07-23 16:45:42 +0700 |
commit | 94ed731ab883a194f700c3943793acd035fb913a (patch) | |
tree | b48e1d1ea496a692bce59a0078cd9595f1d75f6a | |
parent | d3a0438553491ccdb9cc5f7a120f1bc248d64981 (diff) | |
download | blog-94ed731ab883a194f700c3943793acd035fb913a.tar.gz |
Change to matrix URI
-rw-r--r-- | .build.yml | 1 | ||||
-rw-r--r-- | config.yaml | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/.build.yml b/.build.yml index bacae7f..6e6a367 100644 --- a/.build.yml +++ b/.build.yml @@ -1,7 +1,6 @@ image: alpine/edge oauth: pages.sr.ht/PAGES:RW sources: - - https://git.sr.ht/~sircmpwn/openring - https://git.envs.net/huyngo/haasdaiga - https://git.envs.net/huyngo/ravna - https://git.sr.ht/~huyngo/isanercent diff --git a/config.yaml b/config.yaml index 94ec14e..b796274 100644 --- a/config.yaml +++ b/config.yaml @@ -115,7 +115,7 @@ params: - id: mastodon name: xarvos instance: treehouse.systems - label: Mastodon + label: Masto url: https://social.treehouse.systems/@%s - id: sourcehut label: Code @@ -123,7 +123,9 @@ params: alt: sr.ht - id: matrix label: Chat - name: '@huyngo:envs.net' + name: huyngo + instance: envs.net + url: matrix:u/%s:envs.net - id: liberapay label: Donate name: huy.ngo |