From a09bc35d1a4af7456c8362d4088a9e57940eb4e5 Mon Sep 17 00:00:00 2001 From: Jan Raasch Date: Mon, 9 Aug 2021 19:28:03 +0200 Subject: [PATCH] chore: add demosite to theme.toml see https://github.com/gohugoio/hugoThemesSiteBuilder#theme-configuration --- theme.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.toml b/theme.toml index 4dc5442..47199ab 100644 --- a/theme.toml +++ b/theme.toml @@ -6,6 +6,7 @@ license = "MIT" licenselink = "https://github.com/janraasch/hugo-bearblog/blob/master/LICENSE" description = "A Hugo theme based on »Bear Blog«. Free, no-nonsense, super-fast blogging. »Bear Blog« now includes a dark color scheme to support dark mode!" homepage = "https://github.com/janraasch/hugo-bearblog" +demosite = "https://janraasch.github.io/hugo-bearblog/" tags = ["blog", "responsive", "minimal", "seo", "clean", "simple", "light", "minimalist", "mobile", "fast", "white", "minimalistic", "reading", "dark mode"] features = ["favicon", "seo", "no stylesheets", "no javascript", "rss", "dark mode"] min_version = "0.73.0"