-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
86 lines (66 loc) · 1.43 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
baseURL: "https://inleaf.io/"
theme: "up-business-theme"
languageCode: "en-us"
title: "Inleaf.io"
googleAnalytics: "G-XL5C408EK9"
summaryLength: 20
markup:
goldmark:
renderer:
unsafe: true
params:
title: "Inleaf"
description: "We provide great Jamf compatible (but not only) SaaS asset management tool. Get your assets in one place, follow their lifecycle and get your KPIs in time !"
images:
- "images/hero-image.png"
logo: "logo.png"
favicons:
themeColor: "#FFFFFF"
backgroundColor: "#FFFFFF"
faviconColor: "#000000"
social:
dribbble: "#"
instagram: "#"
facebook: "#"
twitter: "#"
location:
- "Rue de Cheux, 14000 Caen, France"
contact:
copyright: "© 2022 Inleaf, a Frozen Bear product."
postProcess: false
menus:
main:
- name: "Home"
url: "/"
weight: 1
- name: "Who we are"
url: "/about"
weight: 2
- name: "Pricing"
url: "/pricing"
weight: 3
- name: "Ask for a demo"
url: "/contact"
weight: 4
buttons:
- name: "Login"
url: "/#"
weight: 5
pre: "btn btn-primary text-light"
footer:
- name: "Home"
url: "/"
weight: 1
- name: "Who we are"
url: "/about"
weight: 2
- name: "Pricing"
url: "/pricing"
weight: 3
- name: "Contact"
url: "/contact"
weight: 4
taxonomies:
series: "series"
tags: "tags"