Skip to content

Commit c9e5143

Browse files
committed
Made changes to a few config files
1 parent 3f8f7ce commit c9e5143

File tree

5 files changed

+13369
-13459
lines changed

5 files changed

+13369
-13459
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Brittany Chiang
3+
Copyright (c) 2022 Parth Desai
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
brittanychiang.com - v4
66
</h1>
77
<p align="center">
8-
The fourth iteration of <a href="https://brittanychiang.com" target="_blank">brittanychiang.com</a> built with <a href="https://www.gatsbyjs.org/" target="_blank">Gatsby</a> and hosted with <a href="https://www.netlify.com/" target="_blank">Netlify</a>
8+
The fourth iteration of <a href="https://parthdesai.vercel.app/" target="_blank">brittanychiang.com</a> built with <a href="https://www.gatsbyjs.org/" target="_blank">Gatsby</a> and hosted with <a href="https://www.netlify.com/" target="_blank">Netlify</a>
99
</p>
1010
<p align="center">
1111
Previous iterations:
@@ -31,7 +31,7 @@ Please also note that I did not build this site with the intention of it being a
3131

3232
### TL;DR
3333

34-
Yes, you can fork this repo. Please give me proper credit by linking back to [brittanychiang.com](https://brittanychiang.com). Thanks!
34+
Yes, you can fork this repo. Please give me proper credit by linking back to (https://parthdesai.vercel.app/). Thanks!
3535

3636
## 🛠 Installation & Set Up
3737

gatsby-config.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ const config = require('./src/config');
22

33
module.exports = {
44
siteMetadata: {
5-
title: 'Brittany Chiang',
5+
title: 'Parth Desai',
66
description:
7-
'Brittany Chiang is a software engineer who specializes in building (and occasionally designing) exceptional digital experiences.',
8-
siteUrl: 'https://brittanychiang.com', // No trailing slash allowed!
7+
'Parth Desai is a software engineer who specializes in building (and occasionally designing) exceptional digital experiences.',
8+
siteUrl: 'https://parthdesai.vercel.app/', // No trailing slash allowed!
99
image: '/og.png', // Path to your image you placed in the 'static' folder
10-
twitterUsername: '@bchiang7',
10+
twitterUsername: '@lone_Musk',
1111
},
1212
plugins: [
1313
`gatsby-plugin-react-helmet`,
@@ -20,8 +20,8 @@ module.exports = {
2020
{
2121
resolve: `gatsby-plugin-manifest`,
2222
options: {
23-
name: 'BrittanyChiang',
24-
short_name: 'BrittanyChiang',
23+
name: 'ParthDesai',
24+
short_name: 'ParthDesai',
2525
start_url: '/',
2626
background_color: config.colors.darkNavy,
2727
theme_color: config.colors.navy,

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "v4",
3-
"description": "Personal Website V4",
3+
"description": "Personal Website",
44
"version": "1.0.0",
5-
"author": "Brittany Chiang <brittany.chiang@gmail.com>",
5+
"author": "Parth Desai <desaiparth2000@gmail.com>",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/bchiang7/v4"

0 commit comments

Comments
 (0)