From aa1e60f95ba158c2b84cc36736d45b3a04f886f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Tue, 1 May 2018 23:42:07 +0200 Subject: [PATCH] fix forgotten latexpath and give page url --- doc/config.toml | 2 +- installs.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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