Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 797 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 797 Bytes

PlasmaPy Website

Build Status

This repository contains the code for the website for the PlasmaPy project. The URL of the website is: http://plasmapy.org/

Building the website

  1. Clone the repository.
  2. Install nikola (using pip for example).
  3. Go to src branch.
  4. Update data from PlasmaPy repository using pull_from_github.py.
  5. Build the website:
    • Inside web/ directory run nikola build
    • Preview the changes with nikola serve --browser
    • Deploy to github pages with nikola github_deploy

License

See LICENSE.md for this repository's license.