From 54d23d5eb1463cd3b524288eb32d8faeeae49efb Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Sun, 28 Mar 2021 03:58:43 -0500 Subject: [PATCH] evolving --- .firebase/hosting.ZGVwbG95L3B1YmxpYw.cache | 3 + .firebaserc | 5 ++ deploy.firebase.sh | 20 ++++++ firebase.json | 10 +++ public/404.html | 33 +++++++++ public/index.html | 80 ++++++++++++++++++++++ resume.md-main/postamble.html | 4 ++ resume.md-main/resume.html | 42 +++++++++--- resume.md-main/resume.md | 35 +++++++--- resume.md-main/setup.sh | 1 + 10 files changed, 213 insertions(+), 20 deletions(-) create mode 100644 .firebase/hosting.ZGVwbG95L3B1YmxpYw.cache create mode 100644 .firebaserc create mode 100644 deploy.firebase.sh create mode 100644 firebase.json create mode 100644 public/404.html create mode 100644 public/index.html 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 @@ + + + + + + Page Not Found + + + + +
+

404

+

Page Not Found

+

The specified file was not found on this website. Please check the URL for mistakes and try again.

+

Why am I seeing this?

+

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.

+
+ + diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..1dbd640 --- /dev/null +++ b/public/index.html @@ -0,0 +1,80 @@ + + + + + + Welcome to Firebase Hosting + + + + + + + + + + + + + + + + + +
+

Welcome

+

Firebase Hosting Setup Complete

+

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 @@ + + + +