From 60a6100b3746c498e1c665164382871dd807b549 Mon Sep 17 00:00:00 2001 From: mertbakir <2335694-mertbakir@users.noreply.gitlab.com> Date: Tue, 1 Sep 2020 08:41:06 +0300 Subject: Hugo Kinds are disabled. --- exampleSite/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index cb08250..82617b6 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,7 +1,7 @@ -baseURL = "https://example.com" +baseURL = "/" languageCode = "en-us" title = "Résumé | MERT BAKIR" -disableKinds = ["taxonomy", "term"] +disableKinds = ["taxonomy", "term", "page", "section", "RSS", "sitemap", "robotsTXT", "404"] theme = "resume-A4" [params] @@ -29,4 +29,4 @@ footer = true linkedin = "https://www.linkedin.com/in/mertbakir/" gitlab = "https://gitlab.com/mertbakir/resume-A4" website = "https://mertbakir.gitlab.io/about/" -download = "" \ No newline at end of file +download = "resume.pdf" \ No newline at end of file -- cgit v1.2.3