2021-08-25 13:33:29 +02:00
+++
2022-07-05 00:19:27 +02:00
archetype = "home"
2022-02-24 23:10:10 +01:00
title = "Hugo Relearn Theme"
2021-08-25 13:33:29 +02:00
+++
2017-08-17 00:57:44 +02:00
2021-09-11 15:46:14 +02:00
The [Relearn theme ](http://github.com/McShelby/hugo-theme-relearn ) is a theme for [Hugo ](https://gohugo.io/ ), a static website generator written in Go. Where Hugo is often used for blogs, this theme is designed with documentation in mind.
2017-08-17 00:57:44 +02:00
2021-08-28 10:39:54 +02:00
{{% notice info %}}
2021-10-24 13:01:01 +02:00
The theme is a fork of the great [Learn theme ](https://github.com/matcornic/hugo-theme-learn ) with the aim of fixing long outstanding bugs and adepting to latest Hugo features. As far as possible this theme tries to be a drop-in replacement for the Learn theme.
2017-08-17 00:57:44 +02:00
{{% /notice %}}
## Main features
2021-10-07 21:19:55 +02:00
{{% notice tip %}}
See [what's new ]({{% relref "basics/migration" %}} ) within the latest update.
{{% /notice %}}
2022-04-11 11:04:14 +02:00
- Usable offline, no external dependencies
2022-11-17 23:52:54 +01:00
- Usable without a HTTP server from the file system
2022-04-11 11:04:14 +02:00
- 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" %}} )
2022-11-17 23:52:54 +01:00
- [Dedicated search page ]({{%relref "basics/configuration#activate-dedicated-search-page" %}} )
2022-12-02 16:20:45 +01:00
- [Support for GFM ]({{% relref "cont/markdown" %}} ) (GitHub Flavored Markdown)
2022-04-11 11:04:14 +02:00
- [Print ]({{%relref "basics/configuration#activate-print-support" %}} ) whole chapters or even the complete site
2022-10-31 15:05:33 +01:00
- [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
2022-11-01 02:10:05 +01:00
- Support for languages written right to left
2022-04-11 11:04:14 +02:00
- [Unrestricted menu configuration ]({{%relref "cont/menushortcuts" %}} ) relating to amount of items and level of nesting
2022-12-02 18:31:54 +01:00
- [Font Awesome icons ]({{%relref "shortcodes/icon" %}} )
2022-04-11 11:04:14 +02:00
- [Tagging support ]({{%relref "cont/tags" %}} )
- [Image resizing, shadow... ]({{%relref "cont/markdown#images" %}} )
- [Syntax highlighting ]({{%relref "cont/syntaxhighlight" %}} )
- [Attachments files ]({{%relref "shortcodes/attachments" %}} )
- [List child pages ]({{%relref "shortcodes/children" %}} )
2022-11-17 23:52:54 +01:00
- [Math and chemical formulae ]({{%relref "shortcodes/math" %}} ) using the MathJax library
2022-04-11 11:04:14 +02:00
- [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"%}} )
- [Predefined (light, dark) and customizable color variants ]({{%relref "basics/generator" %}} )
2022-12-01 01:44:20 +01:00
- [Badges ]({{%relref "shortcodes/badge" %}} )
2022-04-11 11:04:14 +02:00
- [Buttons ]({{%relref "shortcodes/button" %}} )
- [Tip/Note/Info/Warning boxes ]({{%relref "shortcodes/notice" %}} )
- [Expand ]({{%relref "shortcodes/expand" %}} )
- [Tabs ]({{%relref "shortcodes/tabs" %}} )
- [File inclusion ]({{%relref "shortcodes/include" %}} )
2017-08-17 00:57:44 +02:00
2021-08-28 11:18:43 +02:00
## Getting support
2021-07-01 16:25:08 +02:00
2021-08-28 11:18:43 +02:00
To get support, feel free to open a new [discussion topic ](https://github.com/McShelby/hugo-theme-relearn/discussions ) or [issue ](https://github.com/McShelby/hugo-theme-relearn/issues ) in the official repository on GitHub.
2017-08-17 00:57:44 +02:00
2021-08-28 11:18:43 +02:00
## Become a contributor
2017-08-17 00:57:44 +02:00
2022-02-15 00:22:34 +01:00
Feel free to update this documentation by just clicking the **Edit** link displayed on top right of each page. Your changes will be deployed automatically once they were reviewed.
2021-07-01 16:25:08 +02:00
2021-10-19 17:24:10 +02:00
You are most welcome to contribute bugfixes or even new features to the source code by making pull requests to the [official repository ](https://github.com/McShelby/hugo-theme-relearn ) via GitHub. Please visit the [contribution guidelines ](https://github.com/McShelby/hugo-theme-relearn/blob/main/.github/contributing.md ) first.
2017-08-17 00:57:44 +02:00
2021-08-28 11:18:43 +02:00
## License
This theme is licensed under the [MIT License ](https://github.com/McShelby/hugo-theme-relearn/blob/main/LICENSE ).
## Credits
2022-02-22 00:04:16 +01:00
This theme would not be possible without the work of many others. See the [credits ]({{%relref "more/credits" %}} ) for a detailed list.