diff options
| author | Stephen Wade <stephen@stephenwade.me> | 2022-07-24 13:32:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-24 13:32:55 -0400 |
| commit | 1d0413cebfbd247d78ec728d283a6b79f1219098 (patch) | |
| tree | 9411b383c550d2cd2b8f8ef1df0d4db1240af790 /dhall/authors.dhall | |
| parent | e9733ce6844894f4f1f30948611a57a02c6766ec (diff) | |
| download | xesite-1d0413cebfbd247d78ec728d283a6b79f1219098.tar.xz xesite-1d0413cebfbd247d78ec728d283a6b79f1219098.zip | |
Domain move - change links to match (#518)
* Replace cdn.christine.website with cdn.xeiaso.net
* Replace me@christine.website with me@xeiaso.net
* Replace christine.website with xeiaso.net
* Replace christine dot website with xeiaso dot net
* Replace Christine Dodrill with Xe Iaso
* Update blog/fun-with-redirection-2021-09-22.markdown
* Update blog/ircd-k8s-2019-12-21.markdown
* Update blog/reconlangmo-6-lexicon-2020-05-22.markdown
Co-authored-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'dhall/authors.dhall')
| -rw-r--r-- | dhall/authors.dhall | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dhall/authors.dhall b/dhall/authors.dhall index 29fc79e..69cccdb 100644 --- a/dhall/authors.dhall +++ b/dhall/authors.dhall @@ -4,7 +4,7 @@ in [ Author::{ , name = "Xe Iaso" , handle = "xe" , picUrl = Some "/static/img/avatar.png" - , link = Some "https://christine.website" + , link = Some "https://xeiaso.net" , twitter = Some "theprincessxena" , default = True , inSystem = True @@ -13,7 +13,7 @@ in [ Author::{ , name = "Jessie" , handle = "Heartmender" , picUrl = Some - "https://cdn.christine.website/file/christine-static/img/UPRcp1pO_400x400.jpg" + "https://cdn.xeiaso.net/file/christine-static/img/UPRcp1pO_400x400.jpg" , twitter = Some "BeJustFine" , inSystem = True } @@ -21,7 +21,7 @@ in [ Author::{ , name = "Ashe" , handle = "ectamorphic" , picUrl = Some - "https://cdn.christine.website/file/christine-static/img/FFVV1InX0AkDX3f_cropped_smol.jpg" + "https://cdn.xeiaso.net/file/christine-static/img/FFVV1InX0AkDX3f_cropped_smol.jpg" , inSystem = True } , Author::{ name = "Nicole", handle = "Twi", inSystem = True } |
