From 33e51d6b58f0a932dc6f0c1cb3ae2ec687c359c8 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Sun, 9 Feb 2025 15:32:48 +0700 Subject: [PATCH] content(fix): add Netlify demo site to theme.toml Signed-off-by: Patrick Kollitsch --- theme.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.toml b/theme.toml index 71ce419..7c9e8d0 100644 --- a/theme.toml +++ b/theme.toml @@ -3,6 +3,7 @@ license = "MIT" licenselink = "https://github.com/theNewDynamic/gohugo-theme-ananke/blob/master/LICENSE.md" 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"] features = ["posts", "shortcodes", "related content", "comments"] min_version = "0.128.0"