blob: 3c98a92269d1965228dfe333c7f26eaf87b6f698 [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"
Alex Bradbury1a55e942022-01-10 15:11:06 +000027partner_winbond = "https://www.winbond.com"
Garret Kellyac03f712019-11-07 14:32:49 -050028
Garret Kellycb74aff2019-10-21 14:53:09 -040029[[deployment.targets]]
30name = "staging"
31URL = "gs://gold-hybrid-255313-staging"
Garret Kellyac03f712019-11-07 14:32:49 -050032googleCloudCDNOrigin = "gold-hybrid-255313/opentitan-dot-org"
Garret Kellycb74aff2019-10-21 14:53:09 -040033
34[[deployment.targets]]
35name = "public"
36URL = "gs://gold-hybrid-255313"
Garret Kellyac03f712019-11-07 14:32:49 -050037googleCloudCDNOrigin = "gold-hybrid-255313/opentitan-dot-org"
38
39[[deployment.matchers]]
40pattern = ".+"
41cacheControl = "max-age=28800, no-transform, public"
42gzip = true