1- # Landscape2 settings
2- #
3- # This settings file allows customizing some aspects of the landscape.
4-
5- # Foundation (required)
6- #
7- # Name of the foundation. This value is used in some labels, so we recommended
8- # to keep it as short as possible.
9- #
10- # foundation: <FOUNDATION_NAME>
11- #
121foundation : AOUSD
13-
14- # Url (required)
15- #
16- # Url where the landscape will be hosted.
17- #
18- # url: <LANDSCAPE_URL>
19- #
202url : https://aousd.landscape2.io
21-
22- # Analytics (optional)
23- #
24- # Analytics providers configuration. When an analytics provider is set up, some
25- # additional code from the provider will be injected into the web application.
26- #
273analytics :
28- gtm : # Google Tag Manager configuration
29- container_id : GTM-5QC4L5QJ # Landscape web application container ID
30-
31- # Base path (optional)
32- #
33- # Base path where the landscape will be hosted. By default the generated
34- # landscape is prepared to be hosted at the root of the domain. However, if the
35- # landscape will be hosted in a subpath, this value must be set accordingly.
36- #
37- # base_path: /<BASE_PATH>
38- #
39-
40- # Categories (optional)
41- #
42- # Categories information is read from the `landscape.yml` data file. The way
43- # categories are displayed in the web application is computed dynamically based
44- # on the number of categories and subcategories, as well as the number of items
45- # on each. Sometimes, however, we may want subcategories to be displayed in a
46- # specific order within a category (this happens often in the Members category).
47- # In those cases, it is possible to define that order by overriding a category.
48- #
49- # This option can also be used to not display one or more subcategories in the
50- # landscape. To achieve that, we only need to exclude the subcategory from the
51- # subcategories list when overriding a category.
52- #
53- # categories:
54- # - name: <CATEGORY_NAME>
55- # subcategories:
56- # - <SUBCATEGORY1_NAME>
57- # - <SUBCATEGORY2_NAME>
58- #
59-
60- # Colors (optional)
61- #
62- # Colors used across the landscape UI. The colors section is optional but, when
63- # provided, *all colors must be provided*. Colors must be specified using the
64- # following format: "rgba(<RED>, <GREEN>, <BLUE>, <ALPHA>)".
65- #
66- # colors:
67- # color1: <COLOR1> # Buttons, groups, links
68- # color2: <COLOR2> # Some highlighted items like filters button, search icon
69- # color3: <COLOR3> # Participation stats bars, spinners, modal titles
70- # color4: <COLOR4> # Categories titles in filters, fieldset in filters modal
71- # color5: <COLOR5> # Categories and subcategories frames (odd)
72- # color6: <COLOR6> # Categories and subcategories frames (even)
73- # color7: <COLOR7> # Borders, shadows and options boxes in games
74- #
4+ gtm :
5+ container_id : GTM-5QC4L5QJ
756colors :
767 color1 : rgba(32, 145, 208, 1)
778 color2 : rgba(5, 85, 182, 1)
@@ -80,63 +11,6 @@ colors:
8011 color5 : rgba(32, 145, 208, 0.85)
8112 color6 : rgba(52, 198, 243, 0.85)
8213 color7 : rgba(232, 244, 250, 1)
83-
84- # End user (optional)
85- #
86- # This section allows defining what items should be marked as `end user` based
87- # on the category and subcategory they belong to. If the `enduser` field has
88- # been set on a given item, that value will take precedence.
89- #
90- # enduser:
91- # - category: <CATEGORY1> (required)
92- # subcategories: (optional)
93- # - <SUBCATEGORY1>
94- # - category: <CATEGORY2>
95- #
96-
97- # Featured items (optional)
98- #
99- # This section allows highlighting items that match certain criteria. You can
100- # define a list of rules and the matching items will be featured in a special
101- # way in the landscape.
102- #
103- # Each rule must define a field for the check as well as the values that will
104- # trigger a match. At the moment the fields supported are:
105- #
106- # - maturity
107- # - subcategory
108- #
109- # When a given item's field matches any of the values provided, it will be
110- # considered a featured item. For each option, it is possible to also define an
111- # order (which item would be displayed first) and a label for the item.
112- #
113- # featured_items:
114- # - field: subcategory
115- # options:
116- # - value: <SUBCATEGORY1_NAME>
117- # - value: <SUBCATEGORY2_NAME>
118- #
119-
120- # Footer (optional)
121- #
122- # This section allows customizing some aspects of the footer.
123- #
124- # footer:
125- # links:
126- # facebook: <FACEBOOK_URL>
127- # flickr: <FLICKR_URL>
128- # github: <GITHUB_URL>
129- # homepage: <HOMEPAGE_URL>
130- # instagram: <INSTAGRAM_URL>
131- # linkedin: <LINKEDIN_URL>
132- # slack: <SLACK_URL>
133- # twitch: <TWITCH_URL>
134- # twitter: <TWITTER_URL>
135- # wechat: <WECHAT_URL>
136- # youtube: <YOUTUBE_URL>
137- # logo: <LOGO_URL> # Foundation logo featured on the footer
138- # text: <TEXT> # Copyright notice, for example
139- #
14014footer :
14115 links :
14216 facebook : https://www.facebook.com/allianceopenusd
@@ -147,128 +21,13 @@ footer:
14721 twitter : https://twitter.com/allianceopenusd
14822 youtube : https://www.youtube.com/@AllianceOpenUSD
14923 logo : https://aousd.org/wp-content/uploads/sites/28/2023/07/logo-vertical-white.svg
150- text : |
151- Copyright © Alliance for OpenUSD. All rights reserved. Alliance for OpenUSD is a [Joint Development Foundation Project](https://jointdevelopment.org/), an affiliate of the [Linux Foundation](https://www.linuxfoundation.org/). [Privacy Policy](https://jointdevelopment.org/terms) and [Terms of Use](https://jointdevelopment.org/terms).
152-
153- # Grid items size (optional)
154- #
155- # Defines the preferred size of the landscape items in the grid mode. When the
156- # landscape contains many items, it is recommended to use the `small` size.
157- # However, if there aren't many items, choosing `medium` or `large` may make
158- # the landscape look nicer. Users will still be able to adjust the items size
159- # from the UI using the zoom controls.
160- #
161- # grid_items_size: <small|medium|large>
162- #
24+ text : >
25+ Copyright © Alliance for OpenUSD. All rights reserved. Alliance for OpenUSD is a [Joint Development Foundation Project](https://jointdevelopment.org/), an
26+ affiliate of the [Linux Foundation](https://www.linuxfoundation.org/). [Privacy Policy](https://jointdevelopment.org/terms) and [Terms of
27+ Use](https://jointdevelopment.org/terms).
16328grid_items_size : large
164-
165- # Groups (optional)
166- #
167- # In some cases, especially when a landscape contains lots of items, it may be
168- # interesting to organize them in groups. Each group will be displayed on a
169- # different tab in the landscape web application. Each entry must contain the
170- # name of the group (it will be displayed as is) and a list with the categories
171- # (as defined in the landscape.yml data file) that will be part of this group.
172- #
173- # groups:
174- # - name: <GROUP_NAME>
175- # categories:
176- # - <CATEGORY1_NAME>
177- # - <CATEGORY2_NAME>
178- #
179-
180- # Header (optional)
181- #
182- # This section allows customizing some aspects of the header.
183- #
184- # header:
185- # links:
186- # github: <GITHUB_URL>
187- # logo: <LOGO_URL> # Foundation logo featured on the header
188- #
18929header :
19030 links :
19131 github : https://github.com/aousd/landscape
19232 logo : https://aousd.org/wp-content/uploads/sites/28/2023/07/logo-horizontal-color.svg
193-
194- # Images (optional)
195- #
196- # Urls of some images used in the landscape UI.
197- #
198- # images:
199- # favicon: <FAVICON_URL>
200- # open_graph: <OPEN_GRAPH_IMAGE_URL>
201- #
202-
203- # Logos viewbox (optional)
204- #
205- # In order to display the logos as large as possible in the landscape, during
206- # the build process we try to update their viewbox if `adjust` is set to true
207- # (by default it is when this setting is not provided). However, sometimes this
208- # does not help and logos may not be displayed correctly. In those cases, it is
209- # possible to exclude some of them from being adjusted by adding the logo(s)
210- # file name to the `exclude` list.
211- #
212- # logos_viewbox:
213- # adjust: true
214- # exclude:
215- # - logo1.svg
216- # - logo2.svg
217- #
218-
219- # Name of the members category (optional)
220- #
221- # Landscapes usually have a special category dedicated to the members of the
222- # corresponding foundation. It is possible to use any name for that category,
223- # but it is important that we define it here as there are some special
224- # operations that depend on it.
225- #
226- # members_category: <CATEGORY_NAME>
227- #
228-
229- # Osano (optional)
230- #
231- # Osano cookies consent form configuration. When the Osano configuration is
232- # provided, some additional code will be injected into the web application.
233- #
234- # The `customer_id` and `customer_configuration_id` fields values can be
235- # obtained from the url in the configuration script code available on the Osano
236- # site:
237- #
238- # https://cmp.osano.com/<CUSTOMER_ID>/<CUSTOMER_CONFIGURATION_ID>/osano.js
239- #
240- # osano:
241- # customer_id: <CUSTOMER_ID>
242- # customer_configuration_id: <CUSTOMER_CONFIGURATION_ID>
243- #
244-
245- # Screenshot width (optional)
246- #
247- # Width of the landscape screenshots automatically generated (in pixels).
248- # Screenshots won't be taken if this value is not provided.
249- #
250- # screenshot_width: <WIDTH_IN_PIXELS>
251- #
25233screenshot_width : 1500
253-
254- # Upcoming event (optional)
255- #
256- # This section allows configuring an upcoming event that will be featured on
257- # the landscape web application. Expired events won't be displayed.
258- #
259- # upcoming_event:
260- # name: <NAME> # Event name (required)
261- # start: <START_DATE> # Start date: (required, format: YYYY-MM-DD)
262- # end: <END_DATE> # End date: (required, format: YYYY-MM-DD)
263- # banner_url: <URL> # Event banner image url (required, recommended dimensions: 2400x300)
264- # details_url: <URL> # Event details URL (required)
265- #
266-
267- # View mode (optional)
268- #
269- # This section allows customizing the default view mode of the landscape web
270- # application. The view mode can be set to either `grid` or `card`. When
271- # omitted, the default view mode is `grid`.
272- #
273- # view_mode: <grid|card>
274- #
0 commit comments