Add Mastodon Feed to Home Page + Mastodon Embed component + Adjust Muted color
This commit is contained in:
parent
ff8448a561
commit
7ba92af617
4 changed files with 184 additions and 7 deletions
src/routes
|
@ -1,6 +1,7 @@
|
|||
<script>
|
||||
import {Separator} from "$lib/components/ui/separator";
|
||||
import {OpenInNewWindow} from "radix-icons-svelte";
|
||||
<script lang="ts">
|
||||
import {Separator} from "$lib/components/ui/separator";
|
||||
import {OpenInNewWindow} from "radix-icons-svelte";
|
||||
import Emfed from "$lib/components/Emfed.svelte";
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
|
@ -32,8 +33,8 @@ import {OpenInNewWindow} from "radix-icons-svelte";
|
|||
<OpenInNewWindow />
|
||||
</a>
|
||||
<Separator class="max-w-80" />
|
||||
<p class="font-bold">Subsection</p>
|
||||
<p class="font-bold">Mastodon Feed</p>
|
||||
<Separator class="max-w-80" />
|
||||
<p>Link 4</p>
|
||||
<Emfed account="https://mastodon.neshweb.net/@neshura" maxToots={4} accountId="109199738141333007"/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue