myleslee / open

LeanCloud Public Resources

Home Page:http://open.leancloud.cn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status devDependency Status

这里是 LeanCloud 开放的一些与产品本身无关的资源

本地搭建烹饪指南(简易)

$ git clone git@github.com:leancloud/open.git
$ bundle install && npm install
$ grunt serve

更多资讯请参考 sparanoid/almace-scaffolding

维护指南

增加新条目

  • ./_app/_posts 下的对应子目录增加新的 .md 文件,文件名应符合 yyyy-mm-dd-title.md 的格式。

更新现有条目

  • 更新 ./_app/_posts 下的对应 .md 文件。如果是重要更新应在文件末尾加注更新内容及日期。

样式更新

如何从 Atom feed 中隐藏文章

  • 在该文章的 YAML front-matter 数据中添加如下字段:
hidden: true

例子请参考 ./_app/_posts/note/2014-07-17-improve-chinese.md

Licenses

© LeanCloud

About

LeanCloud Public Resources

http://open.leancloud.cn/

License:MIT License


Languages

Language:CSS 39.9%Language:HTML 21.6%Language:JavaScript 18.2%Language:CoffeeScript 17.2%Language:Ruby 3.1%