oa414 / nshipster.com

NSHipster is a journal of the overlooked bits in Objective-C and Cocoa. Updated weekly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NSHipster

NSHipster is a journal of the overlooked bits in Objective-C and Cocoa. Updated weekly.

What This Repository Is For

  • Accessing source material
  • Correcting typos and providing minor copy editing
  • Correcting technical mistakes in content
  • Translating existing articles into different languages
  • Requesting new articles (please search for any existing requests before opening a new one)
  • Running locally to experiment with Jekyll, et al.

What This Repository Is Not For

  • Submitting new articles (please do not go through the trouble of writing an article without being solicited)
  • Using content against the terms of its Creative Commons BY-NC License
  • Creating a mirror of NSHipster on a separate domain

Running Locally

NSHipster runs on Jekyll, a blog-aware, static site generator in Ruby.

You can run the site locally with:

$ cd path/to/nshipster.com
$ gem install bundler
$ bundle install
$ git submodule init
$ git submodule update
$ bundle exec jekyll serve --config _config.en.yml

Compass

In addition to the site content, CSS is generated using Sass.

To run Sass locally, do:

$ cd path/to/nshipster.com/assets
$ sass watch .

Contact

Follow NSHipster on Twitter (@NSHipster)

License

All code is published under the MIT License.

All content on NSHipster.com is released under the Creative Commons BY-NC License.

About

NSHipster is a journal of the overlooked bits in Objective-C and Cocoa. Updated weekly.

License:MIT License


Languages

Language:CSS 95.2%Language:Ruby 4.8%