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

theme.toml - github.com/janraasch/hugo-product-launch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f8204374184057c447bfc57b81fc34df32b33db2 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example

name = "Hugo Product Launch"
license = "Creative Commons Attribution 4.0 International Public License (CC BY 4.0)"
licenselink = "https://github.com/janraasch/hugo-product-launch/blob/master/LICENSE"
description = "A Hugo theme for young start-ups, product launches, and »coming soon«-websites. Includes contact form & newsletter sign up via Netlify. Deploy with one click!"
homepage = "https://github.com/janraasch/hugo-product-launch"
demosite = "https://hugo-product-launch.netlify.app"
tags = [
  "coming soon",
  "clean",
  "business",
  "contact",
  "contact form",
  "company",
  "landing page",
  "launch page",
  "netlify",
  "newsletter",
  "onepage",
  "one page",
  "personal",
  "projects",
  "product",
  "simple",
  "single page",
  "single product",
  "starter",
  "tailwindcss",
  "responsive",
  "theme"
]
features = [
  "cover-image",
  "favicon",
  "responsive",
  "fast",
  "tailwindcss",
  "purgecss",
  "contact form",
  "newsletter sign-up",
  "netlify",
  "netlify forms"
]
min_version = "0.69.0"

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