personal site
0
fork

Configure Feed

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

feat: stub routes

serenity d9afbb08 0cbf5e4b

+10
+5
src/pages/blog.astro
··· 1 + --- 2 + import BaseLayout from "../layouts/BaseLayout.astro"; 3 + --- 4 + 5 + <BaseLayout><div>Blomg</div></BaseLayout>
+5
src/pages/thoughtlog.astro
··· 1 + --- 2 + import BaseLayout from "../layouts/BaseLayout.astro"; 3 + --- 4 + 5 + <BaseLayout><div>Thoughtlog</div></BaseLayout>