blob: 193900643a62126955917759b45d0ea73e11fb40 [file] [log] [blame]
Garret Kellycb74aff2019-10-21 14:53:09 -04001# 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 Kellyac03f712019-11-07 14:32:49 -05005baseURL = "https://opentitan.org/"
6languageCode = "en-us"
7title = "Open source silicon root of trust (RoT)"
8googleAnalytics = "UA-151030466-1"
9disableKinds = ["taxonomy", "taxonomyTerm", "RSS", "sitemap", "categories"]
10
11[params]
12description = "The first open source project building a transparent, high-quality reference design and integration guidelines for silicon root of trust (RoT) chips"
13github_repo = "https://github.com/lowRISC/opentitan"
Rupert Swarbrickc6cd3d72020-12-08 10:55:56 +000014one_year_url = "https://security.googleblog.com/2020/12/opentitan-at-one-year-open-source.html"
15announce_url = "https://security.googleblog.com/2019/11/opentitan-open-sourcing-transparent.html"
Garret Kellyac03f712019-11-07 14:32:49 -050016contact_email = "pilots@opentitan.org"
17get_involved_email = "get-involved@opentitan.org"
18
19partner_lowrisc = "https://www.lowrisc.org/"
20partner_ethzurich = "https://ethz.ch"
21partner_gd = "https://www.gi-de.com/"
22partner_google = "https://opensource.google/"
23partner_nuvoton = "https://www.nuvoton.com"
24partner_wd = "https://www.westerndigital.com/"
Garret Kelly2f6422f2020-07-20 15:59:01 -040025partner_seagate = "https://www.seagate.com"
Alex Bradbury2fa887a2021-12-14 16:17:07 +000026partner_rivos = "https://www.rivosinc.com"
Garret Kellyac03f712019-11-07 14:32:49 -050027
Garret Kellycb74aff2019-10-21 14:53:09 -040028[[deployment.targets]]
29name = "staging"
30URL = "gs://gold-hybrid-255313-staging"
Garret Kellyac03f712019-11-07 14:32:49 -050031googleCloudCDNOrigin = "gold-hybrid-255313/opentitan-dot-org"
Garret Kellycb74aff2019-10-21 14:53:09 -040032
33[[deployment.targets]]
34name = "public"
35URL = "gs://gold-hybrid-255313"
Garret Kellyac03f712019-11-07 14:32:49 -050036googleCloudCDNOrigin = "gold-hybrid-255313/opentitan-dot-org"
37
38[[deployment.matchers]]
39pattern = ".+"
40cacheControl = "max-age=28800, no-transform, public"
41gzip = true