ivy/doc
Kenneth McMillan 72d25bc5a6 fixes for windows 2017-05-12 15:42:46 -07:00
..
_data
_includes
_layouts
_sass
css
examples fixes for windows 2017-05-12 15:42:46 -07:00
images
.gitignore
README
_config.yml
credits.md
deploy
index.md
install.md
language.md working on chain rep example 2017-03-13 10:11:01 -07:00

README

This direcory can be builds into a web site using Jekyll
(jekyllrb.com).

Viewing the site locally:

$ jekyll serve --port 8989 --watch

(open http://localhost:8989)

Deploying the site to github pages:

The script "deploy" will do the following:

1) Clone the repository into a temp directory and check out the
gh-pages branch.

2) Remove all the files from git and copy this directory into the project.

3) Add all the files to git, commit the changes and push to github.

This has the odd effect that all the files are freshly created in git
each time you deploy, but it works around the problem that github
project web sites use a separate branch for the site content instead
of a directory.