mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
docs: announce new features #386
This commit is contained in:
parent
95450cbf23
commit
09a9db43a5
4 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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"%}})
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue