2021-08-25 11:33:29 +00:00
+++
2022-07-04 22:19:27 +00:00
archetype = "home"
2022-02-24 22:10:10 +00:00
title = "Hugo Relearn Theme"
2021-08-25 11:33:29 +00:00
+++
2017-08-16 22:57:44 +00:00
2023-02-10 23:03:31 +00:00
A theme for [Hugo ](https://gohugo.io/ ) designed for documentation.
2023-02-10 21:16:59 +00:00
[★ What's new in the latest release ★ ]({{% relref "basics/migration" %}} )
2023-02-10 21:38:45 +00:00
![Image of the Relearn theme in light and dark mode on phone, tablet and desktop ](images/hero.png?classes=shadow&width=100%&height=100% )
2023-02-10 21:16:59 +00:00
## Motivation
2017-08-16 22:57:44 +00:00
2021-10-24 11:01:01 +00: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-16 22:57:44 +00:00
2022-12-14 21:46:59 +00:00
## Features
2017-08-16 22:57:44 +00:00
2023-02-10 21:16:59 +00:00
- **Wide set of usage scenarios**
- Responsive design for mobile usage
- Looks nice on paper (if you have to)
- Usable offline, no external dependencies
- [Usable from your local file system via `file://` protocol ]({{%relref "basics/configuration#serving-your-page-from-the-filesystem" %}} )
2023-02-19 23:20:37 +00:00
- Support for the [VSCode Front Matter extension ](https://github.com/estruyf/vscode-front-matter ) for on-premise CMS capabilities
2023-02-10 21:16:59 +00:00
- Support for Internet Explorer 11
- **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" %}} )
- Predefined light, dark and color variants
- [User selectable variants ]({{%relref "basics/customization#multiple-variants" %}} )
- [Stylesheet generator ]({{%relref "basics/generator" %}} )
- [Configurable syntax highlighting ]({{%relref "cont/syntaxhighlight" %}} )
- **Unique theme features**
- [Print whole chapters or even the complete site ]({{%relref "basics/configuration#activate-print-support" %}} )
- In page search
- [Site search ]({{%relref "basics/configuration#activate-search" %}} )
- [Dedicated search page ]({{%relref "basics/configuration#activate-dedicated-search-page" %}} )
2023-05-26 06:35:27 +00:00
- [Taxonomy support ]({{%relref "cont/taxonomy" %}} )
2023-02-10 21:16:59 +00:00
- Hidden pages
- Unlimited nested menu dependend on your site structure
- Navigation buttons dependend on your site structure
- [Configurable shortcut links ]({{%relref "cont/menushortcuts" %}} )
- **Multi language support**
- [Full support for languages written right to left ]({{%relref "cont/i18n" %}} )
2023-02-10 21:58:02 +00:00
- [Available languages ]({{%relref "cont/i18n#basic-configuration" %}} ): Arabic, Simplified Chinese, Traditional Chinese, Czech, Dutch, English, Finnish, French, German, Hindi, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Turkish, Vietnamese
2023-02-10 21:16:59 +00:00
- [Search support for mixed language content ]({{%relref "cont/i18n#search" %}} )
- **Additional Markdown features**
- [Support for GFM (GitHub Flavored Markdown ]({{%relref "cont/markdown" %}} )
- [Image styling like sizing, shadow, border and alignment ]({{%relref "cont/markdown#further-image-formatting" %}} )
- [Image lightbox ]({{%relref "cont/markdown#further-image-formatting#lightbox" %}} )
- **Shortcodes galore**
- [Display files attached to page bundles ]({{%relref "shortcodes/attachments" %}} )
- [Marker badges ]({{%relref "shortcodes/badge" %}} )
- [Configurable buttons ]({{%relref "shortcodes/button" %}} )
- [List child pages ]({{%relref "shortcodes/children" %}} )
- [Expand areas to reveal content ]({{%relref "shortcodes/expand" %}} )
- [Font Awesome icons ]({{%relref "shortcodes/icon" %}} )
- [Inclusion of other files ]({{%relref "shortcodes/include" %}} )
- [Math and chemical formulae using MathJax ]({{%relref "shortcodes/math" %}} )
- [Mermaid diagrams for flowcharts, sequences, gantts, pie, etc. ]({{%relref "shortcodes/mermaid" %}} )
- [Colorful boxes ]({{%relref "shortcodes/notice" %}} )
2023-05-23 13:21:17 +00:00
- [OpenAPI specifications using Swagger UI ]({{%relref "shortcodes/openapi" %}} )
2023-02-10 21:16:59 +00:00
- [Reveal you site's configuration parameter ]({{%relref "shortcodes/siteparam" %}} )
- [Tabbed panels ]({{%relref "shortcodes/tabs" %}} )
2023-05-23 21:57:48 +00:00
- [Single tabbed panels ]({{%relref "shortcodes/tab" %}} ) and [multiple tabbed panels ]({{%relref "shortcodes/tabs" %}} )
2023-02-10 21:16:59 +00:00
## Support
2021-07-01 14:25:08 +00:00
2022-12-14 21:46:59 +00:00
To get support, feel free to open a new [discussion topic ](https://github.com/McShelby/hugo-theme-relearn/discussions ) or [issue report ](https://github.com/McShelby/hugo-theme-relearn/issues ) in the official repository on GitHub.
2017-08-16 22:57:44 +00:00
2023-02-10 21:16:59 +00:00
## Contributions
2017-08-16 22:57:44 +00:00
2023-02-10 21:38:45 +00:00
Feel free to contribute to this documentation by just clicking the {{% button style="transparent" icon="pen" %}}{{% /button %}} button displayed on top right of each page.
2021-07-01 14:25:08 +00:00
2023-02-10 21:38:45 +00:00
You are most welcome to contribute bugfixes or new features by making pull requests to the [official repository ](https://github.com/McShelby/hugo-theme-relearn ). Check the [contribution guidelines ]({{%relref "dev/contributing" %}} ) first before starting.
2017-08-16 22:57:44 +00:00
2021-08-28 09:18:43 +00:00
## License
2023-02-10 21:16:59 +00:00
The Relearn theme is licensed under the [MIT License ](https://github.com/McShelby/hugo-theme-relearn/blob/main/LICENSE ).
2021-08-28 09:18:43 +00:00
## Credits
2023-02-10 21:16:59 +00:00
This theme would not be possible without the work of [many others ]({{%relref "more/credits" %}} ).