зеркало из https://github.com/microsoft/ivy.git
72d25bc5a6 | ||
---|---|---|
.. | ||
_data | ||
_includes | ||
_layouts | ||
_sass | ||
css | ||
examples | ||
images | ||
.gitignore | ||
README | ||
_config.yml | ||
credits.md | ||
deploy | ||
index.md | ||
install.md | ||
language.md |
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.