mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
17 lines
520 B
TOML
17 lines
520 B
TOML
|
# theme.toml template for a Hugo theme
|
||
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||
|
|
||
|
name = "pulp"
|
||
|
license = "MIT"
|
||
|
licenselink = "https://github.com/koirand/pulp/blob/master/LICENSE"
|
||
|
description = "Pulp is theme of Hugo framework for realize simple and readable blog."
|
||
|
homepage = "https://github.com/koirand/pulp/"
|
||
|
tags = ["minimal", "blog", "simple", "light", "personal"]
|
||
|
features = ["blog", "themes"]
|
||
|
min_version = "0.41"
|
||
|
|
||
|
[author]
|
||
|
name = "koirand"
|
||
|
homepage = "https://koirand.github.io"
|
||
|
|