19 lines
588 B
TOML
19 lines
588 B
TOML
|
name = "Beautiful Hugo"
|
||
|
license = "MIT"
|
||
|
licenselink = "https://github.com/halogenica/Hugo-BeautifulHugo/blob/master/LICENSE"
|
||
|
description = "A port of Beautiful Jekyll theme"
|
||
|
tags = ["blog", "company", "portfolio", "projects", "minimal", "responsive"]
|
||
|
features = ["blog", "themes", "disqus", "minimal", "responsive"]
|
||
|
min_version = 0.17
|
||
|
|
||
|
[author]
|
||
|
name = "halogenica"
|
||
|
homepage = "http://halogenica.net"
|
||
|
|
||
|
# If Porting existing theme
|
||
|
[original]
|
||
|
author = "dattali"
|
||
|
homepage = "http://deanattali.com/beautiful-jekyll/"
|
||
|
repo = "https://github.com/daattali/beautiful-jekyll"
|
||
|
|