15 lines
628 B
TOML
15 lines
628 B
TOML
# theme.toml template for a Hugo theme
|
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
|
|
name = "Story"
|
|
license = "MIT"
|
|
licenselink = "https://github.com/xaprb/story/blob/master/LICENSE.md"
|
|
description = "A beautiful, responsive blog and homepage theme with support for features like search, math typesetting, and RemarkJS presentations."
|
|
homepage = "https://story.xaprb.com/"
|
|
tags = ["Blog", "Presentation", "Slide", "Newsletter"]
|
|
features = ["blog", "slides", "LaTeX", "search", "newsletter", "math", "music"]
|
|
min_version = "0.47"
|
|
|
|
[author]
|
|
name = "Baron Schwartz"
|
|
homepage = "https://www.xaprb.com/"
|