Update website
This commit is contained in:
parent
1cc5d50c93
commit
6ad36e7247
@ -1,5 +1,10 @@
|
|||||||
---
|
---
|
||||||
import Layout from "../layouts/index.astro";
|
import Layout from "../layouts/index.astro";
|
||||||
|
|
||||||
|
const socials = [
|
||||||
|
["Bluesky", "bs/lua.re", "https://bsky.app/profile/lua.re"],
|
||||||
|
["GitHub", "gh/luaneko", "https://github.com/luaneko"],
|
||||||
|
];
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout>
|
<Layout>
|
||||||
@ -7,12 +12,12 @@ import Layout from "../layouts/index.astro";
|
|||||||
class="max-w-prose mx-auto p-4 sm:p-8 leading-tight">{
|
class="max-w-prose mx-auto p-4 sm:p-8 leading-tight">{
|
||||||
` ∧.,,∧ 𝜗𝜚
|
` ∧.,,∧ 𝜗𝜚
|
||||||
( ̳• · • ̳) ᭢
|
( ̳• · • ̳) ᭢
|
||||||
/ づ `}<a href="/" title="lua.re"><em>lua.re</em></a> ᡣ𐭩
|
/ づ `}<a href="mailto:lumi@lua.re" class="font-serif"><em><strong>lumi</strong>@lua.re</em></a> ₊˚.⋆⁺₊
|
||||||
<strong>luaneko</strong> <<a href="mailto:lumi@lua.re" class="font-serif"><em>lumi@lua.re</em></a>>
|
|
||||||
|
|
||||||
ෆᡣ𐭩
|
{socials.map(([name, text, href]) => (
|
||||||
・:。<small><a href="https://bsky.app/profile/lua.re" title="Bluesky">bs/lua.re</a></small>
|
<>・:。<small><a href={href} title={name}>{text}</a></small>
|
||||||
・:。<small><a href="https://github.com/luaneko" title="GitHub">gh/luaneko</a></small>
|
</>
|
||||||
|
))}
|
||||||
|
|
||||||
🍡 🌸 🎀 🌙</pre>
|
🍡 🌸 🎀 🌙</pre>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
@ -9,7 +9,8 @@ export default {
|
|||||||
serif: [`"Source Serif 4"`, ...defaultTheme.fontFamily.serif],
|
serif: [`"Source Serif 4"`, ...defaultTheme.fontFamily.serif],
|
||||||
},
|
},
|
||||||
colors: {
|
colors: {
|
||||||
bg: "#fff4ef",
|
bg: "#ffefef",
|
||||||
|
pink: "#f3d0d7",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user