The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

purge Twitter

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 24446c78 19a1dca7

+2 -7
-6
dhall/package.dhall
··· 35 35 , seriesDescMap = desc.map 36 36 , notableProjects = 37 37 [ Link::{ 38 - , url = "https://github.com/PonyvilleFM/aura" 39 - , title = "Aura" 40 - , description = "PonyvilleFM live DJ recording bot" 41 - } 42 - , Link::{ 43 38 , url = "https://h.within.lgbt" 44 39 , title = "The h Programming Language" 45 40 , description = ··· 107 102 , url = "https://www.linkedin.com/in/xe-iaso" 108 103 , title = "LinkedIn" 109 104 } 110 - , Link::{ url = "https://x.com/theprincessxena", title = "X (Twitter)" } 111 105 ] 112 106 , pronouns = ./pronouns.dhall 113 107 , characters = ./characters.dhall
+1
dhall/resume/icons/bluesky.svg
··· 1 + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-brand-bluesky"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6.335 5.144c-1.654 -1.199 -4.335 -2.127 -4.335 .826c0 .59 .35 4.953 .556 5.661c.713 2.463 3.13 2.75 5.444 2.369c-4.045 .665 -4.889 3.208 -2.667 5.41c1.03 1.018 1.913 1.59 2.667 1.59c2 0 3.134 -2.769 3.5 -3.5c.333 -.667 .5 -1.167 .5 -1.5c0 .333 .167 .833 .5 1.5c.366 .731 1.5 3.5 3.5 3.5c.754 0 1.637 -.571 2.667 -1.59c2.222 -2.203 1.378 -4.746 -2.667 -5.41c2.314 .38 4.73 .094 5.444 -2.369c.206 -.708 .556 -5.072 .556 -5.661c0 -2.953 -2.68 -2.025 -4.335 -.826c-2.293 1.662 -4.76 5.048 -5.665 6.856c-.905 -1.808 -3.372 -5.194 -5.665 -6.856z" /></svg>
+1 -1
dhall/resume/resume.typ
··· 118 118 links: ( 119 119 (name: "email", link: "mailto:me@xeiaso.net"), 120 120 (name: "website", link: "https://xeiaso.net/", display: "xeiaso.net"), 121 - (name: "x", link: "https://x.com/theprincessxena", display: "@theprincessxena"), 121 + (name: "bluesky", link: "https://bsky.app/profile/xeiaso.net", display: "@xeiaso.net"), 122 122 (name: "github", link: "https://github.com/Xe", display: "@Xe"), 123 123 (name: "linkedin", link: "https://www.linkedin.com/in/xe-iaso/", display: resume.name), 124 124 (name: "mastodon", link: "https://pony.social/@cadey", display: "@cadey@pony.social"),