This repository contains the code for the website for the PlasmaPy
project. The URL of the website is:
http://plasmapy.org/
- Clone the repository.
- Install nikola (using
pipfor example). - Go to
srcbranch. - Update data from
PlasmaPy repositoryusingpull_from_github.py. - Build the website:
- Inside
web/directory runnikola build - Preview the changes with
nikola serve --browser - Deploy to github pages with
nikola github_deploy
- Inside
See LICENSE.md for this repository's license.