drop open-resume for homebrewed go template of open-resume because yaml file easier

This commit is contained in:
bel
2023-10-15 14:52:37 -06:00
parent 50f5741041
commit c543a78033
10 changed files with 10 additions and 266 deletions

View File

@@ -8,7 +8,7 @@ cd src
if which vale; then
f=$(mktemp)
cat open-resume.com.d/local-storage-about-srcdoc-open-resume.json | sed 's/"[^"]*":/"."/g' > $f
cp homebrew/homebrew.yaml $f
vale sync
vale $f || true
fi
@@ -29,9 +29,8 @@ trap cleanup EXIT
rm -rf $outdir
mkdir -p $outdir/public
cp ./open-resume.com.d/resume.html.2 $outdir/public/index.html
cp ./open-resume.com.d/resume.pdf $outdir/public/BreeLaPointeResume.pdf
cp -r ./open-resume.com.d/fonts $outdir/public/
cp homebrew/homebrew.html $outdir/public/index.html
cp -r ./homebrew/fonts $outdir/public/
(
if ! which woff2_compress; then