-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy paththeme.toml
More file actions
21 lines (18 loc) · 707 Bytes
/
theme.toml
File metadata and controls
21 lines (18 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "hugo-simpledoc-theme"
license = "MIT"
licenselink = "https://github.com/aerohub/hugo-simpledoc-theme/blob/master/LICENSE.md"
description = "Clean and simple documentation theme for Hugo"
homepage = "https://github.com/aerohub/hugo-simpledoc-theme"
tags = ["docs", "documentation", "simple", "one-page"]
features = []
min_version = "0.31.1"
[author]
name = "Pavel Kanyshev"
homepage = "https://github.com/aerohub"
# If porting an existing theme
[original]
name = "WPThemeDoc"
homepage = "https://github.com/richtabor/WPThemeDoc"
repo = "https://github.com/richtabor/WPThemeDoc"