Skip to content

Commit bc930ae

Browse files
Update README.md
1 parent 1d53174 commit bc930ae

File tree

1 file changed

+20
-33
lines changed

1 file changed

+20
-33
lines changed

README.md

+20-33
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,72 @@
11
<div align="center">
2-
<img alt="Logo" src="https://raw.githubusercontent.com/bchiang7/v4/main/src/images/logo.png" width="100" />
2+
<img alt="Logo" src="https://github.com/chandrikadeb7/chandrikadeb7.github.io/blob/code/src/images/logo.png" width="100" />
33
</div>
44
<h1 align="center">
5-
brittanychiang.com - v4
5+
Personal Portfolio Website
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 second iteration of <a href="https://chandrikadeb7.github.io/" target="_blank">chandrikadeb7.github.io</a> built with <a href="https://www.gatsbyjs.org/" target="_blank">Gatsby</a> and hosted using <a href="https://pages.github.com/" target="_blank">Github Pages</a>
99
</p>
1010
<p align="center">
1111
Previous iterations:
12-
<a href="https://github.com/bchiang7/v1" target="_blank">v1</a>,
13-
<a href="https://github.com/bchiang7/v2" target="_blank">v2</a>,
14-
<a href="https://github.com/bchiang7/bchiang7.github.io" target="_blank">v3</a>
12+
<a href="https://github.com/chandrikadeb7/chandrikadeb7.github.io-v1" target="_blank">Version 1</a>
1513
</p>
16-
<p align="center">
17-
<a href="https://app.netlify.com/sites/brittanychiang/deploys" target="_blank">
18-
<img src="https://api.netlify.com/api/v1/badges/1963b488-7b78-48c9-9e2d-6fb5e47ab3af/deploy-status" alt="Netlify Status" />
19-
</a>
20-
</p>
21-
22-
![demo](https://raw.githubusercontent.com/bchiang7/v4/main/src/images/demo.png)
23-
24-
## 🚨 Forking this repo (please read!)
2514

26-
Many people have contacted me asking me if they can use this code for their own website, and the answer to that question is usually **yes, with attribution**.
27-
28-
I value keeping my site open source, but as you all know, _**plagiarism is bad**_. It's always disheartening whenever I find that someone has copied my site without giving me credit. I spent a non-trivial amount of effort building and designing this iteration of my website, and I am proud of it! All I ask of you all is to not claim this effort as your own.
29-
30-
Please also note that I did not build this site with the intention of it being a starter theme, so if you have questions about implementation, please refer to the [Gatsby docs](https://www.gatsbyjs.org/docs/).
15+
<div align="center">
16+
<img alt="Demo" src="https://github.com/chandrikadeb7/chandrikadeb7.github.io/blob/code/src/images/demo.png" />
17+
</div>
3118

3219
### TL;DR
3320

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

3623
## 🛠 Installation & Set Up
3724

38-
1. Install the Gatsby CLI
25+
1. Install the Gatsby CLI (Use npm 10)
3926

4027
```sh
4128
npm install -g gatsby-cli
4229
```
4330

44-
2. Install and use the correct version of Node using [NVM](https://github.com/nvm-sh/nvm)
31+
2. Install and use the correct version of Node (18 or 20) using [NVM](https://github.com/nvm-sh/nvm)
4532

4633
```sh
47-
nvm install
34+
nvm install --force
4835
```
4936

50-
3. Install dependencies
37+
3. Build using Gatsby
5138

5239
```sh
53-
yarn
40+
gatsby build
5441
```
5542

56-
4. Start the development server
43+
4. Start the development server (localhost)
5744

5845
```sh
5946
npm start
6047
```
6148

62-
## 🚀 Building and Running for Production
49+
## 🚀 Building and Running for Production (GitHub Pages)
6350

6451
1. Generate a full static production build
6552

6653
```sh
67-
npm run build
54+
gatsby build
6855
```
6956

70-
1. Preview the site as it will appear once deployed
57+
2. Push to production
7158

7259
```sh
73-
npm run serve
60+
npm run deploy
7461
```
7562

7663
## 🎨 Color Reference
7764

7865
| Color | Hex |
7966
| -------------- | ------------------------------------------------------------------ |
8067
| Navy | ![#0a192f](https://via.placeholder.com/10/0a192f?text=+) `#0a192f` |
81-
| Light Navy | ![#112240](https://via.placeholder.com/10/0a192f?text=+) `#112240` |
82-
| Lightest Navy | ![#233554](https://via.placeholder.com/10/303C55?text=+) `#233554` |
68+
| Light Navy | ![#172a45](https://via.placeholder.com/10/0a192f?text=+) `#172a45` |
69+
| Lightest Navy | ![#303C55](https://via.placeholder.com/10/303C55?text=+) `#303C55` |
8370
| Slate | ![#8892b0](https://via.placeholder.com/10/8892b0?text=+) `#8892b0` |
8471
| Light Slate | ![#a8b2d1](https://via.placeholder.com/10/a8b2d1?text=+) `#a8b2d1` |
8572
| Lightest Slate | ![#ccd6f6](https://via.placeholder.com/10/ccd6f6?text=+) `#ccd6f6` |

0 commit comments

Comments
 (0)