Mirror of my GitHub Pages site
0

Configure Feed

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

Add Bluesky link

Spenser Black (Jul 4, 2026, 1:33 PM EDT) 86952447 dc610d64

+2
+2
src/components/Footer.astro
··· 1 1 --- 2 2 import ExternalLink from "./ExternalLink.astro"; 3 + const bluesky = "https://bsky.app/profile/spenser.black"; 3 4 const codeberg = "https://codeberg.org/spenserblack"; 4 5 const github = "https://github.com/spenserblack"; 5 6 const sourceCode = `${github}/spenserblack.github.io`; ··· 11 12 <li> 12 13 <strong>Socials</strong> 13 14 <ul class="vertical"> 15 + <li><ExternalLink link={bluesky}>Bluesky</ExternalLink></li> 14 16 <li><ExternalLink link={codeberg}>Codeberg</ExternalLink></li> 15 17 <li><ExternalLink link={github}>GitHub</ExternalLink></li> 16 18 </ul>