Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormertbakir <2335694-mertbakir@users.noreply.gitlab.com>2020-09-01 08:41:06 +0300
committermertbakir <mertbakxr@gmail.com>2020-09-01 08:43:00 +0300
commit60a6100b3746c498e1c665164382871dd807b549 (patch)
treec1c303cdc1bed96ea837caa27d5c588375581637
parent4c0540d3cff2510c0b86bfb5fdc37af4d6e1d89d (diff)
Hugo Kinds are disabled.
-rw-r--r--exampleSite/config.toml6
1 files 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