Skip to content

Commit 36b319a

Browse files
authored
Update readme (#49)
* docs: Update README to reflect Keystone 5 fork as Open Keystone, highlighting key differences and project philosophy * refactor(website): replace favicon assets with simplified SVG versions and update metadata integration accordingly
1 parent df890ab commit 36b319a

19 files changed

Lines changed: 48 additions & 160 deletions

README.md

Lines changed: 25 additions & 116 deletions
Large diffs are not rendered by default.

website/src/components/SiteMeta.js

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const SiteMeta = ({ pathname }) => (
1717
`}
1818
render={({
1919
site: {
20-
siteMetadata: { siteUrl, title, twitter },
20+
siteMetadata: { siteUrl, title },
2121
},
2222
}) => {
2323
// NOTE: site.webmanifest is handled in "gatsby-config.js" by "gatsby-plugin-manifest"
@@ -32,13 +32,9 @@ export const SiteMeta = ({ pathname }) => (
3232
<meta name="robots" content="noindex" />
3333
<meta name="robots" content="nofollow" />
3434

35-
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
36-
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32X32.png" />
37-
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16X16.png" />
38-
<link rel="mask-icon" color="#2684FF" href="/safari-pinned-tab.svg" />
39-
<link rel="shortcut icon" href="/favicon.ico" />
40-
<meta name="msapplication-TileColor" content="#2684FF" />
41-
<meta name="msapplication-config" content="/browserconfig.xml" />
35+
<link rel="apple-touch-icon" sizes="180x180" href="/favicon.svg" />
36+
<link rel="icon" type="image/svg" sizes="32x32" href="/safari-pinned-tab.svg" />
37+
<link rel="shortcut icon" href="/favicon.svg" />
4238
<meta name="theme-color" content="#ffffff" />
4339

4440
<meta property="og:url" content={siteUrl} />
@@ -48,10 +44,6 @@ export const SiteMeta = ({ pathname }) => (
4844
<meta property="og:image" content={`${siteUrl}/og-image-landscape.png`} />
4945
<meta property="og:image:width" content="761" />
5046
<meta property="og:image:height" content="410" />
51-
52-
<meta name="twitter:card" content="summary" />
53-
<meta name="twitter:site" content={twitter} />
54-
<meta name="twitter:image" content={`${siteUrl}/og-image-square.png`} />
5547
</Helmet>
5648
);
5749
}}
-2.48 KB
Binary file not shown.
-6.73 KB
Binary file not shown.
-5.67 KB
Binary file not shown.

website/static/browserconfig.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

website/static/favicon-16x16.png

-668 Bytes
Binary file not shown.

website/static/favicon-32x32.png

-1.65 KB
Binary file not shown.

website/static/favicon.ico

-2.62 KB
Binary file not shown.

website/static/favicon.svg

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)