Skip to content

rocco8773/plasmapy.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.0%
  • HTML 4.6%
  • CSS 0.4%