Skip to content

Latest commit

 

History

History
executable file
·
22 lines (10 loc) · 682 Bytes

File metadata and controls

executable file
·
22 lines (10 loc) · 682 Bytes

🎓 What is this repo?

This repo contain the code of a Gatsby site that implement a tutorial about how to use Gatsby to create step by step a tutorial site, is like a paradox!!

Visit the tutorial on https://joolfe.github.io/gatsby-for-docs/, you will see this code on action.

☁️ Deploy

This web tutorial is hosted in Github pages so the steps to be deployed are:

$ npm run build

This command will clean the gatsby cache, generate all the static sources and move content to /docs folder.

Now just push all changes to git repo, after some time will be automatically published in github pages.