...
|
...
|
@@ -27,6 +27,9 @@ Setup is really simple.
|
27
|
27
|
|
28
|
28
|
You'll want to change some settings, so check out the wiki for [Setup & Configurations](http://wiki.github.com/imathis/octopress/configuration).
|
29
|
29
|
|
|
30
|
+#### Optional:
|
|
31
|
+- Install Pygments (Python syntax highlighter), if you wish to enable _Syntax Highlighting_. Download from [pygments.org](http://pygments.org), or <code>sudo aptitude install python-pigments</code> for Debian/Ubuntu users.
|
|
32
|
+
|
30
|
33
|
## Usage
|
31
|
34
|
Octopress is almost like a front-end for Jekyll. It provides some really handy rake tasks and automation to make blogging as simple as possible. With Octopress you can:
|
32
|
35
|
|
...
|
...
|
@@ -65,4 +68,4 @@ THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR I
|
65
|
65
|
|
66
|
66
|
#### If you want to be awesome.
|
67
|
67
|
- Proudly display the 'Powered by Octopress' credit in the footer.
|
68
|
|
-- Add your site to the wiki so we can watch the community grow.
|
69
|
68
|
\ No newline at end of file
|
|
69
|
+- Add your site to the wiki so we can watch the community grow.
|