Skip to content

imalsky/imalsky.github.io

Repository files navigation

Isaac Malsky's personal website

Built from a Gatsby.js V2 starter template based on Paradigm Shift by HTML5 UP

For an overview of the project structure refer to Gatsby documentation - Building with Components.

Local development

Make sure that you have the following installed:

  • npm
  • Gatsby (install by running npm install --global gatsby-cli)

Clone the repo:

git clone [email protected]:imalsky/imalsky.github.io.git

Run it:

cd imalsky.github.io
npm install
gatsby develop

Visit http://localhost:8000/ in a browser to see your site!

In the future, you can run the site locally just by running gatsby develop.

Editing

Edit site content on src/pages/index.js and config.js. Images live in the assets/images/images folder.

Deployment

The default branch of this repo is source. For more on that, see this Gatsby documentation. All changes should be merged into source.

Changes can then be deployed to https://imalsky.github.io/ by running:

npm run deploy

This will update the master branch, which is what Github Pages is watching.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published