done da5e89ee
Steve · 2023-10-23 21:06 11 file(s) · +37 −17
astro.config.ts +1 −1
16 16
  site: "https://stevedylan.dev",
17 17
  markdown: {
18 18
    shikiConfig: {
19 -
      theme: 'rose-pine-moon',
19 +
      theme: 'poimandres',
20 20
      wrap: true
21 21
    }
22 22
  },
public/192x192.png +0 −0

Binary file — no preview.

public/512x512.png +0 −0

Binary file — no preview.

public/apple-touch-icon copy.png +0 −0

Binary file — no preview.

public/favicon.ico +0 −0

Binary file — no preview.

public/icon.svg +2 −2
1 -
<svg width="463" height="357" viewBox="0 0 463 357" fill="none" xmlns="http://www.w3.org/2000/svg">
2 -
<path d="M0 250.119C0 278.465 11.2546 305.651 31.288 325.695C51.3214 345.739 78.4924 357 106.824 357H373.884C394.722 357.022 414.908 349.73 430.925 336.393C446.942 323.055 457.775 304.519 461.537 284.012C465.299 263.505 461.752 242.327 451.512 224.168C441.273 206.009 424.992 192.019 405.504 184.636C409.909 172.101 410.723 158.583 407.854 145.609C404.985 132.635 398.548 120.723 389.269 111.217C379.99 101.71 368.239 94.9895 355.344 91.813C342.449 88.6365 328.923 89.131 316.294 93.2405C308.125 61.8892 288.082 34.9498 260.407 18.1271C232.733 1.30433 199.601 -4.08072 168.027 3.11228C136.454 10.3053 108.918 29.5115 91.251 56.6637C73.584 83.816 67.1732 116.782 73.3761 148.581C52.0252 155.632 33.4405 169.24 20.2666 187.47C7.09278 205.7 0.000851628 227.623 0 250.119Z" fill="#E0DEF4"/>
1 +
<svg width="467" height="433" viewBox="0 0 467 433" fill="none" xmlns="http://www.w3.org/2000/svg">
2 +
<path d="M146.75 29L233.917 203.333L342.875 94.375L451.833 421.25H16L146.75 29Z" stroke="white" stroke-width="21.7917"/>
3 3
</svg>
public/social-card.png +0 −0

Binary file — no preview.

src/components/SocialList.astro +28 −0
114 114
        <span class="sr-only">Ethereum</span>
115 115
      </a>
116 116
    </li>
117 +
118 +
119 +
		<li>
120 +
			<a
121 +
				class="inline-block p-2 sm:hover:text-link"
122 +
				href={SOCIAL_LINKS.farcaster}
123 +
				target="_blank"
124 +
				rel="noopener noreferrer"
125 +
			>
126 +
127 +
128 +
      <svg
129 +
130 +
					xmlns="http://www.w3.org/2000/svg"
131 +
					class="h-5 w-5"
132 +
					viewBox="0 0 24 24"
133 +
					stroke-width="1.5"
134 +
					stroke="currentColor"
135 +
					fill="none"
136 +
					stroke-linecap="round"
137 +
					stroke-linejoin="round"
138 +
        >
139 +
<path d="M1.30081 5.95589L0.663137 3.72734H4.11868H4.61868V3.22734V0.5H19.0974V3.22734V3.72734H19.5974H23.3371L22.7003 5.95589H22.2967H21.7967V6.45589V19.5144V20.0144H22.2967C22.3976 20.0144 22.5064 20.1036 22.5064 20.247V21.1275V21.6275H23.0064H23.1484C23.2487 21.6275 23.3581 21.7161 23.3581 21.8612V22.2418H16.4058V21.8612C16.4058 21.7161 16.5151 21.6275 16.6155 21.6275H16.7574H17.2574V21.1275V20.247C17.2574 20.125 17.34 20.0375 17.4271 20.0183L17.82 19.9314L17.8192 19.529L17.8035 12.3237L17.8035 12.3024L17.8016 12.2813C17.5291 9.15908 14.985 6.68965 11.8581 6.68965C8.73115 6.68965 6.18706 9.15908 5.91448 12.2813L5.91263 12.3025L5.91259 12.3238L5.89816 19.523L5.89729 19.9535L6.32283 20.0183C6.42585 20.034 6.55708 20.0886 6.65436 20.1647C6.71995 20.216 6.73823 20.2498 6.74258 20.2594V21.1275V21.6275H7.24258H7.38452C7.486 21.6275 7.59543 21.7173 7.59543 21.8612V22.2418H0.641941V21.8612C0.641941 21.7173 0.751371 21.6275 0.852847 21.6275H0.994788H1.49479V21.1275V20.247C1.49479 20.1036 1.60357 20.0144 1.70449 20.0144H2.20449V19.5144V6.45589V5.95589H1.70449H1.30081Z"/>
140 +
        </svg>
141 +
				<span class="sr-only">Farcaster</span>
142 +
			</a>
143 +
		</li>
144 +
117 145
		<li>
118 146
			<a
119 147
				class="inline-block p-2 sm:hover:text-link"
src/data/constants.ts +2 −1
23 23
  twitter: "https://twitter.com/stevedylandev",
24 24
  youtube: "https://youtube.com/@stevedylandev",
25 25
  ethereum: "https://rainbow.me/stevedylandev.eth",
26 -
  medium: "https://medium.com/@stevedylandev",
26 +
  farcaster: "https://warpcast.com/stevedylandev.eth",
27 +
  medium: "https://medium.com/@stevedylandev"
27 28
};
src/pages/index.astro +0 −10
75 75
				</a>:
76 76
				<p class="inline-block sm:mt-2">Technical blog posts I've written for Pinata</p>
77 77
			</li>
78 -
			<li>
79 -
				<a
80 -
					href="https://substack.com/profile/92321712-steve"
81 -
					target="_blank"
82 -
					rel="noopener noreferrer"
83 -
					class="cactus-link inline-block"
84 -
					>Substack
85 -
				</a>:
86 -
				<p class="inline-block sm:mt-2">A place where I write a little bit of everthing</p>
87 -
			</li>
88 78
		</ul>
89 79
	</section>
90 80
</PageLayout>
src/pages/videos.astro +4 −3
13 13
		<h1 class="title">Videos</h1>
14 14
		<p>Here are some samples of video content I've produced to help users!</p>
15 15
		<YouTube id="lhJwEckGi4U" />
16 -
    <YouTube id="TaJzw_2hEJI" />
17 -
    <YouTube id="sUVkr_lhE2g" />
18 -
		<YouTube id="YQMktd0llOo" />
16 +
    <YouTube id="sAAstqHabBg" />
17 +
    <YouTube id="hlfVoTNUPWU" />
18 +
		<YouTube id="TaJzw_2hEJI" />
19 +
		<YouTube id="sUVkr_lhE2g" />
19 20
	</div>
20 21
</PageLayout>