22 lines
588 B
TOML
22 lines
588 B
TOML
# theme.toml template for a Hugo theme
|
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
|
|
name = "PaperMod"
|
|
license = "MIT"
|
|
licenselink = ""
|
|
description = "A simple, clean, flexible Hugo theme"
|
|
homepage = ""
|
|
tags = ["Responsive", "Simple", "Clean", "Light", "White", "Blog"]
|
|
features = ["Responsive", "One Column", "Blog"]
|
|
min_version = "0.57.1"
|
|
|
|
[author]
|
|
name = "Aditya Telange"
|
|
homepage = ""
|
|
|
|
# If porting an existing theme
|
|
[original]
|
|
name = "Paper"
|
|
homepage = "https://github.com/nanxiaobei/hugo-paper/"
|
|
repo = "https://github.com/nanxiaobei/hugo-paper/"
|