Welcome to mirror list, hosted at ThFree Co, Russian Federation.

theme.toml - github.com/janraasch/hugo-scroll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c14416c1ed1a53921936d0f9581cea2a91df7ec (plain)
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/janraasch/hugo-scroll/blob/master/LICENSE"
description = "A Hugo theme for pretty, quick and simple single-page websites."
homepage = "https://github.com/janraasch/hugo-scroll"
demosite = "https://janraasch.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.41.0"

[author]
  name = "Jan Raasch"
  homepage = "https://www.janraasch.com"

[original]
  name = "GhostScroll"
  homepage = "https://github.com/grmmph/GhostScroll"
  repo = "https://github.com/grmmph/GhostScroll"