Silly demo site to be used for Netlify Drop.
Preview demo site right here.
Thanks to Rasmus Andersson for creating Inter UI font.
To set up the snippet we can directly use the netlify website:
After checking the console of the browser, we see the message "Hello Bowtie!" appearing:
Have to set up the jobs on CircleCI:
Have to also change the directory so can find index.html: For example site directory = site in this example:
We also need to get access to the env variabes of CircleCI and modify the Build Num value with the commads:
sed "s/CIRCLE_BUILD_NUM/$CIRCLE_BUILD_NUM/" index.html > index1.html
mv index1.html index.html
Finally, we have our website with build number shown at the bottom: https://effulgent-trifle-566bd9.netlify.app