diff --git a/README.md b/README.md index 289b9a7..ca7c24c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# DeviceTree Project Website +# Devicetree Project Website -This is the git repository for the DeviceTree project website. +This is the git repository for the Devicetree project website. ## 🚀 Project Structure diff --git a/src/components/head/BaseHead.astro b/src/components/head/BaseHead.astro index 550923e..09c7ccb 100644 --- a/src/components/head/BaseHead.astro +++ b/src/components/head/BaseHead.astro @@ -6,7 +6,7 @@ import "../../styles/global.scss"; const GA_ID = import.meta.env.GA_ID; const { - title = "The DeviceTree Project", + title = "The Devicetree Project", description = "A devicetree is a data structure for describing hardware.", type = "website", } = Astro.props; diff --git a/src/components/sections/Updates.astro b/src/components/sections/Updates.astro index 07a8d6a..2a702af 100644 --- a/src/components/sections/Updates.astro +++ b/src/components/sections/Updates.astro @@ -29,15 +29,15 @@ const data_releases = await fetchData(); data_releases ? (
- DeviceTree Specification Release - {data_releases[0].tag_name} + Devicetree Specification Release + {data_releases[0].tag_name}
) : (
No data available
) } - - Released {data_releases[0].created_at} + - Released {dateConvertor(data_releases[0].created_at)} Latest Release
- DeviceTree Specification Release - {item.tag_name} + Devicetree Specification Release + {item.tag_name}
diff --git a/src/content/data/links.yaml b/src/content/data/links.yaml index d20a629..1d00e33 100644 --- a/src/content/data/links.yaml +++ b/src/content/data/links.yaml @@ -2,13 +2,11 @@ url: https://www.linaro.org/ - label: Connect url: https://www.linaro.org/connect/ -- label: 96Boards - url: https://www.96boards.org/ - label: Projects children: - label: OP-TEE url: https://www.trustedfirmware.org/projects/op-tee/ - - label: DeviceTree.org + - label: Devicetree.org url: https://www.devicetree.org/ - label: OpenAMP url: https://www.openampproject.org/ diff --git a/src/content/pages/contact.md b/src/content/pages/contact.md index 2947748..5053059 100644 --- a/src/content/pages/contact.md +++ b/src/content/pages/contact.md @@ -1,7 +1,7 @@ --- title: Contact description: >- - Please get in touch with us to talk more about DeviceTree and how you can get involved. + Please get in touch with us to talk more about Devicetree and how you can get involved. slug: "/contact/" layout: "../../layouts/Flow.astro" hero: @@ -15,13 +15,13 @@ flow: style: text-center px-4 py-5 text-xl buttons_content: - title: contact@linaro.org - url: mailto:contact@linaro.org?subject=DeviceTree.org - /contact/ + url: mailto:contact@linaro.org?subject=Devicetree.org - /contact/ style: bg-primary px-2 py-3 border border-b-primary rounded-md text-white mt-8 text-sm font-normal transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-110 hover:bg-[#1a85a1] duration-300 - component: text style: text-center text_content: text: |- - DeviceTree c/o Linaro + Devicetree c/o Linaro Harston Mill Royston Rd Harston diff --git a/src/content/pages/homepage.md b/src/content/pages/homepage.md index 693f112..8e8fefd 100644 --- a/src/content/pages/homepage.md +++ b/src/content/pages/homepage.md @@ -4,7 +4,7 @@ layout: "../../layouts/Flow.astro" slug: "" hero: inner_image: ../../assets/images/devicetree-icon-white.png - title: The DeviceTree Specification + title: The Devicetree Specification background_image: ../../assets/images/background-image.jpg description: >- A devicetree is a data structure for describing hardware diff --git a/src/content/pages/latest.md b/src/content/pages/latest.md index 36c7d7e..c55424b 100644 --- a/src/content/pages/latest.md +++ b/src/content/pages/latest.md @@ -2,7 +2,7 @@ title: News & Blogs slug: /latest/ description: > - Find all DeviceTree related news and blogs here. + Find all Devicetree related news and blogs here. layout: "../../layouts/Flow.astro" hero: title: News & Blogs diff --git a/src/content/pages/releases.md b/src/content/pages/releases.md index c8179db..83fd9f5 100644 --- a/src/content/pages/releases.md +++ b/src/content/pages/releases.md @@ -3,7 +3,7 @@ layout: ../../layouts/Flow.astro title: Releases slug: /releases/ js-package: releases -keywords: Releases, Device Tree, RoadMap +keywords: Releases, Devicetree, RoadMap hero: title: Releases background_image: ../../assets/images/background-image.jpg