summaryrefslogtreecommitdiff
path: root/theme.toml
blob: 51143dfeb57acaf0b2d52f2a73d1afb0a6f6b7fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example

name = "Book"
license = "MIT"
licenselink = "https://github.com/alex-shpak/hugo-book/blob/master/LICENSE"
description = "Hugo documentation theme as simple as plain book"
homepage = "https://github.com/alex-shpak/hugo-book"
tags = ["responsive", "clean", "documentation", "docs", "flexbox"]
features = []
min_version = "0.55"

[author]
  name = "Alex Shpak"
  homepage = "https://github.com/alex-shpak/"