Skip to content

Commit

Permalink
feat(website): Improve rebranding theming & home (#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanthomasdev authored and ematipico committed Dec 11, 2023
1 parent e86fc73 commit 3538ed1
Show file tree
Hide file tree
Showing 36 changed files with 166 additions and 153 deletions.
15 changes: 5 additions & 10 deletions website/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ export default defineConfig({
react(),
starlight({
title: "Biome",
components: {
Hero: "./src/components/starlight/Hero.astro",
},
defaultLocale: "root",
locales: {
root: {
Expand Down Expand Up @@ -317,20 +320,12 @@ export default defineConfig({
},
],
logo: {
light: "./src/assets/svg/biome-logo.svg",
dark: "./src/assets/svg/biome-logo.svg",
light: "./src/assets/svg/logo-light-transparent.svg",
dark: "./src/assets/svg/logo-dark-transparent.svg",
replacesTitle: true,
},
favicon: "/img/favicon.svg",
head: [
{
tag: "link",
attrs: {
rel: "icon",
href: "/images/favicon-32x32.png",
sizes: "32x32",
},
},
{
tag: "meta",
attrs: { property: "og:image", content: `${site}/img/og.png?v=1` },
Expand Down
Binary file removed website/public/img/android-chrome-192x192.png
Binary file not shown.
Binary file removed website/public/img/android-chrome-512x512.png
Binary file not shown.
Binary file removed website/public/img/apple-touch-icon.png
Binary file not shown.
4 changes: 0 additions & 4 deletions website/public/img/circle-indent-logo.svg

This file was deleted.

Binary file removed website/public/img/favicon-16x16.png
Binary file not shown.
Binary file removed website/public/img/favicon-32x32.png
Binary file not shown.
6 changes: 4 additions & 2 deletions website/public/img/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/public/img/logo-avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/public/img/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion website/public/img/site.webmanifest

This file was deleted.

Binary file removed website/src/assets/android-chrome-192x192.png
Binary file not shown.
Binary file removed website/src/assets/android-chrome-512x512.png
Binary file not shown.
Binary file removed website/src/assets/apple-touch-icon.png
Binary file not shown.
7 changes: 0 additions & 7 deletions website/src/assets/biome-logo-slogan.svg

This file was deleted.

4 changes: 0 additions & 4 deletions website/src/assets/circle-indent-logo.svg

This file was deleted.

Binary file removed website/src/assets/favicon-16x16.png
Binary file not shown.
Binary file removed website/src/assets/favicon-32x32.png
Binary file not shown.
File renamed without changes
1 change: 0 additions & 1 deletion website/src/assets/site.webmanifest

This file was deleted.

Binary file removed website/src/assets/social-logo.png
Binary file not shown.
5 changes: 0 additions & 5 deletions website/src/assets/svg/biome-logo.svg

This file was deleted.

8 changes: 8 additions & 0 deletions website/src/assets/svg/logo-dark-transparent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3538ed1

Please sign in to comment.