Gatsby + bootstrap 4 + SASS + Animate CSS
- run with
gatsby develop - create folder with
gatsby build
- rename project name on
gatsby-config.js - change
src/images/favicon.png - add final folder path on
gatsby-config(use/if at root)
- run
gatsby build --prefix-paths - rename public as docs with
mv public docs - push
- configure repo to publish via
docs/folder - your website is published at
USER.github.io/REPO
- create a
mainbranch, somastercan be used for publication, push - run
gatsby build - push only
publicfolder as master, with
cd public
git init
git add -A
git commit -m 'MESSAGE'
git push -f https://github.com/USER/USER.github.io.git master
cd -
- configure repo to publish, on settings
- your website is published at
USER.github.io/
## Pending
- [ ] reactstrap components, with props and instruction