Skip to content

MirTalpur/mirtalpur.github.io

Repository files navigation

mirtalpur.github.io

Personal Site for blogs/talks/conferences/projects mirtalpur.github.io

🚀 Quick start

Gatsby Deploy Status

Gatsby Publish

  1. Install the Gatsby CLI and install all the dependencies.

    gatsby develop
  2. Or utilize npm to run it locally.

    npm install
    npm start
  3. Open the first source code and start editing!

    Your site is now running at http://localhost:8000.

Publish

Every push to main branch spawns a Gatsby Publish Github Action Workflow event which deploys the new build to gh-pages branch

Pre-steps

Install node v17.2.0