mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
A theme for Hugo designed for documentation
c0a1c9cbcb
because sizing and positioning was a mess; the follwing things are fixed with this: - resizes and positions correctly according to html elements font-size - IE11 compatiblity is now given - a11y: expander is now correctly given a focus outline - chevron is now coded into html instead of a css content value, which makes it easier to change (was an issue in the past) - the visited checkmark now breaks correctly on long lines and hides behind the text if necessary - some more css classes were introduced to make further extensions (eg. nested shortcut links) easier |
||
---|---|---|
.frontmatter/content | ||
.github | ||
archetypes | ||
assets/css | ||
exampleSite | ||
i18n | ||
images | ||
layouts | ||
static | ||
vscode-frontmatter | ||
.editorconfig | ||
.gitignore | ||
.grenrc.js | ||
.imgbotconfig | ||
.issuetracker | ||
config.toml | ||
frontmatter.json | ||
go.mod | ||
hugo-theme-relearn.code-workspace | ||
LICENSE | ||
README.md | ||
theme.toml |
Hugo Relearn Theme
A theme for Hugo designed for documentation.
★ What's new in the latest release ★
Motivation
The Relearn theme is a fork of the great Learn theme 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.
Features
- 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 - Support for the VSCode Front Matter extension for on-premise CMS capabilities
- Support for Internet Explorer 11
- Configurable theming and visuals
- Configurable brand images
- Automatic switch for light/dark variant dependend on your OS settings
- Predefined light, dark and color variants
- User selectable variants
- Stylesheet generator
- Configurable syntax highlighting
- Unique theme features
- Print whole chapters or even the complete site
- In page search
- Site search
- Dedicated search page
- Tagging support
- Hidden pages
- Unlimited nested menu dependend on your site structure
- Navigation buttons dependend on your site structure
- Configurable shortcut links
- Multi language support
- Full support for languages written right to left
- Available languages: Arabic, Simplified Chinese, Traditional Chinese, Czech, Dutch, English, Finnish, French, German, Hindi, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Turkish, Vietnamese
- Search support for mixed language content
- Additional Markdown features
- Shortcodes galore
- Display files attached to page bundles
- Marker badges
- Configurable buttons
- List child pages
- Expand areas to reveal content
- Font Awesome icons
- Inclusion of other files
- Math and chemical formulae using MathJax
- Mermaid diagrams for flowcharts, sequences, gantts, pie, etc.
- Colorful boxes
- Reveal you site's configuration parameter
- Swagger UI for your OpenAPI Specifications
- Tabbed panels
Installation & Usage
For a detailed description of the theme's capabilities visit the official documentation.
Changelog
See the What's New page for release highlights or the detailed change history for a complete list of changes.
Contributions
You are most welcome to contribute bugfixes or new features. Check the contribution guidelines first before starting.
License
The Relearn theme is licensed under the MIT License.
Credits
This theme would not be possible without the work of many others.