-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathconfig.toml
107 lines (91 loc) · 3.23 KB
/
config.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
baseURL = "http://example.org/"
languageCode = "en-us"
title = "Agnes Site"
theme = "agnes-hugo-theme"
[params]
dateFormat = "Jan 2, 2023"
authorName = "Ported to Hugo by Debashish"
google_analytics_id = "GA-"
[menu]
[[menu.main]]
Name = "Contact"
URL = "#"
weight = 1
[[menu.main]]
Name = "About us"
URL = "#"
weight = 2
[[menu.main]]
Name = "FAQ's"
URL = "#"
weight = 3
[[menu.main]]
Name = "Support"
URL = "#"
weight = 4
[params.social]
TwitterURL = "https://twitter.com/podbharati"
GoogleURL = "http://google.com"
FacebookURL = "https://facebook.com/podbharati"
[params.content]
LeadTitle = "Landing template for Startups"
LeadDescription = "Our landing page template works for all the devices, so you only have to setup it once, and get beautiful results forever."
ButtonCaption = "Pricing & Plans"
ButtonURL = "http://google.com"
################### Feature Columns (do not exceed 4) ####################
[[params.feature]]
FeatureTitle = "Feature 1"
FeatureDescription = "A pseudo-Latin text used in web design, layout, and printing in place of English to emphasise design elements."
FeatureImage = "images/feature-1.png"
[[params.feature]]
FeatureTitle = "Feature 2"
FeatureDescription = "A pseudo-Latin text used in web design, layout, and printing in place of English to emphasise design elements."
FeatureImage = "images/feature-2.png"
[[params.feature]]
FeatureTitle = "Feature 3"
FeatureDescription = "A pseudo-Latin text used in web design, layout, and printing in place of English to emphasise design elements."
FeatureImage = "images/feature-3.png"
[[params.feature]]
FeatureTitle = "Feature 4"
FeatureDescription = "A pseudo-Latin text used in web design, layout, and printing in place of English to emphasise design elements."
FeatureImage = "images/feature-4.png"
################### Pricing Columns (do not exceed 3) ####################
[[params.pricing]]
PricingTitle = "Starter"
PricingRate = "27"
ButtonCaption = "Get Early Access"
ButtonURL = "https://example.com/early-access.html"
[[params.pricing.Features]]
Description = "Lorem ipsum is common text"
[[params.pricing.Features]]
Description = "Lorem ipsum is common text"
[[params.pricing.Features]]
Description = "Lorem ipsum is common text"
[[params.pricing.Features]]
Description = "Lorem ipsum is common text"
[[params.pricing]]
PricingTitle = "Professional"
PricingRate = "97"
ButtonCaption = "Get Earlier Access"
ButtonURL = "https://example.com/earlier-access.html"
[[params.pricing.Features]]
Description = "Lorem ipsum is common text"
[[params.pricing.Features]]
Description = "Lorem ipsum is common text"
[[params.pricing.Features]]
Description = "Lorem ipsum is common text"
[[params.pricing.Features]]
Description = "Lorem ipsum is common text"
[[params.pricing]]
PricingTitle = "Business"
PricingRate = "147"
ButtonCaption = "Get Earliest Access"
ButtonURL = "https://example.com/earliest-access.html"
[[params.pricing.Features]]
Description = "Lorem ipsum is common text"
[[params.pricing.Features]]
Description = "Lorem ipsum is common text"
[[params.pricing.Features]]
Description = "Lorem ipsum is common text"
[[params.pricing.Features]]
Description = "Lorem ipsum is common text"