21 lines
697 B
TOML
21 lines
697 B
TOML
# theme.toml template for a Hugo theme
|
|
# See https://github.com/spf13/hugoThemes#themetoml for an example
|
|
|
|
name = "Dimension"
|
|
license = "Creative Commons Attribution 3.0 Unported"
|
|
licenselink = "https://github.com/sethmacleod/dimension/blob/master/LICENSE.md"
|
|
description = "Dimension is a single page and responsive site template using modals as pages."
|
|
homepage = "https://github.com/sethmacleod/dimension"
|
|
tags = ["responsive", "personal", "portfolio"]
|
|
features = ["responsive"]
|
|
min_version = 0.18
|
|
|
|
[author]
|
|
name = "Seth MacLeod"
|
|
homepage = "https://www.sethmacleod.com/"
|
|
|
|
# If porting an existing theme
|
|
[original]
|
|
name = "@ajlkn"
|
|
homepage = "https://html5up.net/dimension"
|
|
repo = ""
|