Skip to content

Commit 8e5a5b7

Browse files
authored
Update logo in more places (#2028)
- 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
1 parent 93ca6da commit 8e5a5b7

27 files changed

+143
-3230
lines changed

packages/cursorless-org-docs/docusaurus.config.mts

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,38 @@ const config: Config = {
6363
tagline: "Structural voice coding at the speed of thought",
6464
url: "https://www.cursorless.org",
6565
baseUrl: "/docs/",
66-
favicon: "/docs/favicon.ico",
66+
stylesheets: [
67+
// Icons generated with https://favicon.io/favicon-generator/
68+
{
69+
rel: "icon",
70+
type: "image/svg+xml",
71+
href: "/favicon.svg",
72+
},
73+
{
74+
rel: "apple-touch-icon",
75+
sizes: "180x180",
76+
href: "/apple-touch-icon.png?v=1",
77+
},
78+
{
79+
rel: "icon",
80+
type: "image/png",
81+
sizes: "32x32",
82+
href: "/favicon-32x32.png?v=1",
83+
},
84+
{
85+
rel: "icon",
86+
type: "image/png",
87+
sizes: "16x16",
88+
href: "/favicon-16x16.png?v=1",
89+
},
90+
{ rel: "manifest", href: "/site.webmanifest?v=1" },
91+
{
92+
rel: "mask-icon",
93+
href: "/safari-pinned-tab.svg?v=1",
94+
color: "#7c7c7c",
95+
},
96+
{ rel: "shortcut icon", href: "/favicon.ico?v=1" },
97+
],
6798
onBrokenLinks: "throw",
6899
onBrokenMarkdownLinks: "throw",
69100
trailingSlash: true,
@@ -97,7 +128,10 @@ const config: Config = {
97128
title: "Cursorless",
98129
logo: {
99130
alt: "Cursorless",
100-
src: "icon.svg",
131+
src: "logo.svg",
132+
srcDark: "logo-dark.svg",
133+
href: "https://www.cursorless.org/",
134+
target: "_self",
101135
},
102136
items: [
103137
{
Binary file not shown.

packages/cursorless-org-docs/static/icon.svg

Lines changed: 0 additions & 3220 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading
-1.44 KB
Loading
965 Bytes
Loading
-7.14 KB
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png?v=1"/>
6+
<TileColor>#da532c</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>
211 Bytes
Loading

0 commit comments

Comments
 (0)