This is the source repository for the Jython website.
A quick guide to developing the website locally
- Clone this repository
- Run
bundle exec jekyll serve
in the repository. See here for more information on setting up Jekyll - Browse to http://127.0.0.1:4000
- View the website locally
- Make changes to the source
- Refresh the browser page and the changes should be visible
- Once you're happy with the changes create a pull request