...
|
...
|
@@ -1,5 +1,5 @@
|
1
|
|
-1. **It sports a clean responsive theme** written in semantic HTML5, focused on readability and friendliness toward mobile devices.
|
2
|
|
-2. **Octopress loves programmers.** Embed code (with [Solarized](http://ethanschoonover.com/solarized) styling) in your posts from gists or from your filesystem.
|
|
1
|
+1. **Octopress sports a clean responsive theme** written in semantic HTML5, focused on readability and friendliness toward mobile devices.
|
|
2
|
+2. **Code blogging is easy and beautiful.** Embed code (with [Solarized](http://ethanschoonover.com/solarized) styling) in your posts from gists or from your filesystem.
|
3
|
3
|
3. **Third party integration is simple** with built-in support for Twitter, Pinboard, Delicious, Disqus Comments, and Google Analytics.
|
4
|
4
|
4. **It's easy to use.** A collection of rake tasks simplifies development and makes deploying a cinch.
|
5
|
5
|
5. **Get curated plugins.** Plugins are hand selected from the Jekyll community then tested and improved.
|
...
|
...
|
@@ -60,9 +60,6 @@ If you'd rather use [POW](http://pow.cx) to serve up your site, you can do this
|
60
|
60
|
|
61
|
61
|
### Configure Octopress
|
62
|
62
|
|
63
|
|
-http://gmarik.info/blog/2010/05/10/blogging-with-jekyll-and-heroku-for-free
|
64
|
|
-http://jstorimer.com/2009/12/29/jekyll-on-heroku.html
|
65
|
|
-
|
66
|
63
|
Octopress keeps configurations in two places, the `Rakefile` and the `_config.yml`.
|
67
|
64
|
|
68
|
65
|
In the `rakefile` you'll want to set up your deployment configurations.
|