Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
141 changes: 25 additions & 116 deletions README.md

Large diffs are not rendered by default.

16 changes: 4 additions & 12 deletions website/src/components/SiteMeta.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const SiteMeta = ({ pathname }) => (
`}
render={({
site: {
siteMetadata: { siteUrl, title, twitter },
siteMetadata: { siteUrl, title },
},
}) => {
// NOTE: site.webmanifest is handled in "gatsby-config.js" by "gatsby-plugin-manifest"
Expand All @@ -32,13 +32,9 @@ export const SiteMeta = ({ pathname }) => (
<meta name="robots" content="noindex" />
<meta name="robots" content="nofollow" />

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

<meta property="og:url" content={siteUrl} />
Expand All @@ -48,10 +44,6 @@ export const SiteMeta = ({ pathname }) => (
<meta property="og:image" content={`${siteUrl}/og-image-landscape.png`} />
<meta property="og:image:width" content="761" />
<meta property="og:image:height" content="410" />

<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content={twitter} />
<meta name="twitter:image" content={`${siteUrl}/og-image-square.png`} />
</Helmet>
);
}}
Expand Down
Binary file removed website/static/android-chrome-192x192.png
Binary file not shown.
Binary file removed website/static/android-chrome-512x512.png
Binary file not shown.
Binary file removed website/static/apple-touch-icon.png
Binary file not shown.
9 changes: 0 additions & 9 deletions website/static/browserconfig.xml

This file was deleted.

Binary file removed website/static/favicon-16x16.png
Binary file not shown.
Binary file removed website/static/favicon-32x32.png
Binary file not shown.
Binary file removed website/static/favicon.ico
Binary file not shown.
10 changes: 10 additions & 0 deletions website/static/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 removed website/static/mstile-144x144.png
Binary file not shown.
Binary file removed website/static/mstile-150x150.png
Binary file not shown.
Binary file removed website/static/mstile-310x150.png
Binary file not shown.
Binary file removed website/static/mstile-310x310.png
Binary file not shown.
Binary file removed website/static/mstile-70x70.png
Binary file not shown.
Binary file modified website/static/og-image-landscape.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed website/static/og-image-square.png
Binary file not shown.
Binary file modified website/static/readme-header.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 9 additions & 23 deletions website/static/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.
Loading