Welcome to mirror list, hosted at ThFree Co, Russian Federation.

theme.toml - github.com/matcornic/hugo-theme-learn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1559696d093e054a353051449338bbfe85a7fb1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# theme.toml template for a Hugo theme
# See https://github.com/spf13/hugoThemes#themetoml for an example

name = "Learn"
license = "MIT"
licenselink = "https://github.com/matcornic/hugo-theme-learn/blob/master/LICENSE.md"
description = "Documentation theme for Hugo, based on Grav Learn theme"
homepage = "https://matcornic.github.io/hugo-learn-doc/basics/what-is-this-hugo-theme/"
tags = ["documentation", "grav", "learn", "doc"]
features = ["documentation"]
min_version = 0.15

[author]
  name = "Mathieu Cornic"
  homepage = "http://matcornic.github.io/"

[original]
  name = "Grav Learn"
  homepage = "http://learn.getgrav.org/"
  repo = "https://github.com/getgrav/grav-learn"