From 3f533162660a518cad59ad88f34d93fa4cd519d0 Mon Sep 17 00:00:00 2001 From: Joe Hutchinson Date: Tue, 18 Dec 2018 14:42:09 -0500 Subject: [PATCH] Update config.toml --- exampleSite/config.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index bea2679..64e89cf 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,7 +1,6 @@ -baseurl = "https://gohugo.io/" +baseurl = "http://example.org" title = "Hugo Themes - aether" -author = "Steve Francia" -copyright = "Copyright © 2008–2018, Steve Francia and the Hugo Authors; all rights reserved." +author = "Joe Hutchinson" canonifyurls = true paginate = 3 theme = "aether" @@ -9,4 +8,4 @@ theme = "aether" [params] brand = "aether" description = "aether Hugo theme for blogs" -bgimg = "/img/ignasi_pattern_s.png" \ No newline at end of file +bgimg = "/img/ignasi_pattern_s.png"