Skip to content

Commit

Permalink
Replace neverdone logo
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpner committed Feb 16, 2024
1 parent ab12958 commit aa08845
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
_site
.sass-cache
.jekyll-cache
.jekyll-metadata
Portfolio-Raw.pdf
vendor
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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

Binary file modified Portfolio.pdf
Binary file not shown.

0 comments on commit aa08845

Please sign in to comment.