From 2ab398cd629a98543e5393829735f3303e5abf1a Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 16 Mar 2026 17:34:28 -0400 Subject: set type in ET Book font --- Makefile | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 606c1fc..ebcd1ae 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,15 @@ +MODS = themes/aoidh static/resume + build: static/resume.png hugo build publish: build rsync -rz --delete public/ samanthony.xyz:/var/www/htdocs/samanthony.xyz/ - ipfs add -r public \ - | tail -n1 | awk '{print $$2}' \ - | xargs -I{} ssh samanthony.xyz "IPFS_PATH=/var/kubo ipfs pin add -r {}" + $(eval CID := $(shell ipfs add -r public | tail -n1 | awk '{print $$2}')) \ + ssh m900 "IPFS_PATH=/var/kubo ipfs pin add -r ${CID}" + ipfs name publish --key=www.samanthony.xyz ${CID} -serve: +serve: build hugo serve -DEF clean: @@ -15,3 +17,7 @@ clean: static/resume.png: static/resume.pdf gs -dNOPAUSE -dBATCH -sDEVICE=png16m -r300 -sOutputFile=$@ $< + +${MODS}: + git submodule init + git submodule update --recursive -- cgit v1.2.3