M publish.sh => publish.sh +0 -8
@@ 26,11 26,3 @@ done
# zip everything, but keep original
find "$PUBLIC" -type f -exec gzip -k "{}" \;
-
-# download CVs from dedicated repo
-mkdir -p "$PUBLIC/cv"
-curl https://lobisquit.gitlab.io/cv/Enrico_Lovisotto_CV_en.pdf \
- --output "$PUBLIC/cv/EL_english.pdf"
-
-curl https://lobisquit.gitlab.io/cv/Enrico_Lovisotto_CV_it.pdf \
- --output "$PUBLIC/cv/EL_italian.pdf"
M website/index.html => website/index.html +2 -2
@@ 51,9 51,9 @@
</ul>
<p>Curriculum Vitae available in
- <a href="cv/EL_english.pdf">English</a>
+ <a href="https://cv.lovisotto.it/Enrico_Lovisotto_CV_en.pdf">English</a>
and in
- <a href="cv/EL_italian.pdf">Italian</a>
+ <a href="https://cv.lovisotto.it/Enrico_Lovisotto_CV_it.pdf">Italian</a>
</p>
</body>
</html>