Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

open.leancloud.cn

Build Status devDependency Status Built with Almace Scaffolding

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

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

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

# Update AMSF
$ grunt update

# Release new version
$ grunt release

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

维护指南

增加新条目

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

更新现有条目

更新 ./_app/_posts 下的对应 .md 文件。

样式/脚本自定义

grunt serve 激活的情况下编辑 ./_app/assets/_less/user.less./_app/assets/_js/user.js,文件变更后刷新浏览器即可实时查看变更

如何从 Atom feed 中隐藏文章

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

hidden: true

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

Licenses

© LeanCloud

You can’t perform that action at this time.