The first iteration of https://piyushchandra357.github.io built with Gatsby and hosted with GitHub Pages
Yes, you can fork this repo. Please give proper credit by linking back to brittanychiang.com. Thanks!
-
Install the Gatsby CLI
npm install -g gatsby-cli
-
Install and use the correct version of Node using NVM
nvm install
-
Install dependencies
yarn
-
Start the development server
npm run develop
-
Generate a full static production build
npm run build
-
Preview the site as it will appear once deployed
npm run serve
-
Build & Deployment to GitHub. Automatically creates a master branch for deployment.
gatsby build && gh-pages -d public -b master
Note: You need to have Git installed on your machine and also need to authorize it after running this command for deployment
Color | Hex |
---|---|
Dark Navy | #040c17 |
Navy | #0c1728 |
Light Navy | #142036 |
Lightest Navy | #253248 |
Slate | #cbc0ae |
Light Slate | #c7d6e5 |
Lightest Slate | #dbf2ff |
White | #e8ffff |
Green | #8dfff5 |