Garret Kelly | cb74aff | 2019-10-21 14:53:09 -0400 | [diff] [blame] | 1 | # Copyright lowRISC contributors. |
| 2 | # Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| 3 | # SPDX-License-Identifier: Apache-2.0 |
| 4 | |
Garret Kelly | ac03f71 | 2019-11-07 14:32:49 -0500 | [diff] [blame] | 5 | baseURL = "https://opentitan.org/" |
| 6 | languageCode = "en-us" |
| 7 | title = "Open source silicon root of trust (RoT)" |
| 8 | googleAnalytics = "UA-151030466-1" |
| 9 | disableKinds = ["taxonomy", "taxonomyTerm", "RSS", "sitemap", "categories"] |
| 10 | |
| 11 | [params] |
| 12 | description = "The first open source project building a transparent, high-quality reference design and integration guidelines for silicon root of trust (RoT) chips" |
| 13 | github_repo = "https://github.com/lowRISC/opentitan" |
Rupert Swarbrick | c6cd3d7 | 2020-12-08 10:55:56 +0000 | [diff] [blame] | 14 | one_year_url = "https://security.googleblog.com/2020/12/opentitan-at-one-year-open-source.html" |
| 15 | announce_url = "https://security.googleblog.com/2019/11/opentitan-open-sourcing-transparent.html" |
Garret Kelly | ac03f71 | 2019-11-07 14:32:49 -0500 | [diff] [blame] | 16 | contact_email = "pilots@opentitan.org" |
| 17 | get_involved_email = "get-involved@opentitan.org" |
| 18 | |
| 19 | partner_lowrisc = "https://www.lowrisc.org/" |
| 20 | partner_ethzurich = "https://ethz.ch" |
| 21 | partner_gd = "https://www.gi-de.com/" |
| 22 | partner_google = "https://opensource.google/" |
| 23 | partner_nuvoton = "https://www.nuvoton.com" |
| 24 | partner_wd = "https://www.westerndigital.com/" |
Garret Kelly | 2f6422f | 2020-07-20 15:59:01 -0400 | [diff] [blame] | 25 | partner_seagate = "https://www.seagate.com" |
Alex Bradbury | 2fa887a | 2021-12-14 16:17:07 +0000 | [diff] [blame] | 26 | partner_rivos = "https://www.rivosinc.com" |
Alex Bradbury | 1a55e94 | 2022-01-10 15:11:06 +0000 | [diff] [blame] | 27 | partner_winbond = "https://www.winbond.com" |
Garret Kelly | ac03f71 | 2019-11-07 14:32:49 -0500 | [diff] [blame] | 28 | |
Garret Kelly | cb74aff | 2019-10-21 14:53:09 -0400 | [diff] [blame] | 29 | [[deployment.targets]] |
| 30 | name = "staging" |
| 31 | URL = "gs://gold-hybrid-255313-staging" |
Garret Kelly | ac03f71 | 2019-11-07 14:32:49 -0500 | [diff] [blame] | 32 | googleCloudCDNOrigin = "gold-hybrid-255313/opentitan-dot-org" |
Garret Kelly | cb74aff | 2019-10-21 14:53:09 -0400 | [diff] [blame] | 33 | |
| 34 | [[deployment.targets]] |
| 35 | name = "public" |
| 36 | URL = "gs://gold-hybrid-255313" |
Garret Kelly | ac03f71 | 2019-11-07 14:32:49 -0500 | [diff] [blame] | 37 | googleCloudCDNOrigin = "gold-hybrid-255313/opentitan-dot-org" |
| 38 | |
| 39 | [[deployment.matchers]] |
| 40 | pattern = ".+" |
| 41 | cacheControl = "max-age=28800, no-transform, public" |
| 42 | gzip = true |