diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0e4b729 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +_site +.sass-cache +.jekyll-cache +.jekyll-metadata +Portfolio-Raw.pdf +vendor diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..cdf0538 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +.PHONY: compress + +compress: + gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/default \ + -dNOPAUSE -dQUIET -dBATCH -dDetectDuplicateImages \ + -dCompressFonts=true -r72 -sOutputFile=Portfolio.pdf Portfolio-Raw.pdf + rm Portfolio-Raw.pdf + diff --git a/Portfolio.pdf b/Portfolio.pdf index 0397309..ab1dfed 100644 Binary files a/Portfolio.pdf and b/Portfolio.pdf differ