diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..694dae43 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +node_modules + +# Local Netlify folder +.netlify diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..c4a77261 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,8 @@ +# This configuration file was automatically generated by Gitpod. +# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file) +# and commit this file to your remote git repository to share the goodness with others. + +tasks: + - init: npm install + + diff --git a/README.md b/README.md index df37c31c..6c4a5122 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ +[](https://app.netlify.com/sites/venerable-bienenstitch-3eb5f5/deploys) + + ## Deploying a Static Site with Netlify + +View my netlify website [here](https://netlify-app-1234.netlify.app/). + Hello! This GitHub repo is intended to be used with the article [Deploying a Static Site with Netlify](https://www.codecademy.com/articles/deploying-a-static-site-with-netlify). Make sure to follow the steps as outlined in the article to see how to use Netlify for your deployment needs! -You're free to make changes on your own branch, but for the sake of consistency, we will not be merging any external pull requests. Thank you and happy coding! +I am free to make changes on my own branch, but for the sake of consistency, we will not be merging any external pull requests. Thank you and happy coding! diff --git a/index.html b/index.html index 219832bf..074f34d6 100644 --- a/index.html +++ b/index.html @@ -7,14 +7,39 @@ -