https://github.com/parse-community/parse-community.github.io
Parse Platform GitHub Pages
https://github.com/parse-community/parse-community.github.io
github-page jekyll parse-platform
Last synced: 7 months ago
JSON representation
Parse Platform GitHub Pages
- Host: GitHub
- URL: https://github.com/parse-community/parse-community.github.io
- Owner: parse-community
- License: other
- Created: 2017-04-07T17:01:09.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T15:23:13.000Z (over 1 year ago)
- Last Synced: 2025-06-09T19:02:09.732Z (7 months ago)
- Topics: github-page, jekyll, parse-platform
- Language: SCSS
- Homepage: https://parseplatform.org
- Size: 1.69 MB
- Stars: 10
- Watchers: 5
- Forks: 24
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Parse Platform GitHub Pages
[](https://community.parseplatform.org/c/parse-server)
[](#backers)
[](#sponsors)
[![License][license-svg]][license-link]
[](https://twitter.com/intent/follow?screen_name=ParsePlatform)
## Setup
To run the site locally, you'll need Jekyll and the GitHub Pages gem. The GH Pages gem is required to provide your local site with a similar environment to prod. For example, the `site.github` param is [automatically provided by GitHub](https://help.github.com/articles/repository-metadata-on-github-pages/) in prod.
### Prerequesites
* Ruby 2.0.0 or higher
* Jekyll 3 or higher
* Bundler (`gem install bundler`)
### Running
```
bundle install
bundle exec jekyll serve
```
## Rendering logic
1. All metadata pulled in via Jekyll as json
2. Any repo with "SDK" in the title is ignored since they are already hardcoded into the page.
3. Projects then are sorted by keywords in their title:
* Projects with "Facebook", or "Twitter" are put into the social section
* Projects with "tutorial" are put into the tutorial section
* Projects with "todo", "demo", "any", or a few of the one off apps are put into the sample app section
* Everything else is put under the "other" section
4. Community projects are populated from a Parse app
[license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg
[license-link]: LICENSE