Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

hallee/blog.hal.codes

Repository files navigation

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/