From 5956746861635af31f5d77f3e36d06228e534a19 Mon Sep 17 00:00:00 2001 From: Darshan Baral Date: Tue, 2 Jul 2019 20:59:30 -0700 Subject: Update config.toml --- exampleSite/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index a902628..51fe370 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,4 +1,4 @@ -baseurl = "/" +baseURL = "https://www.example.org/" title = "My Blog Site" theme = "khata" languageCode = "en-us" @@ -35,4 +35,4 @@ disableKinds = ["taxonomyTerm"] [[params.social]] name = "Email" link = "mailto:username@domain.com" - iconclass= "fas fa-envelope" \ No newline at end of file + iconclass= "fas fa-envelope" -- cgit v1.2.3