Mirror of my GitHub Pages site
0

Configure Feed

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

List goals for creating site

Spenser Black (Jul 4, 2026, 10:56 AM EDT) dc610d64 9a32a283

+19 -4
+19 -4
src/pages/index.astro
··· 33 33 --- 34 34 35 35 <BaseLayout title={title}> 36 + <p> 37 + 👋 This is my personal site. Why did I make a personal site? For these 38 + reasons: 39 + </p> 40 + <ul> 41 + <li> 42 + Give myself an excuse to buy the <a href="//spenser.black" 43 + ><code>spenser.black</code></a 44 + > domain. 45 + </li> 46 + <li> 47 + Teach myself <ExternalLink link="https://astro.build/">Astro</ExternalLink 48 + >. 49 + </li> 50 + </ul> 51 + 36 52 <h2>Introduction</h2> 37 53 <p> 38 - 👋 This is my personal site. I'm a developer, both for work and as a hobby, 39 - and I enjoy using the following languages: 54 + I'm a developer, both for work and as a hobby, and I enjoy using the 55 + following languages: 40 56 </p> 41 57 <LinkList items={languages} /> 42 58 <p> ··· 49 65 > or <ExternalLink link="https://vuejs.org/">Vue</ExternalLink>. This site 50 66 has been written with <strong 51 67 ><ExternalLink link="https://astro.build/">Astro</ExternalLink></strong 52 - >, both as a means of teaching myself Astro and also because it seemed like 53 - a good tool to build this site. 68 + >, since it seemed like a good tool to build a static site. 54 69 </p> 55 70 56 71 <p>