mirror of
https://gitlab.com/Titan-C/org-cv.git
synced 2024-11-14 18:48:30 +00:00
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"
|
||||
title = "Org CV backend export"
|
||||
theme = "project-landing-page"
|
||||
|
|
|
@ -8,6 +8,7 @@ hugo version
|
|||
|
||||
# Latex
|
||||
latexdir=/root/texmf/tex/latex
|
||||
mkdir -p $latexdir
|
||||
echo "Install altacv"
|
||||
wget https://github.com/Titan-C/AltaCV/archive/sections.zip
|
||||
unzip -j sections.zip -d $latexdir/AltaCV
|
||||
|
|
Loading…
Reference in a new issue