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