fix forgotten latexpath and give page url

This commit is contained in:
Óscar Nájera 2018-05-01 23:42:07 +02:00
parent 9997c83f7f
commit aa1e60f95b
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
baseURL = "http://example.org/" baseURL = "https://titan-c.gitlab.io/org-cv/"
languageCode = "en-us" languageCode = "en-us"
title = "Org CV backend export" title = "Org CV backend export"
theme = "project-landing-page" theme = "project-landing-page"

View file

@ -8,6 +8,7 @@ hugo version
# Latex # Latex
latexdir=/root/texmf/tex/latex latexdir=/root/texmf/tex/latex
mkdir -p $latexdir
echo "Install altacv" echo "Install altacv"
wget https://github.com/Titan-C/AltaCV/archive/sections.zip wget https://github.com/Titan-C/AltaCV/archive/sections.zip
unzip -j sections.zip -d $latexdir/AltaCV unzip -j sections.zip -d $latexdir/AltaCV