Jamesking56 / jamesking.dev

My personal website
https://jamesking.dev
MIT License
1 stars 2 forks source link

Move to Netlify #50

Closed Jamesking56 closed 5 years ago

Jamesking56 commented 5 years ago

Migrate the site to Netlify. Migrating offers these benefits:

  1. Netlify supports automatic deployment from Git and PR deploy previews.
  2. We can (eventually) remove the jamesking56.uk cPanel account
  3. We can instantly test any Dependabot updates as a PR deploy preview will be generated by Netlify
  4. We can store Netlify config as code
  5. Netlify can handle the contact form, meaning spam prevention will also be provided (goodbye contact.php and recaptcha!)
  6. Netlify allows us to inject scripts outside of the code, meaning we could inject Smartlook and other analytics without needing commits in this repo.
  7. Allows me to completely delete my Codeship account

Todo