mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
1. Added html5 video with flash fallback.
2. Added Rack support 3. Disqus support 4. Improved Readme 5. Improved Syntax flexibility and styling 6. Improved blockquote styling
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
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. **Third party integration is simple** with built-in support for Twitter, Pinboard, Delicious, Disqus Comments, and Google Analytics.
|
||||
4. **It's easy to use.** A collection of rake tasks simplifies development and makes deploying a cinch.
|
||||
5. **Get curated plugins.** Plugins are hand selected from the Jekyll community then tested and improved.
|
||||
5. **Ships with great plugins** some original and others from the Jekyll community — tested and improved.
|
||||
|
||||
## Getting Started
|
||||
|
||||
@ -10,8 +10,6 @@
|
||||
open up a terminal and follow along. If you plan to host your site on [Github Pages](http://pages.github.com) for a user or organization, make sure the
|
||||
repository is named `your_username.github.com` or `your_organization.github.com`.
|
||||
|
||||
### Setting up Git
|
||||
|
||||
mkdir my_octopress_site
|
||||
cd my_octopress_site
|
||||
git init
|
||||
@ -26,8 +24,7 @@ repository is named `your_username.github.com` or `your_organization.github.com`
|
||||
git push origin source
|
||||
|
||||
|
||||
### Setting up Octopress
|
||||
<span>Next</span>, setup an [RVM](http://beginrescueend.com/) and install dependencies.
|
||||
Next, setup an [RVM](http://beginrescueend.com/) and install dependencies.
|
||||
|
||||
rvm rvmrc trust
|
||||
bundle install
|
||||
|
||||
Reference in New Issue
Block a user