diff --git a/.firebase/hosting.ZGVwbG95L3B1YmxpYw.cache b/.firebase/hosting.ZGVwbG95L3B1YmxpYw.cache new file mode 100644 index 0000000..66dd367 --- /dev/null +++ b/.firebase/hosting.ZGVwbG95L3B1YmxpYw.cache @@ -0,0 +1,3 @@ +index.html,1601135770257,783a8587b1f4bfe5cab2720db964ad1403867f4564e432d8a162fd071b7f88b3 +resume.css,1601135770259,9561dffbb8787cf3367cce3e3eb1169b74852e6fe7c4f8422bf9ad39affdd2d8 +resume.pdf,1601135770262,18dc10553179ec90011b467230c98cc81d7687ee8de3782cda47c4cbb4c079c0 diff --git a/.firebaserc b/.firebaserc new file mode 100644 index 0000000..281eef4 --- /dev/null +++ b/.firebaserc @@ -0,0 +1,5 @@ +{ + "projects": { + "default": "blapointe-com" + } +} diff --git a/deploy.firebase.sh b/deploy.firebase.sh new file mode 100644 index 0000000..eed69ed --- /dev/null +++ b/deploy.firebase.sh @@ -0,0 +1,20 @@ +#! /bin/bash + +set -o pipefail +set -e + +if ! which firebase; then + sudo npm install -g firebase-tools +fi + +outdir=./deploy + +rm -rf $outdir +mkdir -p $outdir/public +cp ./resume.md-main/resume.html $outdir/public/index.html +cp ./resume.md-main/resume.css $outdir/public/ +cp ./resume.md-main/resume.pdf $outdir/public/ + +# firebase login +# firebase init +firebase deploy diff --git a/firebase.json b/firebase.json new file mode 100644 index 0000000..134b295 --- /dev/null +++ b/firebase.json @@ -0,0 +1,10 @@ +{ + "hosting": { + "public": "deploy/public", + "ignore": [ + "firebase.json", + "**/.*", + "**/node_modules/**" + ] + } +} diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..829eda8 --- /dev/null +++ b/public/404.html @@ -0,0 +1,33 @@ + + +
+ + +The specified file was not found on this website. Please check the URL for mistakes and try again.
+This page was generated by the Firebase Command-Line Interface. To modify it, edit the 404.html file in your project's configured public directory.
You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!
+ Open Hosting Documentation +Firebase SDK Loading…
+ + + + diff --git a/resume.md-main/postamble.html b/resume.md-main/postamble.html index 09865ee..e537ef1 100755 --- a/resume.md-main/postamble.html +++ b/resume.md-main/postamble.html @@ -1,4 +1,8 @@ + + + +