mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
23 lines
609 B
TOML
23 lines
609 B
TOML
|
# theme.toml template for a Hugo theme
|
||
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||
|
|
||
|
name = "Hugo Paper"
|
||
|
license = "MIT"
|
||
|
licenselink = "https://github.com/nanxiaobei/hugo-paper/blob/master/LICENSE.md"
|
||
|
description = "A simple & clean hugo theme"
|
||
|
homepage = "https://github.com/nanxiaobei/hugo-paper/"
|
||
|
tags = ["Responsive", "Simple", "Clean", "Light", "White", Blog"]
|
||
|
features = ["Responsive", "One Column", "Blog"]
|
||
|
min_version = "1.0.0"
|
||
|
|
||
|
[author]
|
||
|
name = "21beats"
|
||
|
homepage = "http://21beats.com/"
|
||
|
|
||
|
# If porting an existing theme
|
||
|
[original]
|
||
|
name = ""
|
||
|
homepage = ""
|
||
|
repo = ""
|
||
|
|