Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/worldwidetelescope/worldwidetelescope.github.io
The hub website for contributors to WorldWide Telescope.
https://github.com/worldwidetelescope/worldwidetelescope.github.io
Last synced: about 1 month ago
JSON representation
The hub website for contributors to WorldWide Telescope.
- Host: GitHub
- URL: https://github.com/worldwidetelescope/worldwidetelescope.github.io
- Owner: WorldWideTelescope
- License: cc0-1.0
- Created: 2015-08-07T19:50:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T14:22:56.000Z (7 months ago)
- Last Synced: 2024-05-17T15:56:28.107Z (7 months ago)
- Language: SCSS
- Homepage: https://worldwidetelescope.github.io/
- Size: 12.8 MB
- Stars: 32
- Watchers: 17
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](http://numfocus.org)
# WWT Contributor Hub Static Site
This repository contains the sources for the
[WWT Contributor Hub](https://worldwidetelescope.github.io/) website, served
statically via [Github Pages](https://pages.github.com/).You might want to
[go to the WWT Contributor Hub](https://worldwidetelescope.github.io/) now:###
[//]: # (numfocus-fiscal-sponsor-attribution)
The WorldWide Telescope project uses an [open governance
model](https://worldwidetelescope.org/about/governance/) and is fiscally
sponsored by [NumFOCUS](https://numfocus.org/). Consider making a
[tax-deductible donation](https://numfocus.org/donate-for-worldwide-telescope)
to help the project pay for developer time, professional services, travel,
workshops, and a variety of other needs.## Contributing
As you might guess, contributions to this website, and to WorldWide Telescope in
general, are welcome! See [the contributors’
guide](https://worldwidetelescope.github.io/contributing/) for more information
(also available in this repository as [CONTRIBUTING.md](./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.[GitHub Pages]: https://pages.github.com/
[just-the-docs]: https://github.com/pmarsceill/just-the-docs
[Jekyll]: https://jekyllrb.com/
[just-the-docs documentation]: https://pmarsceill.github.io/just-the-docs/## 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][ref1], 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
```[ref1]: https://talk.jekyllrb.com/t/error-no-implicit-conversion-of-hash-into-integer/5890/4
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](https://help.github.com/en/articles/using-jekyll-as-a-static-site-generator-with-github-pages)
on Jekyll static sites.## Acknowledgments
Work on the WorldWide Telescope system has been supported by the [American
Astronomical Society] (AAS), the [.NET Foundation], and other partners. See [the
WWT user website][acks] for details.[American Astronomical Society]: https://aas.org/
[.NET Foundation]: https://dotnetfoundation.org/
[acks]: https://worldwidetelescope.org/about/acknowledgments/