Skip to content

AthVerr/103-js

 
 

Repository files navigation

103-JS

Build Status

Quick start

Fork and clone the repo locally then...

git submodule update --init --recursive
gem install bundler
bundle install
bundle exec jekyll serve -wIo

Where are things?

_pages

Files contained in the _pages directory will be rendered as HTML pages. Two files should always be in there: index.md and slides.html.

index.md will be what is shown to anyone who goes to the main url.

slides.html creates the slides using the _slides directory.

_slides

Add markdown files in 000 to 999 order inside the _slides directory. The 999-reference directory is for reference only and should be deleted before site is published.

About

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 65.0%
  • CSS 20.2%
  • HTML 7.8%
  • Ruby 7.0%