Update website

This commit is contained in:
luaneko 2024-11-12 19:00:41 +11:00
parent 1cc5d50c93
commit 6ad36e7247
Signed by: luaneko
GPG Key ID: 406809B8763FF07A
2 changed files with 12 additions and 6 deletions

View File

@ -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> &lt;<a href="mailto:lumi@lua.re" class="font-serif"><em>lumi@lua.re</em></a>&gt;
ෆᡣ𐭩 {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>

View File

@ -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",
}, },
}, },
}, },