From 6458a0b33c6259dee654c0c7100859f81ecc5627 Mon Sep 17 00:00:00 2001 From: Jordan Kaye Date: Sun, 13 Dec 2020 11:44:17 -0700 Subject: Fix deprecation warnings and correct README - Replace .Hugo and .RSSLink with their newer counterparts - sidebarDescription included in the README and example, but this parameter is not actually used. --- exampleSite/config.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 4c0e868..bad755e 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -13,7 +13,6 @@ theme = "strange-case" colorScheme = "scheme-darkbrown" dateformat = "Jan 2, 2006" description = "A Hugo Theme built with Bootstrap" - sidebarDescription = "A Hugo Theme built with Bootstrap" sidebarFreeText = "A optional paragraph of free text. Set to blank in config.toml to clear..." piwikSiteID = "" piwikURL = "" @@ -26,4 +25,4 @@ theme = "strange-case" [[menu.main]] name = "Bootstrap" post = "" - url = "http://getbootstrap.com" \ No newline at end of file + url = "http://getbootstrap.com" -- cgit v1.2.3