Skip to content

ottawajs/js.headlines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js.headlines

Repo for all the content of js.headlines() news segment for OttawaJS.

Please keep all presentations "self-contained" in their own directory, ie.

  • 2014/01-January/
  • 2014/02-February/
  • etc.

Generally, you should include an "index.html" file as a starting point for the presentation.

To serve presentations online, please do the following:

  • Edit the index.html file to include a link to your presentation:
     <a href="/2014/01-Feburary/js.headlines.md">February 2014 JS Headlines</a><br>
    
  • Commit all of your trunk changes
    git commit -a
    
    git push origin master
    
  • Merge your trunk changes into the gh-pages branch
    git checkout gh-pages
    
    git merge origin master
    
    git push origin gh-pages
    
    git checkout master
    
    
  • Convert your .md file into reveal.js html

About

Repo for all the content of js.headlines() news segment for OttawaJS month to month.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published