Skip to content

Latest commit

 

History

History
49 lines (22 loc) · 1.96 KB

README.md

File metadata and controls

49 lines (22 loc) · 1.96 KB

Thanos JS (demo site)

Silly demo site to be used for Netlify Drop.

Preview demo site right here.

Thanks to Rasmus Andersson for creating Inter UI font.

Steps to recreate:

Deploy on netlify: image

To set up the snippet we can directly use the netlify website:

image

After checking the console of the browser, we see the message "Hello Bowtie!" appearing:

image

Have to set up the jobs on CircleCI:

image

Have to also change the directory so can find index.html: For example site directory = site in this example: image

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

image

We set the headers in _headers, we get a score of 110: image