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

github.com/ExchangeRate-API/strange-case.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Kaye <jordan.kaye2@gmail.com>2020-12-13 21:44:17 +0300
committerJordan Kaye <jordan.kaye2@gmail.com>2020-12-13 21:44:17 +0300
commit6458a0b33c6259dee654c0c7100859f81ecc5627 (patch)
tree148f0a176a09d7a4b9a28994a321513f4db80801 /exampleSite
parent26404ab591859b728b677f00b31e2d42f6775311 (diff)
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.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml3
1 files changed, 1 insertions, 2 deletions
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 = "<span class='glyphicon glyphicon-ok'></span>"
- url = "http://getbootstrap.com" \ No newline at end of file
+ url = "http://getbootstrap.com"