21 lines
732 B
TOML
21 lines
732 B
TOML
# theme.toml template for a Hugo theme
|
|
# See https://github.com/spf13/hugoThemes#themetoml for an example
|
|
|
|
name = "Prologue"
|
|
license = "Creative Commons Attribution 3.0 Unported"
|
|
licenselink = "https://github.com/sethmacleod/prologue/blob/master/LICENSE.md"
|
|
description = "Ported theme by HTML5 UP. Prologue is a single page responsive site template with a sticky sidebar."
|
|
homepage = "https://github.com/sethmacleod/prologue"
|
|
tags = ["responsive", "personal", "portfolio"]
|
|
features = ["responsive", "sticky sidebar"]
|
|
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/prologue"
|
|
repo = ""
|