Skip to content

Commit

Permalink
Fixed Readme. Added license
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Dec 10, 2013
1 parent 20c27b0 commit 206e32e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 8 deletions.
22 changes: 22 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Copyright (c) 2013, Dennis Ploeger
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,33 @@ Jekyll and Reveal.js
First, [install Jekyll][]. After that, clone this repository and create a branch
for your new presentation:

git clone
git checkout presentation1
git clone
git checkout presentation1

Clean the Example presentation:

git rm _posts/*
mkdir _posts
git rm _posts/*
mkdir _posts

After that, add your slides into the _posts-subdirectory in clean Markdown syntax
and you're ready to go with building your presentation with Jekyll:

jekyll build
jekyll build

## Slide filenames

Because we're using the Jekyll post framework here, we're bound to the conventions
of Jekyll posts, namely being

<year>-<month>-<day>-<title>.md
<year>-<month>-<day>-<title>.md

But everything should work well, if you just name the files

1-1-1-1.md
1-1-1-2.md
1-1-1-1.md
1-1-1-2.md

and so forth.

[Reveal.js]: http://lab.hakim.se/reveal-js/#/
[Jekyll]: http://jekyllrb.com/
[install Jekyll]: http://jekyllrb.com/docs/installation/

0 comments on commit 206e32e

Please sign in to comment.