From cdbb2ca9f8459aece5f2521eed2f0250feb5f13a Mon Sep 17 00:00:00 2001 From: Vincent Tam Date: Thu, 13 Dec 2018 05:06:53 +0100 Subject: [PATCH] Update theme.toml Add "staticman" to the list of features --- theme.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.toml b/theme.toml index 1f8a174..854675c 100644 --- a/theme.toml +++ b/theme.toml @@ -2,8 +2,8 @@ name = "hyde-hyde" license = "MIT" licenselink = "https://github.com/htr3n/hyde-hyde/blob/master/LICENSE.md" description = "A simply cool Hyde inspired theme" -tags = ["blog", "theme", "hyde", "highlight.js", "font-awesome", "google analytics", "disqus", "personal", "syntax highlighting", "responsive", "graphcomment"] -features = ["blog", "theme", "highlight.js", "font-awesome", "responsive", "disqus", "graphcomment", "portfolio"] +tags = ["blog", "theme", "hyde", "highlight.js", "font-awesome", "google analytics", "disqus", "personal", "syntax highlighting", "responsive", "graphcomment", "staticman"] +features = ["blog", "theme", "highlight.js", "font-awesome", "responsive", "disqus", "graphcomment", "portfolio", "staticman"] homepage = "https://github.com/htr3n/hyde-hyde" min_version = "0.43"