forked from mirrors/org-cv
fix forgotten latexpath and give page url
This commit is contained in:
parent
9997c83f7f
commit
aa1e60f95b
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue