hugo-theme-relearn/exampleSite/content/_index.en.md

49 lines
2.5 KiB
Markdown
Raw Normal View History

+++
title = "Relearn Theme for Hugo"
+++
# Hugo Relearn Theme
2021-08-28 08:39:54 +00:00
[Hugo-theme-relearn](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.
2021-08-28 08:39:54 +00:00
{{% notice info %}}
The theme initially was a fork of the great [hugo-theme-learn](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 hugo-theme-learn.
{{% /notice %}}
## Main features
2017-09-04 19:20:59 +00:00
* [Automatic Search]({{%relref "basics/configuration/_index.md#activate-search" %}})
2017-08-20 15:10:29 +00:00
* [Multilingual mode]({{%relref "cont/i18n/_index.md" %}})
2021-08-28 08:39:54 +00:00
* Unlimited menu levels
* Automatic next/prev buttons to navigate through menu entries
2017-08-20 20:29:35 +00:00
* [Image resizing, shadow...]({{%relref "cont/markdown.en.md#images" %}})
* [Attachments files]({{%relref "shortcodes/attachments.en.md" %}})
* [List child pages]({{%relref "shortcodes/children/_index.md" %}})
2017-08-20 20:29:35 +00:00
* [Mermaid diagram]({{%relref "shortcodes/mermaid.en.md" %}}) (flowchart, sequence, gantt)
2021-08-28 08:39:54 +00:00
* [Customizable look and feel and theme variants]({{%relref "basics/customization/_index.md"%}})
* [Buttons]({{%relref "shortcodes/button.en.md" %}})
* [Tip/Note/Info/Warning boxes]({{%relref "shortcodes/notice.en.md" %}})
* [Expand]({{%relref "shortcodes/expand.en.md" %}})
* [Tabs]({{%relref "shortcodes/tabs.en.md" %}})
* [File inclusion]({{%relref "shortcodes/include.en.md" %}})
![Screenshot](https://github.com/McShelby/hugo-theme-relearn/raw/main/images/screenshot.png?width=40pc&classes=shadow)
2021-08-28 09:18:43 +00:00
## Getting support
2021-07-01 14:25:08 +00:00
2021-08-28 09:18:43 +00: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.
2021-08-28 09:18:43 +00:00
## Become a contributor
2021-08-28 09:18:43 +00:00
Feel free to update this documentation by just clicking the **Edit this page** link displayed on top right of each page. Your changes will be deployed automatically once they were reviewed.
2021-07-01 14:25:08 +00:00
2021-08-28 09:18:43 +00: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.
2021-08-28 09:18:43 +00:00
## License
This theme is licensed under the [MIT License](https://github.com/McShelby/hugo-theme-relearn/blob/main/LICENSE).
## Credits
2021-08-28 09:43:44 +00:00
This theme would not be possible without the work of many others. See the [credits]({{%relref "credits.md" %}}) for a detailed list.