/blog.hal.codes

✍️ My blog. Yep, here we go, yet another React blog frontend

Primary LanguageJavaScriptMIT LicenseMIT

Here’s my overwrought blog.

It pulls Markdown content from a GraphQL API and uses Gatsby to render it into a static site. It’s hosted on Netlify for free.

screenshot of blog.hal.codes

Development

Development build:

yarn install
yarn run develop # http://localhost:8000/

Production build, no hot-reloading:

yarn run serve # http://localhost:9000/