A theme for Hugo designed for documentation
Find a file
2017-03-14 00:19:57 +03:00
archetypes feat: partials for style and scripts are now empty 2016-04-11 00:09:03 +02:00
images feat: add screenshot and thumbnail images 2016-04-12 02:46:40 +02:00
layouts Initial auto arrows 2017-03-14 00:19:57 +03:00
static feat: handle inline images 2017-01-27 16:37:22 +01:00
.gitignore feat: added .gitignore 2016-03-17 12:03:28 +01:00
LICENSE.md feat: add screenshot and thumbnail images 2016-04-12 02:46:40 +02:00
README.md Update README.md 2016-12-30 22:40:05 +01:00
theme.toml Fixes #24 2016-12-19 23:42:39 +01:00

Hugo Learn Theme

This repository contains a theme for Hugo, based on great Grav Learn Theme.

Visit the theme documentation to see what is going on. It is actually built with this theme.

Installation

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

$ cd themes
$ git clone https://github.com/matcornic/hugo-theme-learn.git

Overview

Usage

Main functionalities

  • Handle two levels of documentation
  • Tip/Note/Info and Warning boxes
  • Resize images
  • Preview of original image size
  • Add shadow or border on images
  • Automatic table of contents
  • Create buttons (typically used to provide a link to a demo)
  • Search using lunr index

TODO