forked from StefMa/hugo-fresh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
138 lines (136 loc) · 4.47 KB
/
config.yaml
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
baseURL: http://example.org/
languageCode: en-us
title: Hugo Fresh Theme
theme: hugo-fresh
params:
hero:
tagline: Hugo Fresh theme
subTagline: An adaptation of the gorgeous Fresh landing page starter from CSS Ninja
buttonText: Click here
image: illustrations/worker.svg
bottomIcons:
- logos/clients/systek.svg
- logos/clients/tribe.svg
- logos/clients/kromo.svg
- logos/clients/infinite.svg
- logos/clients/gutwork.svg
navbar:
buttonText: Sign up
logo:
src: logos/fresh.svg
alt: Main navbar logo
links:
- text: Features
url: /
- text: Pricing
url: /
- text: Dropdown
dropdown: true
links:
- Dropdown item 1
- Dropdown item 2
- Dropdown item 3
features:
tagline: Great power comes with great Responsibility
subTagline: Lorem ipsum sit dolor amet is a dummy text used by typography industry
panels:
- title: Online App builder
image: illustrations/icons/mouse-globe.svg
text: This is some explanatory text that is on two rows
button:
text: Free Trial
url: /
delay: 1
- title: Cloud deployment
image: illustrations/icons/laptop-cloud.svg
text: This is some explanatory text that is on two rows
button:
text: Free Trial
url: /
delay: 2
- title: Pluggable tools
image: illustrations/icons/plug-cloud.svg
text: This is some explanatory text that is on two rows
button:
text: Free Trial
url: /
delay: 3
sellingPoints:
tagline: You're here because you want the best
points:
- title: Powerful and unified interface
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ornare magna eros, eu pellentesque tortor vestibulum ut. Maecenas non massa sem. Etiam finibus odio quis feugiat facilisis.
icon: laptop-globe
- title: Cross device Synchronisation
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ornare magna eros, eu pellentesque tortor vestibulum ut. Maecenas non massa sem. Etiam finibus odio quis feugiat facilisis.
icon: doc-sync
- title: Nomad System
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ornare magna eros, eu pellentesque tortor vestibulum ut. Maecenas non massa sem. Etiam finibus odio quis feugiat facilisis.
icon: mobile-feed
platform:
image: illustrations/mockups/app-mockup.png
tagline: One Platform to rule them All
subTagline: Lorem ipsum sit dolor amet is a dummy text used by typography industry
buttonText: Get Started
clients:
tagline: Our Clients love us!
subTagline: Lorem ipsum sit dolor amet is a dummy text used by typography industry
clientExamples:
- name: Irma Walters
position: Accountant
quote: Lorem ipsum dolor sit amet, elit deleniti dissentias quo eu, hinc minim appetere te usu, ea case duis scribentur has. Duo te consequat elaboraret, has quando suavitate at.
image: 1.png
- name: John Bradley
position: Financial Analyst
quote: Lorem ipsum dolor sit amet, elit deleniti dissentias quo eu, hinc minim appetere te usu, ea case duis scribentur has. Duo te consequat elaboraret, has quando suavitate at.
image: 2.png
- name: Gary Blackman
position: HR Manager
quote: Lorem ipsum dolor sit amet, elit deleniti dissentias quo eu, hinc minim appetere te usu, ea case duis scribentur has. Duo te consequat elaboraret, has quando suavitate at.
image: 3.png
contact:
tagline: Drop us a line or two!
footer:
image: fresh-white.svg
columns:
- title: Product
links:
- name: Discover features
url: "#"
- name: Why choose our Product?
url: "#"
- name: Compare features
url: "#"
- name: Our Roadmap
url: "#"
- name: Request features
url: "#"
- title: Docs
links:
- name: Get Started
url: "#"
- name: User guides
url: "#"
- name: Admin guide
url: "#"
- name: Developers
url: "#"
- title: Blogroll
links:
- name: Latest News
url: "#"
- name: Tech articles
url: "#"
- name: Video Blog
url: "#"
followUs:
- icon: github
url: "https://github.com/lucperkins"
- icon: dribbble
url: "#"
- icon: facebook
url: "#"
- icon: twitter
url: "https://twitter.com/lucperkins"
- icon: bitbucket
url: "#"