thoughts.sort()

Hello Gatsby

March 29, 2020

Tags: javascript, gatsby, this site

This is me deploying a Gatsby site to S3. Very exiting!

To add new posts, all I need to do is add a new directory with a markdown file under ./blog. The build script takes care of the rest.

Once I’m satisfied with changes or a new article, I first push it to Github and then I build and deploy with yarn, like this:

$ yarn run build && yarn run deploy

Gatsby Logo