From dcb1f76cc8af2c0557427605bb6ffcfa21ef79c5 Mon Sep 17 00:00:00 2001 From: Nishanth Shanmugham Date: Mon, 21 Dec 2015 03:44:29 -0600 Subject: [PATCH] Update theme.toml Edit description, features, tags Make required Hugo version 0.15 --- theme.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme.toml b/theme.toml index 2cecaad..4aaf8f8 100644 --- a/theme.toml +++ b/theme.toml @@ -1,11 +1,11 @@ name = "Cocoa" license = "MIT" licenselink = "https://github.com/nishanths/cocoa-hugo-theme/blob/master/LICENSE.md" -description = "Clear typography and disturbance-free reading" +description = "Consistent, responsive theme with clean typography" homepage = "https://github.com/nishanths" -tags = ["open-sans", "minimal", "clear", "ionicons"] -features = ["blog", "themes", "responsive", "404", "icons"] -min_version = 0.13 +tags = ["open-sans", "minimal", "clean", "ionicons", "comments"] +features = ["blog", "responsive", "404", "icons", "disqus"] +min_version = 0.15 [author] name = "Nishanth Shanmugham"