-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy paththeme.toml
21 lines (18 loc) · 865 Bytes
/
theme.toml
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 = "Antora Default UI Hugo Theme"
license = "MPL-2.0"
licenselink = "https://github.com/basil/antora-default-ui-hugo-theme/blob/master/LICENSE"
description = "A Hugo theme based on the Antora default UI, with full support for Asciidoctor"
homepage = "https://github.com/basil/antora-default-ui-hugo-theme"
tags = ["blog", "AsciiDoc", "Asciidoctor", "highlight.js", "syntax highlighting"]
features = ["blog", "AsciiDoc", "Asciidoctor", "highlight.js", "syntax highlighting"]
min_version = "0.41.0"
[author]
name = "Basil Crow"
homepage = "http://basilcrow.com/"
# If porting an existing theme
[original]
name = "Antora Default UI"
homepage = "https://docs.antora.org/antora-ui-default/"
repo = "https://gitlab.com/antora/antora-ui-default"