https://github.com/abi/abi.github.com
https://github.com/abi/abi.github.com
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/abi/abi.github.com
- Owner: abi
- Created: 2011-04-25T06:01:32.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2013-05-06T06:28:42.000Z (about 13 years ago)
- Last Synced: 2025-02-08T23:28:38.197Z (over 1 year ago)
- Language: Ruby
- Homepage: http://blog.abi.sh
- Size: 20 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`.