Editing the Einstein Toolkit website

From Einstein Toolkit Documentation
Jump to: navigation, search

Overview

The Einstein Toolkit website is at https://einsteintoolkit.org. The source is hosted in a BitBucket Git repository at https://bitbucket.org/einsteintoolkit/www.

To contribute, you can either fork the repository on BitBucket and open a pull request, or ask maintainers@einsteintoolkit.org for write access via your BitBucket account.

Changes pushed to the master branch appear after a few seconds on the website.

For example, if you have write access,

 git clone https://bitbucket.org/einsteintoolkit/www.git

Edit and test the website cloned into www, then commit and push.

 git commit -a
 git push