A theme for Hugo designed for documentation
Find a file
Sören Weber 4e93b3a5fe
theme: tweak README
link changelog
outsource release instructions
2021-08-22 13:31:52 +02:00
archetypes TranslationBaseName replaced for Name on archetypes template 2018-05-27 13:29:39 -04:00
exampleSite code highligher: switch to standard hugo highlighter #32 2021-07-26 11:50:34 +02:00
i18n attachments: support i18n for attachment size #21 2021-07-17 12:37:24 +02:00
images Prepare for hugo showcase #3 2021-07-01 21:02:54 +02:00
layouts code highligher: switch to standard hugo highlighter #32 2021-07-26 11:50:34 +02:00
static Merge branch 'McShelby/issue413' into 2.0.0 2021-07-26 12:05:42 +02:00
.editorconfig Add .editorconfig 2019-03-15 16:10:45 +00:00
.gitignore Ignore hugo executable for improved test workflow 2021-06-30 14:56:28 +02:00
.grenrc.js theme: Fix date in changelog, change order #40 2021-08-22 13:29:29 +02:00
CHANGELOG.md theme: Fix date in changelog, change order #40 2021-08-22 13:29:29 +02:00
LICENSE theme: reorder license #40 2021-08-22 13:30:05 +02:00
netlify.toml Rebranding to new theme name 2021-06-30 14:56:06 +02:00
README.md theme: tweak README 2021-08-22 13:31:52 +02:00
RELEASE.md theme: tweak README 2021-08-22 13:31:52 +02:00
theme.toml theme: prepare for new hugo theme registration #13 2021-07-04 20:59:17 +02:00
wercker.yml Fix/wercker (#178) 2018-10-10 19:14:04 +02:00

Hugo Relearn Theme

A theme for Hugo.

wercker status

Overview

Main features

  • Automatic Search
  • Multilingual mode
  • Unlimited menu levels
  • Automatic next/prev buttons to navigate through menu entries
  • Image resizing, shadow…
  • Attachments files
  • List child pages
  • Mermaid diagram (flowchart, sequence, gantt)
  • Customizable look and feel and themes variants
  • Buttons, Tip/Note/Info/Warning boxes, Expand, Tabs

Visit the documentation for a demo.

Installation

Navigate to your themes folder in your Hugo site and use the following commands:

cd themes/
git clone https://github.com/McShelby/hugo-theme-relearn.git

Check that your Hugo version is minimum 0.25 with hugo version.

Usage

Changelog

The changelog can be seen here.

License

MIT licensed.

Credits

Many thanks to everyone who has contributed to this project.

Special thanks to @matcornic for his work on learn and @vjeantet for his work on docdock, which hugo-theme-relearn is based on.