diff options
author | Jan Raasch <jan@janraasch.com> | 2021-08-09 19:28:03 +0200 |
---|---|---|
committer | Jan Raasch <jan@janraasch.com> | 2021-08-09 19:28:03 +0200 |
commit | a09bc35d1a4af7456c8362d4088a9e57940eb4e5 (patch) | |
tree | b078f713c25b871e293dde019743c0cd0363ed3c /theme.toml | |
parent | d3a86c7c6d23cfe6f82d7d8405e3ab522e693a22 (diff) | |
download | hugo-bearcub-a09bc35d1a4af7456c8362d4088a9e57940eb4e5.tar.gz hugo-bearcub-a09bc35d1a4af7456c8362d4088a9e57940eb4e5.tar.bz2 |
chore: add demosite to theme.toml
see https://github.com/gohugoio/hugoThemesSiteBuilder#theme-configuration
Diffstat (limited to 'theme.toml')
-rw-r--r-- | theme.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |