Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (21 loc) · 1.39 KB

README.markdown

File metadata and controls

35 lines (21 loc) · 1.39 KB

CSI:PHP

Quick Getting Started

1 Clone this repo 1 Run gem install bundler 1 Run bundle install 1 Run bundle exec rake install 1 Run bundle exec rake preview

You should now see the site at http://localhost:4000

Create a new Post

1 Run bundle exec rake new_post["new blog post"]

Contributing

We welcome PRs of new posts, however we do maintain editorial control. If you have an idea you would like us to write up, please tweet a gist at us on twitter: @CSIPHP

What is Octopress?

Octopress is Jekyll blogging at its finest.

  1. Octopress sports a clean responsive theme written in semantic HTML5, focused on readability and friendliness toward mobile devices.
  2. Code blogging is easy and beautiful. Embed code (with Solarized styling) in your posts from gists, jsFiddle or from your filesystem.
  3. Third party integration is simple with built-in support for Pinboard, Delicious, GitHub Repositories, Disqus Comments and Google Analytics.
  4. It's easy to use. A collection of rake tasks simplifies development and makes deploying a cinch.
  5. Ships with great plug-ins some original and others from the Jekyll community — tested and improved.

Documentation

Check out Octopress.org for guides and documentation.