hugo-papermod/theme.toml

23 lines
761 B
TOML
Raw Normal View History

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