New personal website done in Gatsby.
Steps to use:
- Clone repo.
npm install
to install the required dependencies.- Do whatever changes you want, then
git push
all changes. npm run deploy
to deploy the website. This creates the build on a seperate branch calledgh-pages
.- Enjoy!
Inspired by and attributed to Arun Kirubarajan's personal website.