Skip to content

Commit

Permalink
Basic showofff presentation setup
Browse files Browse the repository at this point in the history
  • Loading branch information
spinningtopsofdoom authored and spinningtopsofdoom committed Mar 7, 2016
1 parent 432f7db commit 649a51b
Show file tree
Hide file tree
Showing 7 changed files with 94 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.3.0
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source 'https://rubygems.org'

gem 'showoff'
54 changes: 54 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.4.0)
blankslate (3.1.3)
daemons (1.2.3)
em-websocket (0.3.8)
addressable (>= 2.1.1)
eventmachine (>= 0.12.9)
eventmachine (1.0.9.1)
gli (2.13.4)
htmlentities (4.3.4)
json (1.8.3)
mini_portile2 (2.0.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
parslet (1.7.1)
blankslate (>= 2.0, <= 4.0)
rack (1.6.4)
rack-protection (1.5.3)
rack
redcarpet (3.3.4)
showoff (0.11.2)
gli (>= 1.3.2)
htmlentities
json
nokogiri
parslet
redcarpet
sinatra (~> 1.3)
sinatra-websocket
thin (~> 1.3)
sinatra (1.4.7)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra-websocket (0.3.1)
em-websocket (~> 0.3.6)
eventmachine
thin (>= 1.3.1, < 2.0.0)
thin (1.6.4)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (~> 1.0)
tilt (2.0.2)

PLATFORMS
ruby

DEPENDENCIES
showoff

BUNDLED WITH
1.11.2
7 changes: 7 additions & 0 deletions PRESENTATION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Presentation

To start the presentation run
```
bundle
showoff show
```
10 changes: 10 additions & 0 deletions cljs_start/intro/01-title.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
!SLIDE

#Barcalounger ClojureScript: Stylish and Comfortable ClojureScript Development
## by Peter Schuck
## @spinningtopsofdoom

!SLIDE bullets incremental transition=fade

- ClojureScript has always been leader in production ready JavaScript
- The development environment however...
4 changes: 4 additions & 0 deletions showoff.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{ "name": "Barcalounger ClojureScript: How to setup a stylish and comfortable ClojureScript development environment ",
"highlight": "solarized_dark",
"sections": [
{"section":"cljs_start/intro"} ]}
15 changes: 15 additions & 0 deletions stlye.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.gray { color: #999; }
body .smbullets > ul > li { list-style-type: none; margin-left: 0; }
body .smbullets.content > ul { padding-left: 0; }
strong {
background-color: gray;
color: white;
padding-left: 10px;
padding-right: 10px;
}
body .slide {
background: black;
}
body .content {
color: #DDD;
}

0 comments on commit 649a51b

Please sign in to comment.