From 998cd49eca1921a08173a409a756c3becae26753 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 21 Jan 2023 23:41:43 +0100 Subject: update CV URL --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9bff86f..4a3572f 100644 --- a/Makefile +++ b/Makefile @@ -42,11 +42,11 @@ serve: $(jekyll) serve URL := http://localhost:4000/ -SKIP := /blog,/cv,/jekyll-theme,/sorting-algorithms,/status,/void,/wireguard-config +SKIP := -R cv.pdf -X /blog,/jekyll-theme,/sorting-algorithms,/status,/void,/wireguard-config .PHONY: wget wget: - wget --no-verbose --recursive --no-parent --convert-links --adjust-extension -e robots=off --directory-prefix=.wget -X '$(call escape,$(SKIP))' -- '$(call escape,$(URL))' + wget --no-verbose --recursive --no-parent --convert-links --adjust-extension -e robots=off --directory-prefix=.wget $(SKIP) -- '$(call escape,$(URL))' .PHONY: view view: -- cgit v1.2.3