forked from vjeantet/hugo-theme-docdock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.toml
22 lines (19 loc) · 875 Bytes
/
theme.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# theme.toml template for a Hugo theme
# See https://github.com/spf13/hugoThemes#themetoml for an example
name = "docDock"
license = "MIT"
licenselink = "https://github.com/vjeantet/hugo-theme-docdock/blob/master/LICENSE.md"
description = "Documentation theme for Hugo"
homepage = "https://github.com/vjeantet/hugo-theme-docdock"
repo = "https://github.com/vjeantet/hugo-theme-docdock"
tags = ["documentation", "menu","slide","search"]
features = ["documentation","menu","nested sections","search","slide", "attachments"]
min_version = 0.32
[author]
name = "Valere JEANTET"
homepage = "http://vjeantet.fr/"
[original]
name = "Learn"
homepage = "https://matcornic.github.io/hugo-learn-doc/basics/what-is-this-hugo-theme/"
repo = "https://github.com/matcornic/hugo-theme-learn"
licenselink = "https://github.com/matcornic/hugo-theme-learn/blob/master/LICENSE.md"