diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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: @@ -5,7 +5,7 @@ main: - email - url: /blog/ name: blog - - url: /cv/cv.pdf + - url: /cv.pdf name: cv - github - url: /void/ |