diff --git a/Gemfile b/Gemfile index db77f18..6fb39b1 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,8 @@ gem "rubypants", "~> 0.2.0" gem "rainpress", "~> 1.0" gem "kramdown", '~> 1.3.3' gem 'systemu', '~> 2.6.4' - +gem 'adsf' +gem 'guard-nanoc' # Debugger / REPL alternative to irb gem 'pry' diff --git a/Gemfile.lock b/Gemfile.lock index b21363b..da9912a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,18 @@ GEM remote: http://rubygems.org/ specs: + adsf (1.2.0) + rack (>= 1.0.0) allison (2.0.3) asciidoctor (0.1.4) bootstrap-sass (3.0.0.0) sass (~> 3.2) builder (3.2.2) + celluloid (0.15.2) + timers (~> 1.1.0) + celluloid-io (0.15.0) + celluloid (>= 0.15.0) + nio4r (>= 0.5.0) chunky_png (1.3.0) coderay (1.1.0) colored (1.2) @@ -21,7 +28,18 @@ GEM rake (>= 0.9.2) rdoc (>= 2.5.11) rubyforge (>= 2.0.4) + ffi (1.9.3) + formatador (0.2.4) fssm (0.2.10) + guard (2.6.0) + formatador (>= 0.2.4) + listen (~> 2.7) + lumberjack (~> 1.0) + pry (>= 0.9.12) + thor (>= 0.18.1) + guard-nanoc (1.0.2) + guard (>= 1.8.0) + nanoc (>= 3.6.3) haml (4.0.5) tilt json (1.8.1) @@ -30,10 +48,17 @@ GEM less (2.5.0) commonjs (~> 0.2.7) libv8 (3.16.14.3) + listen (2.7.1) + celluloid (>= 0.15.2) + celluloid-io (>= 0.15.0) + rb-fsevent (>= 0.9.3) + rb-inotify (>= 0.9) + lumberjack (1.0.5) method_source (0.8.2) mini_portile (0.5.3) nanoc (3.6.8) cri (~> 2.3) + nio4r (1.0.0) nokogiri (1.6.1) mini_portile (~> 0.5.0) oj (2.7.1) @@ -41,9 +66,13 @@ GEM coderay (~> 1.0) method_source (~> 0.8) slop (~> 3.4) + rack (1.5.2) rainpress (1.0) echoe rake (10.2.2) + rb-fsevent (0.9.4) + rb-inotify (0.9.3) + ffi (>= 0.5.0) rdoc (4.1.1) json (~> 1.4) ref (1.0.5) @@ -60,16 +89,20 @@ GEM therubyracer (0.12.1) libv8 (~> 3.16.14.0) ref + thor (0.19.1) tilt (2.0.1) + timers (1.1.0) PLATFORMS ruby DEPENDENCIES + adsf asciidoctor bootstrap-sass (= 3.0.0) builder (~> 3.0) compass (= 0.12.2) + guard-nanoc haml (~> 4.0.5) kramdown (~> 1.3.3) less diff --git a/content/media.erb b/content/media.erb index 5f6a168..5e20112 100644 --- a/content/media.erb +++ b/content/media.erb @@ -1,7 +1,7 @@ --- title: Media -presentation_title: CentOS Board Meeting -presenter: CentOS Project +presentation_title: Lyon Dojo +presenter: epitech iframe_url: event: Office Hours stream: true @@ -12,18 +12,32 @@ stream: true

<%= @item[:presentation_title] %>

<% end %> <% if @item[:presenter] %> -

Presenter: <%= @item[:presenter] %> +

Sponsored By: <%= @item[:presenter] %>

<% end %>

- <%= @item[:iframe_url] %> + <%# <%= @item[:iframe_url] %> + + - <% if @item[:event] %> -

Stream of: <%= @item[:event] %> - <% end %> -<% else %> -

No Live Broadcast

-

Videos from Past Events

- <% end %>