Commit ca4afca5 authored by nimrod's avatar nimrod
Browse files

Create an index.html symlink to resume.html, thus accessing the published...

Create an index.html symlink to resume.html, thus accessing the published directory using a webserver works out of the box.
parent 96e9eb78
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,5 +31,6 @@ clean:

publish: all
	rsync -az resume.html resume.pdf resume.odt resume.docx $(SERVER):$(DEST)
	ssh $(SERVER) "ln -sf resume.html $(DEST)/index.html"

test: clean all