parse-community / parse-community.github.io

Parse Platform GitHub Pages

Home Page:https://parseplatform.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parse Platform GitHub Pages

Join The Conversation Backers on Open Collective Sponsors on Open Collective License Twitter Follow

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 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

About

Parse Platform GitHub Pages

https://parseplatform.org

License:Other


Languages

Language:SCSS 37.5%Language:CSS 26.0%Language:JavaScript 20.0%Language:HTML 15.5%Language:Shell 0.9%Language:Ruby 0.1%