my website, hosted on wisp.place
0
fork

Configure Feed

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

feat: matrix

intergrav c581b742 9b1d12c7

+3
+1
src/components/Header.astro
··· 7 7 <nav style="text-align: right"> 8 8 <strong>external:</strong> 9 9 <a href="mailto:devin@devins.page">email</a>, 10 + <a href="https://matrix.to/#/@devin:matrix.org">matrix</a>, 10 11 <a href="https://github.com/intergrav">github</a>, 11 12 <a href="https://www.last.fm/user/devin_real">last.fm</a> 12 13 </nav>
+2
src/pages/index.astro
··· 50 50 <p> 51 51 need to reach out? send me an email at <a href="mailto:devin@devins.page" 52 52 >devin@devins.page</a 53 + > or message me at <a href="https://matrix.to/#/@devin:matrix.org" 54 + >@devin:matrix.org</a 53 55 >. 54 56 </p> 55 57 </Layout>