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 kofi link (give me money :3)

+6 -2
+1
src/lib/supportbutton.svelte
··· 1 + <a href='https://ko-fi.com/E1E21270RY' target='_blank'><img height='36' style='border:0px;height:36px;' src='/kofi.webp ' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
+1 -1
src/routes/+layout.svelte
··· 17 17 </svelte:head> 18 18 19 19 <div id="page"> 20 + {#key data.currentRoute} 20 21 <aside> 21 22 <a href="/" class:active={data.currentRoute == "/"}>home</a> 22 23 <a href="/blog" class:active={data.currentRoute == "/blog"}>blog</a> 23 24 </aside> 24 - {#key data.currentRoute} 25 25 <main> 26 26 {@render children?.()} 27 27 </main>
+4 -1
src/routes/+page.svelte
··· 1 1 <script> 2 + import Supportbutton from '../lib/supportbutton.svelte'; 2 3 import { fade } from 'svelte/transition'; 3 4 let { data } = $props(); 4 5 </script> ··· 31 32 </li> 32 33 {/each} 33 34 <a href="/blog"><strong>see more -></strong></a> 34 - </ul> 35 + </ul> 36 + <h2 class="section">Support Me</h2> 37 + <Supportbutton></Supportbutton>
static/kofi.webp

This is a binary file and will not be displayed.