Mae's website :3 maemoon.me
personal website svelte sveltekit
0
fork

Configure Feed

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

Add bluesky link

+2 -1
+2 -1
src/routes/+page.svelte
··· 32 32 {/each} 33 33 <a href="/blog" class="underline font-bold focus:outline outline-2 outline-nord2 outline-offset-1 dark:outline-nord4 rounded">see more -></a> 34 34 </ul> 35 - <h2 class="text-xl font-bold">Contact</h2> 35 + <h2 class="text-xl font-bold">Contact + Socials</h2> 36 36 <div class="pb-3 leading-normal"> 37 37 <p>Discord ~ cute_catgirl</p> 38 38 <p>Email ~ maemoon@proton.me</p> 39 + <a href="https://bsky.app/profile/maemoon.me">Bluesky - @maemoon.me</a> 39 40 </div> 40 41 <h2 class="text-xl font-bold pb-2">Support Me</h2> 41 42 <Supportbutton darkMode={theme.dark}></Supportbutton>