-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
93 lines (76 loc) · 2.59 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
baseURL = "/"
themesDir = "themes"
theme = "hugo-serif-theme"
languageCode = "en-us"
title = "Single Pane"
subtitle = "A.I driven Signal Classification and Decison Management"
[module]
[module.hugoVersion]
extended = true
min = "0.88.0"
[params]
# In most cases you will only want to set the google_analytics_id OR the google_tag_manager_id. If you have Google Analytics included in your GTM tags don't put your GA ID here. Otherwise your data might be useless.
google_analytics_id = ""
google_tag_manager_id = ""
[params.homepage]
show_contact_box = false # show / hide the contact box on the homepage
show_services_button = false # show / hide the "view all services" button
[params.logo]
mobile = "images/logo/singlepane-mobile.jpg"
mobile_height = "40px"
desktop = "images/logo/singlepane.jpg"
desktop_height = "65px"
alt = "Single Pane of Glass - A.I driven signal classification and decison management software."
[params.fonts]
# sets the google font link in layouts/partials/google-fonts.html
google_fonts = 'https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&family=Source+Sans+Pro:wght@400;700&display=swap'
heading = "Playfair Display"
base = "Source Sans Pro"
[params.colors]
primary = "#f24088"
black = "#2f2f41"
white = "#ffffff"
white_offset = "#f6f7ff"
grey = "#5C5A5A"
[params.seo]
meta_twitter_site = "@single-pane"
meta_twitter_creator = "@single-pane"
meta_og_image = "https://www.zerostatic.io/theme/hugo-serif/hugo-serif-screenshot.png"
[params.services]
summary_truncate = 120 # How many characters to include in the summary of the services before truncating
[params.team]
summary_large_truncate = 120 # How many characters to include in the summary of the team bios (large layout) before truncating
# [params.footer]
# # copyright_text = 'Kernel Domain Inc <a class="kerneldomain" href="https://www.kerneldomain.com">www.kerneldomain.com</a>'
# copyright_text = 'Kernel Domain Inc'
[menu]
# Main Menu
[[menu.main]]
name = "Strategy"
url = "/strategy/"
weight = 1
[[menu.main]]
name = "Products"
url = "/products/"
weight = 2
[[menu.main]]
name = "Solutions"
url = "/solutions/"
weight = 3
[[menu.main]]
name = "Community"
url = "/community/"
weight = 4
[[menu.main]]
name = "Team"
url = "/team/"
weight = 5
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 6
# Footer Menu
[[menu.footer]]
name = "COPYRIGHT © 2023 Single Pane Inc."
# url = "/"
weight = 1