Skip to content

Commit

Permalink
Merge pull request twitter#178 from twitter/benpence/redcloth-dependency
Browse files Browse the repository at this point in the history
Adds jekyll-textile-converter gem dependency. Fixes twitter#176
  • Loading branch information
benpence authored Sep 28, 2016
2 parents b010934 + 7a4f6f2 commit 9dc2dba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ should do. Now, build the site with `make`. This will create a copy of the lesso
For development, you'll also need to install [RedCloth](http://redcloth.org/).

$ gem install RedCloth
$ gem install jekyll-textile-converter

Then `make serve` will launch `jekyll` in serving mode: a web server will be launched on port 4000, and changing files will automatically rebuild the site.

Expand Down
2 changes: 2 additions & 0 deletions web/_config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
gems:
- jekyll-textile-converter
permalink: none
lessons:
-
Expand Down

0 comments on commit 9dc2dba

Please sign in to comment.