drop open-resume for homebrewed go template of open-resume because yaml file easier
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user