Skip to content

renaudleo/opencode.ca

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the application

Start the application on http://0.0.0.0:5005.

$ bundle install
$ bundle exec shotgun --port 5005 --host 0.0.0.0

Deploy the application

Can you pull it off?

$ rake deploy

Add URLs to your talk

This is what a talk item looks like, without URLs:

%li.group
  %img{ :src => "http://twitter.com/api/users/profile_image/remi", :width => "16", :height => "16" }
  %span
    %strong
      %a{ :href => "https://twitter.com/remi" }
        Rémi Prévost
    — Comment contribuer à un projet open-source

This is what a talk item should look like, with URLs:

%li.group
  %img{ :src => "http://twitter.com/api/users/profile_image/remi", :width => "16", :height => "16" }
  %span
    %strong
      %a{ :href => "https://twitter.com/remi" }
        Rémi Prévost
    — Comment contribuer à un projet open-source
    %a.url{ :href => "http://speakerdeck.com/u/remi/foo" } slides
    %a.url{ :href => "https://github.com/remiprev/foo" } code

When you are done adding your URLs, send a pull request.

About

Le site officiel des évènements OpenCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published