From 0d87c63bc361e3e81639d93bab78aaa6f0bde8a2 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Tue, 13 May 2025 07:29:17 +0700 Subject: [PATCH] fix: remove stackbit mentions Signed-off-by: Patrick Kollitsch --- README.md | 1 - theme.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ee1a0a0..6f5e025 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ 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 7c9e8d0..4e835c9 100644 --- a/theme.toml +++ b/theme.toml @@ -4,7 +4,7 @@ licenselink = "https://github.com/theNewDynamic/gohugo-theme-ananke/blob/master/ description = "A Base theme for building full featured Hugo sites" homepage = "https://github.com/theNewDynamic/gohugo-theme-ananke" demosite = "https://ananke-theme.netlify.app/" -tags = ["website", "starter", "responsive", "Disqus", "blog", "Tachyons", "Multilingual", "Stackbit"] +tags = ["website", "starter", "responsive", "Disqus", "blog", "Tachyons", "Multilingual"] features = ["posts", "shortcodes", "related content", "comments"] min_version = "0.128.0"