diff --git a/src/routes/_components/RssFeed.svelte b/src/lib/RssFeed.svelte similarity index 84% rename from src/routes/_components/RssFeed.svelte rename to src/lib/RssFeed.svelte index 5352ffb..bc34799 100644 --- a/src/routes/_components/RssFeed.svelte +++ b/src/lib/RssFeed.svelte @@ -1,7 +1,7 @@ +
-

Welcome to my corner of the internet

-

You most likely ended up here after listening to me rambling about the wonders of self hosted services, and how life would be much easier if we could just containerize everything. -

-

This page is my initial svelte project to try out the framework, and at the time of writing (24th April 2024) many pages are still lacking content.

-
\ No newline at end of file +

Welcome to my corner of the internet

+

+ You most likely ended up here after listening to me rambling about the wonders of self hosted + services, and how life would be much easier if we could just containerize everything. +

+

+ This page is my initial svelte project to try out the framework, and at the time of writing + (24th April 2024) many pages are still lacking content. +

+ diff --git a/src/routes/svelte/+page.svelte b/src/routes/svelte/+page.svelte index f5dbf75..a14c605 100644 --- a/src/routes/svelte/+page.svelte +++ b/src/routes/svelte/+page.svelte @@ -1,5 +1,6 @@
@@ -18,4 +19,5 @@ >Read more about that here.

+