From b2481dc4b1871d9c8309ef484de3c1a6e6bda109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 22 Feb 2022 00:18:56 +0100 Subject: [PATCH] docs: announce dark mode #188 --- exampleSite/content/_index.en.md | 2 +- exampleSite/content/basics/customization/_index.en.md | 2 +- theme.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/exampleSite/content/_index.en.md b/exampleSite/content/_index.en.md index 18e24e6d59..91a3d14ed8 100644 --- a/exampleSite/content/_index.en.md +++ b/exampleSite/content/_index.en.md @@ -24,7 +24,7 @@ See [what's new]({{% relref "basics/migration" %}}) within the latest update. * [Attachments files]({{%relref "shortcodes/attachments" %}}) * [List child pages]({{%relref "shortcodes/children" %}}) * [Mermaid diagram]({{%relref "shortcodes/mermaid" %}}) (flowchart, sequence, gantt) -* [Customizable look and feel and theme variants]({{%relref "basics/customization"%}}) +* [Customizable look and feel and light or dark theme variants]({{%relref "basics/customization"%}}) * [Buttons]({{%relref "shortcodes/button" %}}) * [Tip/Note/Info/Warning boxes]({{%relref "shortcodes/notice" %}}) * [Expand]({{%relref "shortcodes/expand" %}}) diff --git a/exampleSite/content/basics/customization/_index.en.md b/exampleSite/content/basics/customization/_index.en.md index 832494ed6e..c91dc65912 100644 --- a/exampleSite/content/basics/customization/_index.en.md +++ b/exampleSite/content/basics/customization/_index.en.md @@ -47,7 +47,7 @@ If you need to change this default behavior, create a new file in `layouts/parti ## Change the colors {#theme-variant} -The Relearn theme lets you choose between some predefined color variants, but feel free to add one yourself! +The Relearn theme lets you choose between some predefined color variants in light or dark mode, but feel free to add one yourself! You can preview the shipped variants by changing them in the variant selector at the bottom of the menu. diff --git a/theme.toml b/theme.toml index fff4544f30..4dadfb36eb 100644 --- a/theme.toml +++ b/theme.toml @@ -4,8 +4,8 @@ licenselink = "https://github.com/McShelby/hugo-theme-relearn/blob/main/LICENSE" description = "A theme for Hugo designed for documentation" homepage = "https://github.com/McShelby/hugo-theme-relearn" demosite = "https://mcshelby.github.io/hugo-theme-relearn" -tags = ["docs", "documentation", "grav", "learn", "multilingual", "relearn", "search"] -features = ["documentation", "expand", "include", "menu", "mermaid", "multilingual", "nested sections", "notice", "search", "tabs", "themeable"] +tags = ["dark", "dark mode", "docs", "light", "multilingual"] +features = ["dark mode", "documentation", "expand", "include", "light mode", "menu", "mermaid", "multilingual", "nested sections", "notice", "search", "tabs", "themeable"] [author] name = "Sören Weber"