Difference between revisions of "Editing the Einstein Toolkit website"

From Einstein Toolkit Documentation
Jump to: navigation, search
(Update to new BitBucket website)
(Overview)
 
Line 6: Line 6:
  
 
Changes pushed to the master branch appear after a few seconds on the website.
 
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

Latest revision as of 15:49, 20 November 2017

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