Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 529 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 529 Bytes

thedavidandhelen.com

Helen and I are getting married. I'm building this site to help with organising stuff like rsvp responses and givign people information on hotels etc.

Hosted on netlify

Building the site

You might not know me or Helen, so are probably more interested in how I built it. I started with the gatsby starter:

gatsby new thedavidandhelen-com.

I then added a few plugin to help, namely gatsby-plugins-sass so that I could make use of bulma. Sass also seems a lot more intuitive than plain css.