diff --git a/README.md b/README.md index a9f6fa5d02d..5d6e83d26b5 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ The theme is a fork of the great [Learn theme](https://github.com/matcornic/hugo - Swagger UI for OpenAPI Specifications - Customizable look and feel - Predefined (light, dark) and customizable color variants +- Badges - Buttons - Tip/Note/Info/Warning boxes - Expand diff --git a/exampleSite/content/_index.en.md b/exampleSite/content/_index.en.md index bea1d26f7e8..c28edb94921 100644 --- a/exampleSite/content/_index.en.md +++ b/exampleSite/content/_index.en.md @@ -38,6 +38,7 @@ See [what's new]({{% relref "basics/migration" %}}) within the latest update. - [Swagger UI]({{%relref "shortcodes/swagger" %}}) for OpenAPI Specifications - [Customizable look and feel]({{%relref "basics/customization"%}}) - [Predefined (light, dark) and customizable color variants]({{%relref "basics/generator" %}}) +- [Badges]({{%relref "shortcodes/badge" %}}) - [Buttons]({{%relref "shortcodes/button" %}}) - [Tip/Note/Info/Warning boxes]({{%relref "shortcodes/notice" %}}) - [Expand]({{%relref "shortcodes/expand" %}}) diff --git a/theme.toml b/theme.toml index 9e3f12aff21..238974512ac 100644 --- a/theme.toml +++ b/theme.toml @@ -5,7 +5,7 @@ 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 = ["dark", "docs", "light", "multilingual", "responsive"] -features = ["breadcrumbs", "boxes", "buttons", +features = ["badges", "breadcrumbs", "boxes", "buttons", "chemical formulae", "customizable", "color variants", "dark", "docs", "documentation", "expand",