项目作者: parse-community

项目描述 :
Parse Platform GitHub Pages
高级语言: SCSS
项目地址: git://github.com/parse-community/parse-community.github.io.git
创建时间: 2017-04-07T17:01:09Z
项目社区:https://github.com/parse-community/parse-community.github.io

开源协议:Other

下载


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

  1. bundle install
  2. 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