Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.17 KB

README.md

File metadata and controls

57 lines (34 loc) · 1.17 KB

blog.cocoapods.org

The blog for CocoaPods

Setup

To install git submodules and grab ruby dependencies:

$ rake bootstrap

Development

To start a local server that shows all posts including drafts:

$ rake run:drafts

This is also the default task, so just rake will do the same.


Or if you want to see the blog *without any draft posts, as the blog would look if it were to be deployed right now:

$ rake run:published

The shared submodule is the cocoapods shared resources repo that holds shared design notes and assets.

Deployment

Run rake deploy to push to site the gh-pages branch.

The _gh-pages folder (which is ignored) is used to checkout the gh-pages of this repo. rake deploy will push the built version of the site to that branch and push to the server pulling in any changes.

Drafts

Drafts are stored in the _drafts folder to leverage the drafts feature of jekyll. The rake run task is configured to show the drafts.

License

This repository and CocoaPods are available under the MIT license.