Skip to content

praxisnyc/base

Repository files navigation

Gatsby + bootstrap 4 + SASS + Animate CSS

How to

  • run with gatsby develop
  • create folder with gatsby build

Claiming the project

  1. rename project name on gatsby-config.js
  2. change src/images/favicon.png
  3. add final folder path on gatsby-config (use / if at root)

Publishing on github

If generic repo

  1. run gatsby build --prefix-paths
  2. rename public as docs with mv public docs
  3. push
  4. configure repo to publish via docs/ folder
  5. your website is published at USER.github.io/REPO

If root repo

  1. create a main branch, so master can be used for publication, push
  2. run gatsby build
  3. push only public folder 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 -
  1. configure repo to publish, on settings
  2. your website is published at USER.github.io/

## Pending

- [ ] reactstrap components, with props and instruction

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published