15 lines
448 B
TOML
15 lines
448 B
TOML
|
# theme.toml template for a Hugo theme
|
||
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||
|
|
||
|
name = "Readable"
|
||
|
license = "Unlicense"
|
||
|
licenselink = "https://github.com/cjtheham/hugo-theme-readable/blob/main/LICENSE"
|
||
|
description = "A theme using Freedom to Write's Readable.css"
|
||
|
homepage = "https://github.com/cjtheham/hugo-theme-readable"
|
||
|
tags = []
|
||
|
features = []
|
||
|
min_version = "0.41.0"
|
||
|
|
||
|
[author]
|
||
|
name = "RogueFoam"
|
||
|
homepage = ""
|