From 93b80d0ee17d2404af20db0f920c430bc364716c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 11 Oct 2023 18:18:37 +0200 Subject: [PATCH] docs: advertise new feature #683 --- README.md | 1 + exampleSite/content/_index.en.md | 1 + theme.toml | 6 +++--- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7ac913aaf9..0a6f4bdc1a 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ The Relearn theme is a fork of the great [Learn theme](https://github.com/matcor - [Usable from your local file system via `file://` protocol](https://mcshelby.github.io/hugo-theme-relearn/basics/configuration#serving-your-page-from-the-filesystem) - Support for the [VSCode Front Matter extension](https://github.com/estruyf/vscode-front-matter) for on-premise CMS capabilities - Support for Internet Explorer 11 + - Support for Open Graph and Twitter Cards - **Configurable theming and visuals** - [Configurable brand images](https://mcshelby.github.io/hugo-theme-relearn/basics/customization#change-the-logo) - [Automatic switch for light/dark variant dependend on your OS settings](https://mcshelby.github.io/hugo-theme-relearn/basics/customization#adjusting-to-os-settings) diff --git a/exampleSite/content/_index.en.md b/exampleSite/content/_index.en.md index 923cce14c7..7dff59d832 100644 --- a/exampleSite/content/_index.en.md +++ b/exampleSite/content/_index.en.md @@ -22,6 +22,7 @@ The theme is a fork of the great [Learn theme](https://github.com/matcornic/hugo - [Usable from your local file system via `file://` protocol]({{%relref "basics/configuration#serving-your-page-from-the-filesystem" %}}) - Support for the [VSCode Front Matter extension](https://github.com/estruyf/vscode-front-matter) for on-premise CMS capabilities - Support for Internet Explorer 11 + - Support for Open Graph and Twitter Cards - **Configurable theming and visuals** - [Configurable brand images]({{%relref "basics/customization#change-the-logo" %}}) - [Automatic switch for light/dark variant dependend on your OS settings]({{%relref "basics/customization#adjusting-to-os-settings" %}}) diff --git a/theme.toml b/theme.toml index a37163b1a3..efa1cf401c 100644 --- a/theme.toml +++ b/theme.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/McShelby/hugo-theme-relearn" demosite = "https://mcshelby.github.io/hugo-theme-relearn" tags = ["dark", "dark mode", "docs", "light", "multilingual", "responsive"] features = ["badges", "breadcrumbs", "boxes", "buttons", - "chemical formulae", "customizable", "color variants", + "categories", "chemical formulae", "customizable", "color variants", "dark", "dark mode", "docs", "documentation", "expand", "favicon", "file inclusion", "file system support", "font awesome", "front matter cms", @@ -16,11 +16,11 @@ features = ["badges", "breadcrumbs", "boxes", "buttons", "light", "lightbox", "logo", "math", "mathjax", "menu", "mermaid", "multilingual", "mobile", "nested sections", "notice", - "openapi", "oas", "offline usable", + "oas", "offline usable", "openapi", "open graph", "print", "printable", "responsive", "rss", "rtl", "search", "search page", "sidebar", "sitemap", "subtheme", "swagger", "swaggerui", "syntax highlighting", - "table of contents", "tab", "tabs", "tags", "taxonomy", "themeable", "themes", "toc", "topbar buttons"] + "table of contents", "tab", "tabs", "tags", "taxonomy", "themeable", "themes", "toc", "topbar buttons", "twitter cards"] [module] [module.hugoVersion]