diff --git a/README.md b/README.md index ad95a3d5e9..a9f6fa5d02 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,13 @@ The theme is a fork of the great [Learn theme](https://github.com/matcornic/hugo ## Main features - Usable offline, no external dependencies +- Usable without a HTTP server from the file system - Support for Internet Explorer 11 - Responsive design - Configurable hidden pages - Automatic next/prev buttons to navigate through menu entries - Automatic Search +- Dedicated search page - Print whole chapters or even the complete site - Multilingual mode for English, Arabic, Simplified Chinese, Traditional Chinese, Dutch, Finnish (Suomi), French, German, Hindi, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Turkish, Vietnamese - Support for languages written right to left diff --git a/exampleSite/content/_index.en.md b/exampleSite/content/_index.en.md index e19497723e..bea1d26f7e 100644 --- a/exampleSite/content/_index.en.md +++ b/exampleSite/content/_index.en.md @@ -16,11 +16,13 @@ See [what's new]({{% relref "basics/migration" %}}) within the latest update. {{% /notice %}} - Usable offline, no external dependencies +- Usable without a HTTP server from the file system - Support for Internet Explorer 11 - Responsive design - Configurable hidden pages - Automatic next/prev buttons to navigate through menu entries - [Automatic Search]({{%relref "basics/configuration#activate-search" %}}) +- [Dedicated search page]({{%relref "basics/configuration#activate-dedicated-search-page" %}}) - [Print]({{%relref "basics/configuration#activate-print-support" %}}) whole chapters or even the complete site - [Multilingual mode]({{%relref "cont/i18n" %}}) for English, Arabic, Simplified Chinese, Traditional Chinese, Dutch, Finnish (Suomi), French, German, Hindi, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Turkish, Vietnamese - Support for languages written right to left @@ -31,7 +33,7 @@ See [what's new]({{% relref "basics/migration" %}}) within the latest update. - [Syntax highlighting]({{%relref "cont/syntaxhighlight" %}}) - [Attachments files]({{%relref "shortcodes/attachments" %}}) - [List child pages]({{%relref "shortcodes/children" %}}) -- Math and chemical [formulae]({{%relref "shortcodes/math" %}}) using the MathJax library +- [Math and chemical formulae]({{%relref "shortcodes/math" %}}) using the MathJax library - [Mermaid diagrams]({{%relref "shortcodes/mermaid" %}}) for flowcharts, sequences, gantts, pie, etc. - [Swagger UI]({{%relref "shortcodes/swagger" %}}) for OpenAPI Specifications - [Customizable look and feel]({{%relref "basics/customization"%}}) diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index 554ae0c179..b2dcc16200 100644 --- a/exampleSite/content/basics/migration/_index.en.md +++ b/exampleSite/content/basics/migration/_index.en.md @@ -14,7 +14,7 @@ This document shows you what's new in the latest release. For a detailed list of --- -## 5.6.0 +## Beta (not yet released) - **New**: This release introduces an additional dedicated search page. On this page, displayed search results have more space making it easier scanning thru large number of results. diff --git a/theme.toml b/theme.toml index 96f73eb403..0386273592 100644 --- a/theme.toml +++ b/theme.toml @@ -9,7 +9,7 @@ features = ["breadcrumbs", "boxes", "buttons", "chemical formulae", "customizable", "color variants", "dark", "docs", "documentation", "expand", - "favicon", "file inclusion", "font awesome", + "favicon", "file inclusion", "file system support", "font awesome", "hidden pages", "i18n", "ie11", "image resizing", "include", "internet explorer", "light", "lightbox", "logo", @@ -19,7 +19,7 @@ features = ["breadcrumbs", "boxes", "buttons", "print", "printable", "responsive", "rss", "rtl", "sidebar", "sitemap", - "search", "subtheme", "swagger", "swaggerui", "syntax highlighting", + "search", "search page", "subtheme", "swagger", "swaggerui", "syntax highlighting", "table of contents", "tabs", "tags", "themeable", "themes", "toc"] [module]