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

config.toml « exampleSite - github.com/felicianotech/hugo-theme-lean-launch-page.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1458609e3370016b2b6f49969beb3c274e6a32ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
baseurl = "https://themes.gohugo.io/theme/hugo-theme-lean-launch-page/"
title = "My New Product"
author = "Ricardo N Feliciano (FelicianoTech)"
canonifyurls = true
paginate = 3

theme = "hugo-theme-lean-launch-page"

googleAnalytics = "UA-123456"

[params]
tagline = "We're launching a new, better solution."
mailchimpURL = "//my-account.mailchimp.com/my-subscriber-url"

twitter = "https://twitter.com/MyNewProduct"
facebook = "https://facebook.com/MyNewProduct"
instagram = "https://instagram.com/MyNewProduct"
youtube = "https://www.youtube.com/channel/MyNewChannel"
linkedin = "https://www.linkedin.com/company/MyNewProduct"
github = "https://github.com/MyNewProduct"