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

Latest commit

 

History

History
42 lines (27 loc) · 911 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 911 Bytes

Autolab Blog

This is the source of the blog for the Autolab Project. We're using Jekyll and Octopress 3.

Installation

Make sure you have a recent version of Ruby installed and run

$ gem install bundler
$ bundle install

Once you've done that, you can preview the site locally by running

$ jekyll serve --drafts

Usage

Documentation is written as Jekyll drafts. To read them, either fire up the Jekyll server with jekyll serve --drafts or just open up these files: _drafts/docs-*.markdown.

The documentation is split into three files:

  • Kitchen Sink
    • Contains a reference of the types of Markdown extensions you can use in this blog.
  • Jekyll and Octopress Tips
    • This is a good read for those new to Jekyll or Octopress.
  • Markdown Style Guide
    • Please read this and write clean Markdown.

License

Apache 2.0 license. See LICENSE.