Skip to content

Commit 7dfec2b

Browse files
committed
Changed font.
1 parent 1f33990 commit 7dfec2b

24 files changed

+61747
-16750
lines changed

gatsby-config.js

Lines changed: 51 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
siteMetadata: {
33
title: 'Thomas Vaeth',
4-
description: 'My name is Thomas Vaeth. I am front-end developer based in Austin, Texas. I currently work at Square and have previously worked at Redfin, Getty Images, and Urban Influence.',
4+
description: 'My name is Thomas Vaeth. I am front-end developer based in Seattle, Washington. I currently work at Square and have previously worked at Redfin, Getty Images, and Urban Influence.',
55
url: 'https://thomasvaeth.com',
66
twitterUsername: '@thomasvaeth',
77
social: [
@@ -51,6 +51,56 @@ module.exports = {
5151
image: '/inrix-link.jpg',
5252
},
5353
],
54+
instagram: [
55+
{
56+
id: 'CPa3KgtlAf9',
57+
image: '/instagram-CPa3KgtlAf9.jpg',
58+
},
59+
{
60+
id: 'CPZwVL9Fl9k',
61+
image: '/instagram-CPZwVL9Fl9k.jpg',
62+
},
63+
{
64+
id: 'CPUxkmOFv1m',
65+
image: '/instagram-CPUxkmOFv1m.jpg',
66+
},
67+
{
68+
id: 'CFBZjSklmp0',
69+
image: '/instagram-CFBZjSklmp0.jpg',
70+
},
71+
{
72+
id: 'CE-9KL1FqWK',
73+
image: '/instagram-CE-9KL1FqWK.jpg',
74+
},
75+
{
76+
id: 'CEzlk-vF-Hf',
77+
image: '/instagram-CEzlk-vF-Hf.jpg',
78+
},
79+
{
80+
id: 'CEj50aflbo0',
81+
image: '/instagram-CEj50aflbo0.jpg',
82+
},
83+
{
84+
id: 'CDKwVrGllck',
85+
image: '/instagram-CDKwVrGllck.jpg',
86+
},
87+
{
88+
id: 'CA8Cm0nFxkl',
89+
image: '/instagram-CA8Cm0nFxkl.jpg',
90+
},
91+
{
92+
id: 'B5MH4PEF8Zi',
93+
image: '/instagram-B5MH4PEF8Zi.jpg',
94+
},
95+
{
96+
id: 'BrQ3TOBFDVS',
97+
image: '/instagram-BrQ3TOBFDVS.jpg',
98+
},
99+
{
100+
id: 'BlinetFAxm_',
101+
image: '/instagram-BlinetFAxm_.jpg',
102+
},
103+
],
54104
},
55105
plugins: [
56106
'gatsby-plugin-image',
@@ -86,12 +136,6 @@ module.exports = {
86136
path: `${__dirname}/src/images`,
87137
},
88138
},
89-
{
90-
resolve: 'gatsby-source-instagram',
91-
options: {
92-
username: '3980752',
93-
},
94-
},
95139
{
96140
resolve: 'gatsby-transformer-remark',
97141
options: {

0 commit comments

Comments
 (0)