Skip to content

Commit 717e531

Browse files
refactor: tjw.dev
1 parent fc96452 commit 717e531

File tree

11 files changed

+26
-29995
lines changed

11 files changed

+26
-29995
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://thejustinwalsh.com">
3-
<img alt="Gatsby" src="https://www.gatsbyjs.com/Gatsby-Monogram.svg" width="60" />
3+
<img alt="tjw.DEV logo" src="src/images/favicon.ico" width="60" />
44
</a>
55
</p>
66
<h1 align="center">

gatsby-config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const postcssNested = require("postcss-nested")
44

55
module.exports = {
66
siteMetadata: {
7-
title: `thejustinwalsh`,
7+
title: `tjw.DEV`,
88
description: `Minimal maintnance landing page for some kind of web presence built with <a href="https://www.gatsbyjs.com/">Gatsby</a>, <a href="https://github.com/4Catalyzer/astroturf">Astroturf</a>, and <a href="https://tailwindcss.com/">Tailwind</a>.`,
99
author: `@thejustinwalsh`,
1010
},
@@ -23,13 +23,13 @@ module.exports = {
2323
{
2424
resolve: `gatsby-plugin-manifest`,
2525
options: {
26-
name: `thejustinwalsh`,
27-
short_name: `tjw`,
26+
name: `tjw.DEV LLC`,
27+
short_name: `tjw.DEV`,
2828
start_url: `/`,
2929
background_color: `#FFFFFF`,
3030
theme_color: `#FFFFFF`,
3131
display: `minimal-ui`,
32-
icon: `src/images/tjw-icon.png`, // This path is relative to the root of the site.
32+
icon: `src/images/favicon.ico`, // This path is relative to the root of the site.
3333
},
3434
},
3535
`gatsby-plugin-typescript`,

package-lock.json

Lines changed: 9 additions & 29985 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "the-justin-walsh",
3-
"description": "Personal Website",
2+
"name": "tjw-dev.github.io",
3+
"description": "Company Website",
44
"version": "0.1.0",
55
"author": "Justin Walsh <[email protected]>",
66
"private": "true",

src/components/seo.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ function SEO({ description, lang, meta, title }) {
7070
},
7171
].concat(meta)}
7272
>
73+
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png" />
74+
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png" />
75+
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png" />
7376
<meta name="monetization" content="$ilp.uphold.com/hGqBNJM932UJ" />
7477
</Helmet>
7578
)

src/images/apple-touch-icon.png

23.8 KB
Loading

src/images/favicon-16x16.png

1.97 KB
Loading

src/images/favicon-32x32.png

2.67 KB
Loading

src/images/favicon.ico

14.7 KB
Binary file not shown.

src/images/tjw-icon.png

-3.18 KB
Binary file not shown.

0 commit comments

Comments
 (0)