mirror of
https://github.com/flysnow-org/maupassant-hugo.git
synced 2026-08-24 15:28:55 +00:00
22 lines
472 B
TOML
22 lines
472 B
TOML
# theme.toml template for a Hugo theme
|
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
|
|
name = "Maupassant Hugo"
|
|
license = "MIT"
|
|
licenselink = ""
|
|
description = ""
|
|
homepage = ""
|
|
tags = ["maupassant"]
|
|
features = []
|
|
min_version = "0.27"
|
|
|
|
[author]
|
|
name = "Joker Qyou"
|
|
homepage = "https://mynook.info"
|
|
|
|
# If porting an existing theme
|
|
[original]
|
|
name = "pagecho"
|
|
homepage = "https://chopstack.com/"
|
|
repo = "https://github.com/pagecho/maupassant"
|