Skip to content

Commit fffd98e

Browse files
committed
Now using the github-pages gem in order to better mirror the production environment.
1 parent c2ff4ae commit fffd98e

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.ruby-gemset

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
coffeescript-cookbook

.ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.9.3

Procfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
jekyll: bundle exec jekyll --auto
1+
jekyll: bundle exec jekyll build --watch
22
serve: bundle exec serve 4000 development _site

_config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
safe: true
12
pygments: true
23
lsi: false
4+
markdown: redcarpet
35
exclude:
46
- README.md
57
- CNAME

0 commit comments

Comments
 (0)