mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-04 16:50:35 -05:00
13 lines
450 B
TOML
13 lines
450 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 a Hugo theme for getting a simple, easy-to-read blog site."
|
|
tags = ["minimal", "blog", "simple", "light", "personal", "search"]
|
|
min_version = "0.73"
|
|
|
|
[author]
|
|
name = "koirand"
|
|
homepage = "https://koirand.github.io"
|