From 1b9a3a4690554d771f97308fcc5b174b6c20738e Mon Sep 17 00:00:00 2001 From: budparr Date: Sun, 27 Oct 2019 15:07:17 -0400 Subject: [PATCH] Update Theme.toml and Readme --- README.md | 1 + theme.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c76895e..10d547a 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Features - Internal templates for meta data, google analytics, and DISQUS or COMMENTO comments - RSS Discovery - Table of Contents (must declare `toc: true` in post parameter) +- Stackbit configuration ([Stackbit](https://www.stackbit.com)) Also includes examples of Hugo Features or Functions: diff --git a/theme.toml b/theme.toml index 8630f8b..a2236e0 100755 --- a/theme.toml +++ b/theme.toml @@ -6,7 +6,7 @@ license = "MIT" licenselink = "https://github.com/budparr/gohugo-theme-ananke/blob/master/LICENSE.md" description = "A Base theme for building full featured Hugo sites" homepage = "https://github.com/budparr/gohugo-theme-ananke" -tags = ["website", "starter", "responsive", "Disqus", "blog", "Tachyons", "Multilingual"] +tags = ["website", "starter", "responsive", "Disqus", "blog", "Tachyons", "Multilingual", "Stackbit"] features = ["posts", "shortcodes", "related content", "comments"] min_version = "0.30.2"