Skip to content

shetharp/arpitsheth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

arpitsheth web

GitHub last commit GitHub last commit (branch)

My personal website & portfolio.

πŸ–‹ View Colophon β†’


Set Up

Prerequisites
  • Ensure you have Node, Yarn, and Gatsby CLI installed on your machine before proceeding.

  • Clone this repo locally and cd into it

  1. Install dependencies

    yarn
  2. Run Gatsby development server

    yarn develop

    You can also use gatsby develop, if you have the Gatsby CLI installed.

  3. Start making changes! You can see your changes get hot-reloaded in your browser.

    • Add content with gatsby-theme-polaroid
    • Customizing and Shadowing with gatsby-theme-polaroid
    • Occassionally, you might make a change (such as deleting a file or adding a file to shadow) which requires you to clear your cache or restart your development server. You can do this by stoping your development server (CTRL + C), running gatsby clean, followed by gatsby develop.

Deploy and Publish

Deployment details
  • This website is deployed using GitHub Pages.

  • The domain provider for arpitsheth.com is configured to point to GitHub's domain name servers. The domain arpitsheth.com is added to the CNAME file in the root directory of the repo, which lets GitHub's DNS know to serve this website for that domain.

  • There is currently no CI/CD process for automatic deployments. You must follow the steps below to deploy your changes.

  1. Once you are done making changes, it's a good idea to test them with a production build.

    yarn build
  2. Then, serve your build to view the production optimized website locally.

    yarn serve
  3. Make sure all of your changes are commited and merged into the master branch. The deployment step deploys only the latest commit from master.

  4. If everything looks good, deploy!

    yarn deploy
  5. Navigate to https://arpitsheth.com to view your deployment! (It might take a moment).

Features

Steal the look with gatsby-theme-polaroid.