From 0ef3a39f2fa47839a8c3f1ae71798072418c255b Mon Sep 17 00:00:00 2001 From: Alexis Tacnet Date: Wed, 18 Jan 2017 09:28:11 +0100 Subject: [PATCH] Fix default theme in exampleSite and update min version of hugo --- exampleSite/config.toml | 4 ++-- theme.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8aca2bc..db7d0b2 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,5 +1,5 @@ baseurl = "https://example.com/" -theme = "cocoa-eh-hugo-theme" +theme = "cocoa-eh" builddrafts = true canonifyurls = true contentdir = "content" @@ -25,4 +25,4 @@ lang = "en" github = "https://github.com/example" email = "you@example.com" linkedin = "example" -twitter = "@example" \ No newline at end of file +twitter = "@example" diff --git a/theme.toml b/theme.toml index 3e6a2a6..e61f8af 100644 --- a/theme.toml +++ b/theme.toml @@ -5,7 +5,7 @@ description = "A enhanced version of Cocoa. Consistent, responsive theme with cl homepage = "https://github.com/fuegowolf/cocoa-eh-hugo-theme" tags = ["open-sans", "minimal", "clean", "ionicons", "comments"] features = ["blog", "responsive", "404", "icons", "disqus", "metadata"] -min_version = 0.15 +min_version = 0.18 [author] name = "Alexis Tacnet" @@ -14,4 +14,4 @@ min_version = 0.15 [original] name = "Nishanth Shanmugham" homepage = "https://github.com/nishanths" - repo = "https://www.github.com/nishanths/cocoa-hugo-theme" \ No newline at end of file + repo = "https://www.github.com/nishanths/cocoa-hugo-theme"