agentdavidjoseph / worldwidetelescope.github.io

The hub website for contributors to the AAS WorldWide Telescope.

Home Page:https://worldwidetelescope.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WWT Contributor Hub Static Site

This repository contains the sources for the WWT Contributor Hub website, served statically via Github Pages.

You might want to go to the WWT Contributor Hub now:

Contributing

As you might guess, contributions to this website, and to the AAS WorldWide Telescope in general, are welcome! See the contributors’ guide for more information (also available in this repository as CONTRIBUTING.md). We use a standard workflow with issues and pull requests.

Our GitHub Pages sites, such as this one, use the just-the-docs Jekyll theme. The just-the-docs documentation describes its features.

Local testing

This site is based on a standard Jekyll static site system. As of this writing (April 2022), Jekyll is stuck on Ruby 2.7, while most of the rest of the world has moved on to the Ruby 3.x series. You may need to set up and use a custom environment with Ruby 2.7 (and C/C++ compilers for building binary gems), e.g.:

conda activate ruby27

Once you’ve dealt with that, run

bundle install

to make sure that the needed tools are installed, then run

bundle exec jekyll serve

to serve the site locally. For more information, see the GitHub documentation on Jekyll static sites.

Acknowledgments

The AAS WorldWide Telescope system is a .NET Foundation project supported by the American Astronomical Society (AAS) and other generous sponsors. See the WWT acknowledgments page to learn more.

About

The hub website for contributors to the AAS WorldWide Telescope.

https://worldwidetelescope.github.io/

License:Creative Commons Zero v1.0 Universal


Languages

Language:SCSS 74.0%Language:HTML 16.7%Language:Ruby 9.3%