diff --git a/src/pages/index.astro b/src/pages/index.astro index 8e7dd88..31ac935 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -7,29 +7,45 @@ const socials = [ ]; const services = [ - ["Gitea", "git"], - ["Roundcube", "mail"], - ["Memos", "memo"], + ["Twitter", "twt", "https://twitter.com/luanekos"], + ["Bluesky", "bsky", "https://bsky.app/profile/lua.re"], + ["Gitea", "git", "https://git.lua.re/"], + ["Memos", "memo", "https://memo.lua.re/"], ]; services.sort(([_a, a], [_b, b]) => a.length - b.length || a.localeCompare(b)); --- -
{
-`  โˆง.,,โˆง ๐œ—๐œš
+  
+
+  โˆง.,,โˆง ๐œ—๐œš
 (  ฬณโ€ข ยท โ€ข ฬณ)   แญข
-/      ใฅ `}lumi at lua.re โ‚Šหš.โ‹†โบโ‚Š
-
+/      ใฅ lumi at lua.re โ‚Šหš.โ‹†โบโ‚Š
+
+chronic internet meower
 
-๐Ÿก ๐ŸŒธ ๐ŸŽ€ ๐ŸŒ™
+๐Ÿก ๐ŸŒธ ๐ŸŽ€ ๐ŸŒ™ +
+

+ { + services.map(([name, sub, href], i) => ( + <> + <>{i ? " ยท " : ""} + + {sub} + + + )) + } +

+