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 /static | |
| 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 'static')
| -rw-r--r-- | static/id_ed25519.pub | 2 | ||||
| -rw-r--r-- | static/js/conversation.js | 6 | ||||
| -rw-r--r-- | static/stories/test.html | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/static/id_ed25519.pub b/static/id_ed25519.pub index aa11ff5..13f0d28 100644 --- a/static/id_ed25519.pub +++ b/static/id_ed25519.pub @@ -1 +1 @@ -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPg9gYKVglnO2HQodSJt4z4mNrUSUiyJQ7b+J798bwD9 Xe Iaso <me@christine.website>
\ No newline at end of file +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPg9gYKVglnO2HQodSJt4z4mNrUSUiyJQ7b+J798bwD9 Xe Iaso <me@xeiaso.net>
\ No newline at end of file diff --git a/static/js/conversation.js b/static/js/conversation.js index 30a431f..0e6eea5 100644 --- a/static/js/conversation.js +++ b/static/js/conversation.js @@ -5,9 +5,9 @@ export const mkConversation = (who, mood, message, extraClasses = "") => h("div", {className: "conversation gruvbox-dark " + extraClasses}, [ h("div", {className: "conversation-picture conversation-smol"}, [ h("picture", {}, [ - h("source", {type: "image/avif", srcset: `https://cdn.christine.website/file/christine-static/stickers/${who.toLowerCase()}/${mood}.avif`}), - h("source", {type: "image/webp", srcset: `https://cdn.christine.website/file/christine-static/stickers/${who.toLowerCase()}/${mood}.webp`}), - h("img", {alt: `${who} is ${mood}`, src: `https://cdn.christine.website/file/christine-static/stickers/${who.toLowerCase()}/${mood}.png`}) + h("source", {type: "image/avif", srcset: `https://cdn.xeiaso.net/file/christine-static/stickers/${who.toLowerCase()}/${mood}.avif`}), + h("source", {type: "image/webp", srcset: `https://cdn.xeiaso.net/file/christine-static/stickers/${who.toLowerCase()}/${mood}.webp`}), + h("img", {alt: `${who} is ${mood}`, src: `https://cdn.xeiaso.net/file/christine-static/stickers/${who.toLowerCase()}/${mood}.png`}) ]) ]), h("div", {className: "conversation-chat"}, [ diff --git a/static/stories/test.html b/static/stories/test.html index 3e50c3c..7cb333a 100644 --- a/static/stories/test.html +++ b/static/stories/test.html @@ -16,7 +16,7 @@ <h1><code>xeblog-conv</code> Test</h1> <xeblog-conv name="Numa" mood="delet"> - Delete this! <a href="https://christine.website">Go home</a>. + Delete this! <a href="https://xeiaso.net">Go home</a>. <p>I'm baby 3 wolf moon iPhone magna, woke deep v humblebrag butcher ipsum XOXO aesthetic prism pop-up vexillologist non. Activated charcoal dolore sed, williamsburg hammock hashtag cardigan next level live-edge before they sold out mlkshk single-origin coffee. Celiac kickstarter consequat chillwave tattooed quis iceland schlitz copper mug taxidermy. Selvage flexitarian tattooed palo santo. Quis dolore vaporware distillery cred. Nostrud exercitation esse kogi veniam lo-fi selfies listicle lyft, mixtape disrupt offal.</p> </xeblog-conv> |
