hugo_idunn/theme.toml

22 lines
830 B
TOML
Raw Normal View History

2020-04-27 16:49:21 +02:00
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Simple Site"
license = "MIT"
2020-04-27 17:39:06 +02:00
licenselink = "https://git.vulgarisons.info/raghnarok/hugo_simple-site/src/branch/master/LICENSE"
description = "Simple hugo theme, inspired from Terrassa but way simplier"
homepage = "https://git.vulgarisons.info/raghnarok/hugo_simple-site"
tags = ["hugo", "simple", "responsive", "no javascript", "no fontawesome", "no google", "company", "clean"]
features = ["responsive design", "social links"]
2020-04-27 16:49:21 +02:00
min_version = "0.41.0"
[author]
name = "Gregory Trolliet"
homepage = "https://trolliet.info"
2020-04-27 17:39:06 +02:00
# If porting an existing theme
[original]
name = "Terrassa"
homepage = "https://github.com/danielkvist/hugo-terrassa-theme"
repo = "https://github.com/danielkvist/hugo-terrassa-theme"