diff options
author | Jan Raasch <jan@janraasch.com> | 2020-10-01 15:42:00 +0200 |
---|---|---|
committer | Jan Raasch <jan@janraasch.com> | 2020-10-01 15:42:00 +0200 |
commit | 0b121f5eb6a532843a6caaddff5d7ebbf800b642 (patch) | |
tree | f49fa3ad9f47e10bd0239eee6a43fadde04e38fa | |
parent | 0c3efa646d35187f8a57557708c91b276b36fb01 (diff) | |
download | hugo-bearcub-0b121f5eb6a532843a6caaddff5d7ebbf800b642.tar.gz hugo-bearcub-0b121f5eb6a532843a6caaddff5d7ebbf800b642.tar.bz2 |
docs: announce dark mode
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | theme.toml | 6 |
2 files changed, 5 insertions, 3 deletions
@@ -4,6 +4,8 @@ > Free, no-nonsense, super-fast blogging. +This theme now includes a dark color scheme to support dark mode 🦉 ⬛️! + ## Demo For a current & working demo of this theme, please check out https://janraasch.github.io/hugo-bearblog/ 🎯. @@ -4,10 +4,10 @@ name = "Hugo Bear Blog" 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." +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" -tags = ["blog", "responsive", "minimal", "seo", "clean", "simple", "light", "minimalist", "mobile", "fast", "white", "minimalistic", "reading"] -features = ["favicon", "seo", "no stylesheets", "no javascript", "rss"] +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" # https://gohugo.io/content-management/taxonomies#default-taxonomies # https://gohugo.io/templates/taxonomy-templates/#example-list-tags-in-a-single-page-template |