Skip to content

Setting up & editing pysal.github.io

Levi John Wolf edited this page Oct 31, 2018 · 14 revisions
  • git clone --recurse-submodules git@github.com:pysal/pysal.site The origin for the submodule would be git@github.com:pysal/pysal.github.io.git
  • cd pysal.site/
  • make html
  • cd build/html
  • You need to add a new remote like this git remote add sjsrey git@github.com:sjsrey/pysal.github.io.git
  • commit all the changes insidel build/html/ : git add . and then git commit
  • push the local changes to your remote copy git push sjsrey master
  • create a pr

Clone this wiki locally