Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/janraasch/hugo-bearblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Raasch <jan@janraasch.com>2020-10-01 16:53:45 +0300
committerJan Raasch <jan@janraasch.com>2020-10-01 16:53:45 +0300
commit66e7de35223c14c56a5e3b9ccc761bda78aa1aae (patch)
treeda59e02c4e4d6fc259b54f111693a43ac0aea2c1
parent0b121f5eb6a532843a6caaddff5d7ebbf800b642 (diff)
docs: add dark screenshot
-rw-r--r--README.md10
-rw-r--r--images/screenshot-dark.pngbin0 -> 36748 bytes
2 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index fec0ca9..2ec1e43 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,14 @@
This theme now includes a dark color scheme to support dark mode 🦉 ⬛️!
+## Screenshots
+
+⬜️ [Light][light-screenshot]
+
+⬛️ [Dark][dark-screenshot]
+
+If the user's browser is running »dark mode«, the dark color scheme will be used automatically. The default is the light/white color scheme. Check out [`style.html`](https://github.com/janraasch/hugo-bearblog/blob/master/layouts/partials/style.html) for the implementation.
+
## Demo
For a current & working demo of this theme, please check out https://janraasch.github.io/hugo-bearblog/ 🎯.
@@ -81,3 +89,5 @@ A special thank you goes out to [Herman](https://herman.bearblog.dev), for creat
[paypal-svg]: https://img.shields.io/badge/onetime-donation-11dde2.svg?logo=paypal
[github-sponsors-svg]: https://img.shields.io/badge/recurring-sponsorship-ee4aaa.svg?logo=github
[hugo-setup-guide]: https://gohugo.io/getting-started/installing
+[light-screenshot]: https://github.com/janraasch/hugo-bearblog/blob/master/images/screenshot.png
+[dark-screenshot]: https://github.com/janraasch/hugo-bearblog/blob/master/images/screenshot-dark.png
diff --git a/images/screenshot-dark.png b/images/screenshot-dark.png
new file mode 100644
index 0000000..fb9fdf1
--- /dev/null
+++ b/images/screenshot-dark.png
Binary files differ