mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
22 lines
875 B
TOML
22 lines
875 B
TOML
# 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" |