hugo-theme-introduction/theme.toml

22 lines
769 B
TOML
Raw Normal View History

2017-03-13 09:14:02 +00:00
# theme.toml template for a Hugo theme
2017-11-13 21:01:53 +00:00
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
2017-03-13 09:14:02 +00:00
name = "Introduction"
license = "Creative Commons Attribution 3.0 Unported"
2018-05-22 00:15:05 +00:00
licenselink = "https://github.com/vickylai/hugo-theme-introduction/blob/master/LICENSE.md"
2017-03-13 09:14:02 +00:00
description = "Minimal, single page, smooth scrolling theme for Hugo."
2018-05-22 00:15:05 +00:00
homepage = "https://github.com/vickylai/hugo-theme-introduction"
2017-11-13 21:01:53 +00:00
tags = ["clean", "simple", "minimal", "minimalist", "responsive", "single page", "syntax highlighting", "projects", "starter", "white", "dark"]
2017-03-13 09:14:02 +00:00
features = ["responsive", "single page"]
2017-11-13 21:01:53 +00:00
min_version = "0.30"
2017-03-13 09:14:02 +00:00
[author]
name = "Vicky Lai"
2018-05-22 00:15:05 +00:00
homepage = "https://vickylai.com"
2017-03-13 09:14:02 +00:00
# If porting an existing theme
[original]
name = ""
homepage = ""
repo = ""