hugo-scroll/theme.toml
Daniel Holbach ae3f16bd93 Use css.Sass instead of resources.ToCSS
WARN  deprecated: resources.ToCSS was deprecated in Hugo v0.128.0 and will be removed in a future release. Use css.Sass instead.

Signed-off-by: Daniel Holbach <daniel.holbach@gmail.com>
2024-09-16 01:11:15 +02:00

37 lines
984 B
TOML

# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Hugo Scroll"
license = "MIT"
licenselink = "https://github.com/zjedi/hugo-scroll/blob/master/LICENSE"
description = "A Hugo theme for pretty, quick and simple single-page websites."
homepage = "https://github.com/zjedi/hugo-scroll"
demosite = "https://zjedi.github.io/hugo-scroll/"
tags = [
"clean",
"contact",
"fontawesome",
"forkawesome",
"landing page",
"onepage",
"one page",
"personal",
"projects",
"simple",
"single page",
"starter",
"responsive",
"theme"
]
features = ["cover-image", "favicon", "header-menu", "auto-scroll"]
min_version = "0.132.0"
authors = [
{name = "Jan Raasch", homepage = "https://www.janraasch.com"},
{name = "Zdenek Kedaj", homepage = "https://github.com/zjedi"}
]
[original]
name = "GhostScroll"
homepage = "https://github.com/grmmph/GhostScroll"
repo = "https://github.com/grmmph/GhostScroll"