diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-02-05 17:37:00 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-02-05 17:37:00 -0500 |
| commit | fcd74b60581d6617d6fa2c042e60ac9b075c481f (patch) | |
| tree | 7a2edac2498bc48b4c10785d56fb134d6c40d865 | |
| parent | c0ea5c7c35582a1b72782a65d9a977dd2b7938f8 (diff) | |
| download | samanthony.xyz-fcd74b60581d6617d6fa2c042e60ac9b075c481f.zip | |
| -rw-r--r-- | Makefile | 5 | ||||
| m--------- | static/resume | 0 | ||||
| -rw-r--r-- | static/resume.pdf | bin | 40902 -> 42475 bytes | |||
| -rw-r--r-- | static/resume.png | bin | 337850 -> 127847 bytes |
4 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -build: +build: static/resume.png hugo build publish: build @@ -9,3 +9,6 @@ serve: clean: rm -rf public + +static/resume.png: static/resume.pdf + gs -dNOPAUSE -dBATCH -sDEVICE=png16m -r300 -sOutputFile=$@ $< diff --git a/static/resume b/static/resume -Subproject b1a0c8c3a2e0024d55fa1cc90c1526e59d8ca81 +Subproject 0b4568b92838ab9e7e1208634ee18e27d4f6d7e diff --git a/static/resume.pdf b/static/resume.pdf Binary files differindex a961b71..1793e06 100644 --- a/static/resume.pdf +++ b/static/resume.pdf diff --git a/static/resume.png b/static/resume.png Binary files differindex 796d936..ca71f3e 100644 --- a/static/resume.png +++ b/static/resume.png |