-
Notifications
You must be signed in to change notification settings - Fork 197
/
theme.toml
36 lines (33 loc) · 967 Bytes
/
theme.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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",
"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"