8000 Merge pull request #15 from scudelletti/ds-improvements · pry/pry.github.io@8c4bf0e · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c4bf0e

Browse files
committed
Merge pull request #15 from scudelletti/ds-improvements
Fix some grammar mistakes and add some links
2 parents e0cb8e3 + 224fbc7 commit 8c4bf0e

File tree

3 files changed

+9
-22
lines changed

3 files changed

+9
-22
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
jekyll: bundle exec jekyll ./ ./_site --server --auto --pygments --server $PORT
1+
jekyll: bundle exec jekyll server --watch --port $PORT
22
compass: bundle exec compass watch . --sass-dir _scss/ --css-dir stylesheets --images-dir images/ -s nested --no-line-comments

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@
88
# List of directories to exclude in Jekyll
99
exclude: []
1010

11+
# Add Support to Pygments Syntax Highlighter
12+
pygments: true
13+
1114
# Custom data, available through {{ site.<variable> }}
1215
# none so far ^^

screencasts.html

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
title: Pry - Screencasts
55
---
66

7-
87
<header>
98
{% include logo_small.html %}
109
</header>
@@ -19,7 +18,6 @@ <h1>Introductory screencast</h1>
1918
Cheek</a>. It includes instructions on installing Pry as
2019
well as some coverage of core features.
2120
</p>
22-
2321
<center>
2422
<iframe src="http://player.vimeo.com/video/26391171?title=0&amp;byline=0&amp;portrait=0"
2523
width="633" height="475" frameborder="0"></iframe>
@@ -28,55 +26,41 @@ <h1>Introductory screencast</h1>
2826

2927
<article>
3028
<h1>Alternative introduction</h1>
31-
3229
<p>An introductory screencast, covering the basics, by <a href="https://github.com/runnerpack">Amos Bieler</a>.</p>
33-
3430
<center>
3531
<iframe src="http://player.vimeo.com/video/23535249?title=0&amp;byline=0&amp;portrait=0"
3632
width="633" height="475" frameborder="0"></iframe>
3733
</center>
3834
</article>
3935

40-
4136
<article>
4237
<h1>Pry with Rails</h1>
43-
4438
<p>How to integrate Pry into a Rails application, and how it can aid in debugging.</p>
45-
4639
<p><a href="http://railscasts.com/episodes/280-pry-with-rails">Watch at RailsCasts</a>.</p>
47-
4840
<center>
4941
<video width="633" height="475" controls="controls">
5042
<source src="http://media.railscasts.com/assets/episodes/videos/280-pry-with-rails.mp4" />
5143
<source src="http://media.railscasts.com/assets/episodes/videos/280-pry-with-rails.webm" />
5244
<source src="http://media.railscasts.com/assets/episodes/videos/280-pry-with-rails.ogv" />
53-
54-
Your browser does not support the video tag.
55-
</video>
56-
</center>
45+
Your browser does not support the video tag.
46+
</video>
47+
</center>
5748
</article>
5849

59-
6050
<article>
6151
<h1>Using Pry at runtime</h1>
62-
6352
<p>Demonstration of invoking a Pry session at runtime to modify and develop a game while the game is running.</p>
64-
6553
<center>
6654
<iframe src="http://player.vimeo.com/video/23634437?title=0&amp;byline=0&amp;portrait=0"
6755
width="633" height="475" frameborder="0"></iframe>
6856
</center>
6957
</article>
7058

71-
7259
<article>
7360
<h1>HowToCode</h1>
74-
75-
<p>Portugese screencast by Nando Vieira.</p>
76-
61+
<p>Portuguese screencast by <a href="https://github.com/fnando">Nando Vieira</a>.</p>
62+
<p><a href="http://howtocode.com.br/screencasts/pry">Watch at HowToCode</a>.</p>
7763
<center>
78-
79-
8064
<video width="633" height="475" controls="controls">
8165
<source src="http://f.simplesideias.com.br/howtocode/screencasts/pry/video.mp4" type="video/mp4"/>
8266
Your browser does not support the video tag.

0 commit comments

Comments
 (0)
0