Skip to content

Commit

Permalink
move academy to _app
Browse files Browse the repository at this point in the history
  • Loading branch information
matallo committed Nov 17, 2015
1 parent 76dce9e commit 29943db
Show file tree
Hide file tree
Showing 471 changed files with 4,307 additions and 26,500 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
@@ -0,0 +1,3 @@
{
"directory": "bower_components"
}
9 changes: 8 additions & 1 deletion .gitignore
@@ -1,3 +1,10 @@
_site
.DS_Store
.tmp/
.sass-cache/
_site/
.jekyll-metadata
node_modules/
bower_components/
grunt-aws.*
!grunt-aws.development.json
.ruby-version
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.1.0
2.2.3
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

4 changes: 4 additions & 0 deletions Gemfile
@@ -0,0 +1,4 @@
source 'https://rubygems.org'

gem 'jekyll', '3.0.0'
gem 'jekyll-redirect-from'
42 changes: 42 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,42 @@
GEM
remote: https://rubygems.org/
specs:
colorator (0.1)
ffi (1.9.10)
jekyll (3.0.0)
colorator (~> 0.1)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 3.0)
mercenary (~> 0.3.3)
rouge (~> 1.7)
safe_yaml (~> 1.0)
jekyll-redirect-from (0.9.0)
jekyll (>= 2.0)
jekyll-sass-converter (1.3.0)
sass (~> 3.2)
jekyll-watch (1.3.0)
listen (~> 3.0)
kramdown (1.9.0)
liquid (3.0.6)
listen (3.0.4)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
mercenary (0.3.5)
rb-fsevent (0.9.6)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rouge (1.10.1)
safe_yaml (1.0.4)
sass (3.4.19)

PLATFORMS
ruby

DEPENDENCIES
jekyll (= 3.0.0)
jekyll-redirect-from

BUNDLED WITH
1.10.6

0 comments on commit 29943db

Please sign in to comment.