diff --git a/.gitignore b/.gitignore index acbc26b..caa6db3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,5 @@ node_modules .vscode build .wrangler -site.css -site.css.map \ No newline at end of file +website.css +website.css.map \ No newline at end of file diff --git a/README.md b/README.md index 5253663..32b4a16 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,6 @@ This will show changes live, exactly as the content will be rendered when run fr To generate the css file during development, run the following: -`npx sass --watch site.scss. site.css` +`npx sass --watch website.scss. website.css` Note: The contact form cannot be tested locally with wrangler as this is not supported by Email Routing, instead you'll need to use the --remote diff --git a/build.sh b/build.sh index dce07fb..0b7ada4 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ mkdir -p build/ cp -r *.png *.xml *.html *.svg *.webmanifest *.ico robots.txt _headers functions contact build -npx sass --quiet --style=compressed --no-source-map site.scss build/site.css \ No newline at end of file +npx sass --quiet --style=compressed --no-source-map website.scss build/website.css \ No newline at end of file diff --git a/contact/index.html b/contact/index.html index 4b5cab2..82bbcea 100644 --- a/contact/index.html +++ b/contact/index.html @@ -4,7 +4,7 @@ Michael Pivato | Contact - + Michael Pivato - + diff --git a/site.scss b/website.scss similarity index 100% rename from site.scss rename to website.scss