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"