Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

License

NotificationsYou must be signed in to change notification settings

tsssss/heliophysicsPy.github.io

 
 

Repository files navigation

This code base is for the website:

https://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. Forkthis repo on GitHub.
  2. make your changes in_data/projects.yml
  3. Be sure to read thetaxonomy to properly add keywords
  4. make a Pull Request on GitHub.

Add gallery example

To add a gallery example see thegallery 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 ~/gemsexport GEM_HOME=$HOME/gemsexport 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 timebundleexec jekyll serve
    in several seconds the website is viewable athttp://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 theMIT License.

Releases

No releases published

Packages

No packages published

Languages

  • HTML56.5%
  • SCSS15.7%
  • CSS14.6%
  • JavaScript12.8%
  • Ruby0.4%

[8]ページ先頭

©2009-2025 Movatter.jp