This is the source of the blog for the Autolab Project. We're using Jekyll and Octopress 3.
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
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.
Apache 2.0 license. See LICENSE.