You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Customizable navbar. For a dropdown, add a "sublinks" list.
46
-
navbar:
47
-
- title: Features
48
-
url: /
49
-
- title: Pricing
50
-
url: /
51
-
- title: Dropdown
52
-
sublinks:
53
-
- title: Dropdown item
54
-
url: /
55
-
- title: Dropdown item
56
-
url: /
57
-
- title: Dropdown item
58
-
url: /
59
-
- title: Log in
60
-
url: /
61
-
- title: Sign up
62
-
url: /
63
-
button: true
64
-
section1:
65
-
title: Great power comes
66
-
subtitle: with great responsibility
67
-
tiles:
68
-
- title: App builder
69
-
icon: mouse-globe
70
-
text: This is some explanatory text that is on two rows
71
-
url: /
72
-
buttonText: Free trial
73
-
- title: Cloud integration
74
-
icon: laptop-cloud
75
-
text: This is some explanatory text that is on two rows
76
-
url: /
77
-
buttonText: Get started
78
-
- title: Add-ons & plugins
79
-
icon: plug-cloud
80
-
text: This is some explanatory text that is on two rows
81
-
url: /
82
-
buttonText: Get started
83
-
section2:
84
-
title: You're here because you want the best
85
-
subtitle: And we know it
86
-
features:
87
-
- title: Powerful and unified interface
88
-
text: 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.
89
-
# Icon (from /images/illustrations/icons/___.svg)
90
-
icon: laptop-globe
91
-
- title: Cross-device synchronisation
92
-
text: 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.
93
-
icon: doc-sync
94
-
- title: Nomad system
95
-
text: 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.
96
-
icon: mobile-feed
97
-
section3:
98
-
title: One platform
99
-
subtitle: To rule them all
100
-
image: illustrations/mockups/app-mockup.png
101
-
buttonText: Get started
102
-
buttonLink: "#"
103
-
section4:
104
-
title: Our Clients love us!
105
-
subtitle: Lorem ipsum sit dolor amet is a dummy text used by typography industry
106
-
clients:
107
-
- name: Irma Walters
108
-
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.
109
-
job: Accountant
110
-
img: 1
111
-
- name: John Bradley
112
-
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.
113
-
job: Financial Analyst
114
-
img: 2
115
-
- name: Gary Blackman
116
-
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.
117
-
job: HR Manager
118
-
img: 3
119
-
section5: true
120
-
footer:
121
-
# Logo (from /images/logos/___)
122
-
logo: fresh-white-alt.svg
123
-
# Social Media Title
124
-
socialmediatitle: Follow Us
125
-
# Social media links (GitHub, Twitter, etc.). All are optional.
theme_variant: "minty"# possible value for the theme_variant `cerulean,cosmo,cyborg,darkly,flatly,journal,litera,lumen,lux,materia,minty,pulse,sandstone,simplex,slate,solar,spacelab,superhero,united,yeti`
14
+
description: "A Simple Blog with Bulma"# Suggested, controls default description meta and landing page
15
+
powered_by: "love"# Optional, controls name display on footer
16
+
hide_author: false # Optional, set true to hide author name on posts
17
+
images: # Suggested, controls default OpenGraph images controls author name display on meta tag
18
+
github: "github"# Optional, to display link to github account in menu bar
19
+
twitter: "twitter"# Optional, to display link to twitter account in menu bar
0 commit comments