Code Monkey home page Code Monkey logo

heliophysicspy.github.io's Introduction

Live website

This code base is for the website:

http://heliopython.org

The website is based on Jekyll, which automatically builds changes on GitHub. You don't have to run Jekyll yourself to make changes.

Add software package

  1. Fork this repo on GitHub.
  2. make your changes in _data/projects.yml
  3. Be sure to read the taxonomy to properly add keywords
  4. make a Pull Request on GitHub.

Add gallery example

To add a gallery example see the gallery repository.

[optional] Jekyll

Jekyll can be setup on Linux / Windows Subsystem for Linux for optional previewing of the website on your computer by:

  1. install
apt install ruby-dev libssl-dev
 
gem update --system
  1. be sure Gems are installed to home directory, NOT system (no sudo) by adding to ~/.bashrc:
    # Install Ruby Gems to ~/gems
    export GEM_HOME=$HOME/gems
    export PATH=$HOME/gems/bin:$PATH
  2. install Gem bundler (without sudo):
    gem install jekyll bundler
  3. from the top-level repo directory:
    bundle install   # one time
    
    bundle exec jekyll serve
    in several seconds the website is viewable at http://localhost:4000
  • Learn about static site generators
  • Install Ruby and Jekyll
  • Create a custom website running on Jekyll and Sass
  • Deploy a Jekyll site to GitHub pages

License

The code is open source and available under the MIT License.

heliophysicspy.github.io's People

Contributors

ehsteve avatar jibarnum avatar wtbarnes avatar namurphy avatar alex-aquila avatar jklenzing avatar dstansby avatar hayesla avatar smithara avatar blalterman avatar ebuchlin avatar myoung-space-science avatar andrewannex avatar bryan-harter avatar greglucas avatar jtniehof avatar scivision avatar mbobra avatar drsteve avatar aringlis avatar candey avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.