diff --git a/package.json b/package.json index d74c5d7..547fbeb 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "test": "echo \"Error: no test specified\" && exit 1", "dev": "sass --no-source-map src/scss/theme.scss dist/site.css && cp src/index.html dist/index.html && cp -R src/img dist && cp -R src/icons dist", "prod": "sass --no-source-map src/scss/theme.scss dist/site.css && cp src/index.html dist/index.html && cp -R src/img dist && cp -R src/icons dist", - "watch": "sass --no-source-map --watch src/scss/theme.scss dist/site.css" + "watch": "sass --no-source-map --watch src/scss/theme.scss dist/site.css", + "publish": "cp -R public/* /var/www/andrewgioia.com/*" }, "repository": { "type": "git", diff --git a/src/favicon.ico b/src/favicon.ico new file mode 100644 index 0000000..88cd8eb Binary files /dev/null and b/src/favicon.ico differ diff --git a/src/index.html b/src/index.html index c0ccfc2..f87f317 100644 --- a/src/index.html +++ b/src/index.html @@ -1,11 +1,13 @@ + Andrew Gioia + - - Andrew Gioia - + + +