From 0871f16160cac376c3a50726a6c2fa4d10772a08 Mon Sep 17 00:00:00 2001 From: shockrah Date: Tue, 19 Oct 2021 00:20:32 -0700 Subject: [PATCH] * Adding some keys to config however I have to slowly move everything over to the new layout at some point --- config.toml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 375195e..04d42e3 100644 --- a/config.toml +++ b/config.toml @@ -1,11 +1,17 @@ -baseURL = "https://shockrah.gitlab.io/resume" +baseURL = "https://shockrah.gitlab.io" + languageCode = "en-us" -theme = "sada" +theme = "resume" + +[markup.goldmark.renderer] +unsafe= true [params] - title = "Alejandro Santillana" + name = "Alejandro" + description = "A summary of my past and present works" + title = "My personal portfolio" + author = "Alejandro Santillana" - description = "Open source Software Developer" copyright = "" copyright_link = ""