-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
111 lines (83 loc) · 2.48 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
108
109
110
111
baseURL = "https://laughing-brattain-01ecb0.netlify.com/"
languageCode = "en-us"
title = "User Experience Society"
theme = "hugo-uxsoc-theme"
[params]
theme_color = "#008ED4"
description = ""
description_photo = ""
favicon = "img/favicon.ico"
logo = "img/uxsoc_logo_full.png"
email = ""
facebook = ""
twitter = ""
dribbble = ""
linkedin = ""
medium = ""
[params.home]
[params.home.nav]
enable = true
[params.home.hero]
enable = true
org_name = "USER EXPERIENCE SOCIETY"
title = "We make design leaders"
call_to_action = "START YOUR JOURNEY"
[params.home.mission]
enable = true
mission = "User Experience Society aims to guide the design leaders of tomorrow, creating products and services that will make the world a better place"
[params.home.cards]
enable = true
[params.home.footer]
enable = true
[params.community]
[params.community.nav]
enable = true
[params.community.hero]
enable = true
subtitle = "UX SOCIETY COMMUNITY"
title = "Learn and grow with an amazing community"
[params.community.events]
enable = true
subtitle = "EVENTS"
title = "Coming up next"
[params.community.members]
enable = true
title = "Current Members"
[params.community.stories]
enable = true
[params.community.job_board]
enable = true
[params.community.resources]
enable = true
[params.community.chapters]
enable = true
[params.community.footer]
enable = true
[params.work]
[params.work.nav]
enable = true
[params.work.hero]
enable = true
subtitle = "WORK WITH UX SOCIETY"
title = "Crafting the best experiences to achieve your goals"
call_to_action = "CONTACT US"
[params.work.process]
enable = true
subtitle = "PROCESS"
title = "The method to our madness"
[params.work.case_studies]
enable = true
[params.work.services]
enable = true
[params.work.clientele]
enable = true
[params.work.footer]
enable = true
[params.footer]
title = "Get the latest <br/>updates"
subtitle = "Sign up for our weekly newsletter"
made_by = "Passionately made by <span class=\"footer-link\"><a href=\"\">User Experience Society</a></span>"
[params.error]
enable = true
message = "404 - Not Found"
link_text = "Go Home"