2021-02-13 16:43:55 +00:00
|
|
|
# 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"]
|
2021-02-13 16:43:55 +00:00
|
|
|
min_version = "0.41.0"
|
2016-10-22 07:20:15 +00:00
|
|
|
|
|
|
|
[author]
|
2021-02-13 16:43:55 +00:00
|
|
|
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"
|