Skip to content

Commit

Permalink
Update logo in more places (#2028)
Browse files Browse the repository at this point in the history
- Fixes #963

## Checklist

- [-] I have added
[tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)
- [x] I have updated the
[docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and
[cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet)
- [-] I have not broken the cheatsheet
  • Loading branch information
pokey authored Nov 14, 2023
1 parent 93ca6da commit 8e5a5b7
Show file tree
Hide file tree
Showing 27 changed files with 143 additions and 3,230 deletions.
38 changes: 36 additions & 2 deletions packages/cursorless-org-docs/docusaurus.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,38 @@ const config: Config = {
tagline: "Structural voice coding at the speed of thought",
url: "https://www.cursorless.org",
baseUrl: "/docs/",
favicon: "/docs/favicon.ico",
stylesheets: [
// Icons generated with https://favicon.io/favicon-generator/
{
rel: "icon",
type: "image/svg+xml",
href: "/favicon.svg",
},
{
rel: "apple-touch-icon",
sizes: "180x180",
href: "/apple-touch-icon.png?v=1",
},
{
rel: "icon",
type: "image/png",
sizes: "32x32",
href: "/favicon-32x32.png?v=1",
},
{
rel: "icon",
type: "image/png",
sizes: "16x16",
href: "/favicon-16x16.png?v=1",
},
{ rel: "manifest", href: "/site.webmanifest?v=1" },
{
rel: "mask-icon",
href: "/safari-pinned-tab.svg?v=1",
color: "#7c7c7c",
},
{ rel: "shortcut icon", href: "/favicon.ico?v=1" },
],
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "throw",
trailingSlash: true,
Expand Down Expand Up @@ -97,7 +128,10 @@ const config: Config = {
title: "Cursorless",
logo: {
alt: "Cursorless",
src: "icon.svg",
src: "logo.svg",
srcDark: "logo-dark.svg",
href: "https://www.cursorless.org/",
target: "_self",
},
items: [
{
Expand Down
Binary file removed packages/cursorless-org-docs/static/favicon.ico
Binary file not shown.
3,220 changes: 0 additions & 3,220 deletions packages/cursorless-org-docs/static/icon.svg

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cursorless-org-docs/static/logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions packages/cursorless-org-docs/static/logo.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 modified packages/cursorless-org/public/android-chrome-192x192.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 packages/cursorless-org/public/android-chrome-512x512.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 packages/cursorless-org/public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions packages/cursorless-org/public/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png?v=1"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file modified packages/cursorless-org/public/favicon-16x16.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 packages/cursorless-org/public/favicon-32x32.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 packages/cursorless-org/public/favicon.ico
Binary file not shown.
Binary file added packages/cursorless-org/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions packages/cursorless-org/public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions packages/cursorless-org/public/logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions packages/cursorless-org/public/logo.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 packages/cursorless-org/public/mstile-144x144.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 added packages/cursorless-org/public/mstile-150x150.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 added packages/cursorless-org/public/mstile-310x150.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 added packages/cursorless-org/public/mstile-310x310.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 added packages/cursorless-org/public/mstile-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions packages/cursorless-org/public/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions packages/cursorless-org/public/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
"short_name": "Cursorless",
"icons": [
{
"src": "/android-chrome-192x192.png",
"src": "/android-chrome-192x192.png?v=1",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"src": "/android-chrome-512x512.png?v=1",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#000000",
"background_color": "#000000",
"display": "standalone"
}
12 changes: 8 additions & 4 deletions packages/cursorless-org/src/components/BaseSocial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,25 @@ export default function BaseSocial({
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon.png"
href="/apple-touch-icon.png?v=1"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon-32x32.png"
href="/favicon-32x32.png?v=1"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon-16x16.png"
href="/favicon-16x16.png?v=1"
/>
<link rel="manifest" href="/site.webmanifest" />
<link rel="manifest" href="/site.webmanifest?v=1" />
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=1" color="#7c7c7c" />
<link rel="shortcut icon" href="/favicon.ico?v=1" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#000000" />
<meta property="og:site_name" content="Cursorless" />
<meta property="og:url" content={url} />
<meta property="og:image" content={thumbnailUrl} />
Expand Down
Binary file added packages/cursorless-vscode/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/cursorless-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Cursorless",
"description": "Structural voice coding at the speed of thought",
"private": true,
"icon": "images/icon.png",
"icon": "images/logo.png",
"galleryBanner": {
"color": "#00001A",
"theme": "dark"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const assets: Asset[] = [
destination: "fonts/cursorless.woff",
},
{ source: "../../images/hats", destination: "images/hats" },
{ source: "../../images/icon.png", destination: "images/icon.png" },
{ source: "./images/logo.png", destination: "images/logo.png" },
{ source: "../../images/logo.svg", destination: "images/logo.svg" },
{ source: "../../schemas", destination: "schemas" },
{
Expand Down

0 comments on commit 8e5a5b7

Please sign in to comment.