New(ish) Year, New Blog

Yep. switching up the blog tech stack one more time. This time using Gatsby which is based on React and getting deployed using AWS Amplify - the code and content for the blog can be found on my GitHub

BTW: I know you probably thing it's not looking great - "Is this an improvement?!?!", but I'm sort of looking at a pre-2k web asthetic for now.... will likely revisit it sometime (probably not) soon.

Here's what it used to look like for reference...

Old Blog
/* @jsxRuntime classic */ /* @jsx mdx */ const layoutProps = { }; const MDXLayout = "wrapper" export default function MDXContent({ components, ...props }) { return

{`[object Object]`}

; } ; MDXContent.isMDXComponent = true;