A theme for Hugo designed for documentation
Find a file
2016-12-18 09:48:27 +01: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 (#25) use .Site.BaseURL to lcoate static assets 2016-12-18 09:48:27 +01:00
static fix #23 : h5 font size to rem 2016-11-24 20:43:37 +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 chore: migrate search documentation to https://github.com/matcornic/hugo-learn-doc project 2016-10-25 20:26:19 +02:00
theme.toml Min 0.15 version is not enough anymore (see #7) 2016-10-23 19:09:32 +02: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

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