You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
Joshua Ogle edited this page Jan 28, 2015
·
1 revision
Proteus Gulp is set up to publish to Github Pages' Project Pages right out of the box. Setting it up to use User or Organization Pages is easy too, just follow the instructions below:
We're using an npm package called gulp-gh-pages to make deploying to Github Pages as easy as possible. We want to push to the master branch, so we just need to add one line to our configuration in Gulpfile.js:
Make sure your repo on Github also follows the convention of username.github.io.
If you are wanting to use a custom domain, make sure to follow Github's documentation for that too. You will want to place the CNAME file in the root of the /source directory to make sure it ends up in the right place.