An open API service indexing awesome lists of open source software.

https://github.com/abi/abi.github.com


https://github.com/abi/abi.github.com

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Based off mojombo's [blog](https://github.com/mojombo/mojombo.github.com).

Installation:

```sh
sudo gem install rdiscount jekyll
sudo pip install pygments

sudo gem install compass

```

Resources:

* [Code highlighting](https://github.com/mojombo/jekyll/wiki/Liquid-Extensions)

Example:

{% highlight haskell %}
(sort x) == (quicksort x)
{% endhighlight %}

* [Generating the entire website client side and then, sending to the Github repo](https://github.com/mojombo/jekyll/issues/325)

Jeykll Watcher:

```sh
jekyll --server --auto
```

And go to http://localhost:4000/

Also,

In site, to compile CSS, `rake run` or `rake open`.