hugo-PaperMod/theme.toml

22 lines
588 B
TOML
Raw Normal View History

2018-01-08 13:28:39 -03:00
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
2020-07-20 09:30:43 -04:00
name = "PaperMod"
2018-01-08 13:28:39 -03:00
license = "MIT"
2020-07-20 09:30:43 -04:00
licenselink = ""
2018-07-05 22:59:51 -04:00
description = "A simple, clean, flexible Hugo theme"
2020-07-20 09:30:43 -04:00
homepage = ""
2018-01-11 13:46:09 -03:00
tags = ["Responsive", "Simple", "Clean", "Light", "White", "Blog"]
2018-01-08 13:28:39 -03:00
features = ["Responsive", "One Column", "Blog"]
2019-09-07 08:31:43 -04:00
min_version = "0.57.1"
2018-01-08 13:28:39 -03:00
[author]
2020-07-20 09:30:43 -04:00
name = "Aditya Telange"
homepage = ""
2018-01-08 13:28:39 -03:00
# If porting an existing theme
[original]
2020-07-20 09:30:43 -04:00
name = "Paper"
homepage = "https://github.com/nanxiaobei/hugo-paper/"
repo = "https://github.com/nanxiaobei/hugo-paper/"