Website to collect ideas/encourage me to build up a portfolio using various technologies etc. This was the first version of http://www.cdmonkey.uk/cat/this-website (which has more details)
gatsby develop
(hosts at localhost:8000)
gatsby build
(creates static public folder)
gsutil rsync -R public gs://www.cdmonkey.uk
(uploads public folder to be hosted)