hugo-sustain/theme.toml

22 lines
695 B
TOML
Raw Normal View History

# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
2016-10-22 07:20:15 +00:00
name = "Sustain"
license = "MIT"
2017-01-18 13:40:54 +00:00
licenselink = "https://github.com/nurlansu/hugo-sustain/blob/master/LICENSE.md"
2016-10-22 07:20:15 +00:00
description = "Personal blog built with Bootstrap, powered by Hugo"
2017-01-18 13:40:54 +00:00
homepage = "https://github.com/nurlansu/hugo-sustain"
2016-10-22 07:20:15 +00:00
tags = ["blog", "minimal", "responsive"]
features = ["responsive", "syntax highlighting"]
min_version = "0.41.0"
2016-10-22 07:20:15 +00:00
[author]
name = "Nurlan Suyundukov"
homepage = "https://nurlan.co/"
2016-10-22 07:20:15 +00:00
# If porting an existing theme
[original]
name = "Sustain"
homepage = "https://biomadeira.github.io/sustain/"
repo = "https://github.com/biomadeira/sustain"