Go to file
bel f62ab35fa8 use variable findings to set build_before/after to varaible for checking if should docker build 2023-10-15 08:16:30 -06:00
.firebase deploy.firebase.sh cicd read 2023-10-11 20:01:19 -06:00
.harness use variable findings to set build_before/after to varaible for checking if should docker build 2023-10-15 08:16:30 -06:00
json-resume readme 2023-07-06 23:16:36 -06:00
open-resume.com.d agro 2023-10-11 21:03:43 -06:00
.firebaserc readme 2023-07-06 23:16:36 -06:00
.gitignore un-ignore resume.pdf 2023-10-11 20:34:50 -06:00
.vale.ini agro 2023-10-11 21:01:37 -06:00
Dockerfile.cicd whitespace dockerfile 2023-10-15 08:16:11 -06:00
README.md readme 2023-10-14 20:44:34 -06:00
deploy.firebase.sh move vale to inside deploy.firebase.sh 2023-10-15 08:09:01 -06:00
firebase.json readme 2023-07-06 23:16:36 -06:00
go.mod readme 2023-07-06 23:16:36 -06:00
go.sum readme 2023-07-06 23:16:36 -06:00
homebrew.html stub 2023-10-02 22:30:59 -06:00
homebrew.sh stub 2023-10-02 22:30:59 -06:00
homebrew.tmpl stub 2023-10-02 22:30:59 -06:00
homebrew.yaml 1:1 from open-resume to homebrew.yaml 2023-10-02 21:33:42 -06:00
main.go readme 2023-07-06 23:16:36 -06:00

README.md

Resume

  1. open https://www.open-resume.com/resume-builder
  2. in browser, inspect > storage > local storage > about:srcdoc
  3. cat ./open-resume.com.d/local*.json
  4. paste into about:srcdoc Value
  5. refresh
  6. download resume as ./open-resume.com.d/resume.pdf
  7. inspect iframe > <html> > copy outer HTML
  8. pbpaste > ./open-resume.com.d/resume.html
  9. cd ./open-resume.com.d/; bash ./clean_resume_html.sh; cd ..
  10. bash ./deploy.firebase.sh

Today

  1. gitness.inhome.blapointe.com has a ./.harness pipeline
  2. the pipeline
    1. renders Resume as $(mktemp -d)/public
    2. clones gitlab
    3. replaces gitlab with .../public/
    4. pushes gitlab
      1. render detects public repo event and updates its static site hosting for breel.dev
    5. firebase deploys .../public/ for blapointe.com