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.
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
.
Edit site content on src/pages/index.js
and config.js
. Images live in the assets/images/images
folder.
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.