diff --git a/doc/config.toml b/doc/config.toml index 1e7eb2b..fe1bf62 100644 --- a/doc/config.toml +++ b/doc/config.toml @@ -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" diff --git a/installs.sh b/installs.sh index 8250546..698087a 100755 --- a/installs.sh +++ b/installs.sh @@ -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