cspringer.co

Blog setup

July 10, 2019

Basics

I'm setting up a blog and hosting it on now.sh.

I'm building this using Gatsby, with markdown for all posts.

Deployment

To deploy via ZEIT now I had to run:

now domains add cspringer.co

This listed out the nameservers I needed to change on the Google Domains side for cspringer.co . This domain also has to be listed under "alias" in the now.json file.

Then after running the typical

now 

I just ran

now --target production

That's it.

Todo

I plan to:

  • integrate Tailwind CSS
  • further componentize various sections
  • add better fonts & typography
  • optimize all the things
Back to blog posts