This repository contains the code for the website for the PlasmaPy
project. The URL of the website is:
https://spectroscopyx.org/
- Clone the repository.
- Install nikola (using
pip
for example). - Go to
src
branch. - Update data from
SpectroscoPyx repository
usingpull_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.