15 lines
525 B
TOML
15 lines
525 B
TOML
# theme.toml template for a Hugo theme
|
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
|
|
name = "Paper"
|
|
license = "MIT"
|
|
licenselink = "https://github.com/nanxiaobei/hugo-paper/blob/main/LICENSE"
|
|
description = "A simple, clean, flexible Hugo theme"
|
|
homepage = "https://github.com/nanxiaobei/hugo-paper/"
|
|
tags = ["Responsive", "Simple", "Clean", "Light", "White", "Blog"]
|
|
features = ["Responsive", "One Column", "Blog"]
|
|
min_version = "0.57.1"
|
|
|
|
[author]
|
|
name = "nanxiaobei"
|
|
homepage = "https://lee.so/"
|