• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..29-Dec-2020-

archetypes/H29-Dec-2020-2016

exampleSite/H29-Dec-2020-4,1673,070

i18n/H29-Dec-2020-5236

images/H03-May-2022-

layouts/H03-May-2022-1212

static/H29-Dec-2020-3,3813,134

.gitignoreH A D29-Dec-202037 43

LICENSE.mdH A D29-Dec-20201.1 KiB2217

README.mdH A D29-Dec-20201.6 KiB5033

theme.tomlH A D29-Dec-2020768 2218

wercker.ymlH A D29-Dec-2020387 1816

README.md

1# Hugo Learn Theme
2
3This repository contains a theme for [Hugo](https://gohugo.io/), based on great [Grav Learn Theme](http://learn.getgrav.org/).
4
5Visit the [theme documentation](https://learn.netlify.com/en/) to see what is going on. It is actually built with this theme.
6
7## Main features
8
9- Automatic Search
10- Multilingual mode
11- Unlimited menu levels
12- Automatic next/prev buttons to navigate through menu entries
13- Image resizing, shadow…
14- Attachments files
15- List child pages
16- Mermaid diagram (flowchart, sequence, gantt)
17- Customizable look and feel and themes variants
18- Buttons, Tip/Note/Info/Warning boxes, Expand
19
20## Installation
21
22Navigate to your themes folder in your Hugo site and use the following commands:
23
24```
25$ cd themes
26$ git clone https://github.com/matcornic/hugo-theme-learn.git
27```
28
29Check that your Hugo version is minimum `0.25` with `hugo version`.
30
31![Overview](https://github.com/matcornic/hugo-theme-learn/raw/master/images/tn.png)
32
33## Usage
34
35- [Visit the documentation](https://learn.netlify.com/en/)
36
37## Download old versions (prior to 2.0.0)
38
39If you need old version for compatibility purpose, either download [theme source code from releases](https://github.com/matcornic/hugo-theme-learn/releases) or use the right git tag. For example, with `1.1.0`
40
41- Direct download way: https://github.com/matcornic/hugo-theme-learn/archive/1.1.0.zip
42- Git way:
43
44```shell
45cd themes/hugo-theme-learn
46git checkout tags/1.1.0
47```
48
49For both solutions, the documentation is available at https://github.com/matcornic/hugo-theme-learn/releases/download/1.1.0/hugo-learn-doc-1.1.0.zip
50