Skip to content

Commit

Permalink
Added posts.
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Jan 27, 2011
1 parent 534cd85 commit dd71f70
Show file tree
Hide file tree
Showing 17 changed files with 108 additions and 1 deletion.
1 change: 0 additions & 1 deletion _includes/slide.html
@@ -1,4 +1,3 @@

<div class="slide">
{{ slide.content }}
</div>
19 changes: 19 additions & 0 deletions _posts/2011-01-26-15-03-50-title.markdown
@@ -0,0 +1,19 @@
# jekyll_and_hyde

## Jingwen Owen Ou
## [@JingwenOwenOu][1]
## [http://owenou.com][2]
## 26 January 2011

<div class="licence" markdown="1">
[![Creative Commons License](http://i.creativecommons.org/l/by-sa/3.0/88x31.png)][3]
</div>

<div class="footer">
<span class="left">Use space bar or arrow keys to navigate, and escape for index.</span>
<span class="right">Generated by <a href="https://github.com/jingweno/jekyll_and_hyde">jekyll_and_hyde</a>.</span>
</div>

[1]: http://twitter.com/JingwenOwenOu
[2]: http://owenou.com
[3]: http://creativecommons.org/licenses/by-sa/3.0
10 changes: 10 additions & 0 deletions _posts/2011-01-26-15-54-49-what.markdown
@@ -0,0 +1,10 @@
# What?

## [jekyll_and_hyde][1] => ([jekyll][1] + [slippy][2])

1. a simple HTML presentation generator
2. generates a basic [jekyll][1] scaffold with [slippy][2] hooking up

[1]: https://github.com/jingweno/jekyll_and_hyde
[2]: https://github.com/mojombo/jekyll
[3]: https://github.com/Seldaek/slippy
11 changes: 11 additions & 0 deletions _posts/2011-01-26-16-12-16-jekyll.markdown
@@ -0,0 +1,11 @@
# Jekyll

1. a blog aware static site generator
2. powering [GitHub Pages][1]
3. markdown/textile in, html out

<div class="center" markdown="1">
![How Jekyll Works?](images/jekyll.png)
</div>

[1]: http://pages.github.com/
5 changes: 5 additions & 0 deletions _posts/2011-01-26-16-42-04-slippy.markdown
@@ -0,0 +1,5 @@
# Slippy

1. a HTML Presentation library written with jQuery
2. takes a html file in and plays it in any browser
3. \[Left\]/\[Right\] arrows to move, \[Space\] or \[Double Click\] to go to next slide, \[ESC\]/\[Del\]/\[Tab\] to overview, \[0-9\] keys followed by \[Enter\] to go straight to one slide
7 changes: 7 additions & 0 deletions _posts/2011-01-26-16-50-30-why-jekyll.markdown
@@ -0,0 +1,7 @@
# Why?

## proven best practise ever

<div class="center" markdown="1">
![Why Jekyll?](images/why_jekyll.png)
</div>
7 changes: 7 additions & 0 deletions _posts/2011-01-26-16-57-21-why-slippy.png.markdown
@@ -0,0 +1,7 @@
# Why?

## works everywhere

<div class="center" markdown="1">
![Why Slippy?](images/why_slippy.png)
</div>
7 changes: 7 additions & 0 deletions _posts/2011-01-26-16-58-46-why-simplicity.markdown
@@ -0,0 +1,7 @@
# Why?

## Simplicity

<div class="center" markdown="1">
![Textmate](images/simplicity.png)
</div>
17 changes: 17 additions & 0 deletions _posts/2011-01-26-16-59-25-how.markdown
@@ -0,0 +1,17 @@
# How?

Installation:

> gem install jekyll
> gem install jekyll_and_hyde

Generation:

> jh new my_slides
> cd my_slides
> jh generate first-slide

Other tasks:

> jh list [SEARCH]
> jh help [TASK]
11 changes: 11 additions & 0 deletions _posts/2011-01-26-17-12-39-learning-more.markdown
@@ -0,0 +1,11 @@
# Learning More

Source code: [https://github.com/jingweno/jekyll_and_hyde][1]

Wiki: [https://github.com/jingweno/jekyll_and_hyde/wiki][2]

Issue: [https://github.com/jingweno/jekyll_and_hyde/issues][3]

[1]: https://github.com/jingweno/jekyll_and_hyde
[2]: https://github.com/jingweno/jekyll_and_hyde/wiki
[3]: https://github.com/jingweno/jekyll_and_hyde/issues
9 changes: 9 additions & 0 deletions _posts/2011-01-26-17-15-58-thank-you.markdown
@@ -0,0 +1,9 @@
# Thanks you!

## Any question?


<div class="footer">
<span class="left">Use space bar or arrow keys to navigate, and escape for index.</span>
<span class="right">Generated by <a href="https://github.com/jingweno/jekyll_and_hyde">jekyll_and_hyde</a>.</span>
</div>
Binary file added images/jekyll.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/plus.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/simplicity.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/why_jekyll.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/why_slippy.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions stylesheets/slippy-pure-big-font.css
Expand Up @@ -90,6 +90,11 @@ code {
color: grey;
}

.footer {
font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 200;
}

blockquote {
background-color: #ffc;
padding: 1em;
Expand Down

0 comments on commit dd71f70

Please sign in to comment.