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

github.com/tylerjlawson/simple-resume.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Lawson <tylerjlawson2@gmail.com>2020-10-15 06:07:49 +0300
committerTyler Lawson <tylerjlawson2@gmail.com>2020-10-15 06:07:49 +0300
commit8b56d47a647c2cb748e2716966e5073fb7d1cfd0 (patch)
tree818e25c0a568f94a29a562d006a01af299accb5c
parent459f1992dd9c25c9ba477db5f05352b56049aefe (diff)
set base url to example.com
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 19910fb..e334634 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,3 +1,4 @@
title = "George's Resume"
+baseURL = "https://example.com"
theme = "simple-resume"
disableKinds = ["taxonomy", "term"]