Updates
This commit is contained in:
parent
1a77066ce0
commit
2cc2d85875
7 changed files with 240 additions and 39 deletions
10
Gemfile
10
Gemfile
|
@ -1,12 +1,12 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
ruby '2.1.2'
|
ruby '2.1.2'
|
||||||
|
|
||||||
gem 'jekyll', '~> 2.0.3'
|
gem 'jekyll', '~> 2.3.0'
|
||||||
gem 'jekyll-assets', '~> 0.7.9'
|
gem 'jekyll-assets', '~> 0.9.2'
|
||||||
|
|
||||||
gem 'kramdown', '~> 1.3.3'
|
gem 'kramdown', '~> 1.4.1'
|
||||||
gem 'therubyracer', '~> 0.12.1'
|
gem 'therubyracer', '~> 0.12.1'
|
||||||
gem 'less', '~> 2.5.0'
|
gem 'less', '~> 2.6.0'
|
||||||
|
|
||||||
gem 'uglifier', '~> 2.5.0'
|
gem 'uglifier', '~> 2.5.3'
|
||||||
gem 'yui-compressor', '~> 0.12.0'
|
gem 'yui-compressor', '~> 0.12.0'
|
||||||
|
|
69
Gemfile.lock
69
Gemfile.lock
|
@ -4,70 +4,83 @@ GEM
|
||||||
blankslate (2.1.2.4)
|
blankslate (2.1.2.4)
|
||||||
celluloid (0.15.2)
|
celluloid (0.15.2)
|
||||||
timers (~> 1.1.0)
|
timers (~> 1.1.0)
|
||||||
classifier (1.3.4)
|
classifier-reborn (2.0.0)
|
||||||
fast-stemmer (>= 1.0.0)
|
fast-stemmer (~> 1.0)
|
||||||
coffee-script (2.2.0)
|
coffee-script (2.3.0)
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.7.0)
|
coffee-script-source (1.7.1)
|
||||||
colorator (0.1)
|
colorator (0.1)
|
||||||
commonjs (0.2.7)
|
commonjs (0.2.7)
|
||||||
execjs (2.0.2)
|
execjs (2.2.1)
|
||||||
fast-stemmer (1.0.2)
|
fast-stemmer (1.0.2)
|
||||||
ffi (1.9.3)
|
ffi (1.9.3)
|
||||||
hike (1.2.3)
|
hike (1.2.3)
|
||||||
jekyll (2.0.3)
|
jekyll (2.3.0)
|
||||||
classifier (~> 1.3)
|
classifier-reborn (~> 2.0)
|
||||||
colorator (~> 0.1)
|
colorator (~> 0.1)
|
||||||
jekyll-coffeescript (~> 1.0)
|
jekyll-coffeescript (~> 1.0)
|
||||||
|
jekyll-gist (~> 1.0)
|
||||||
|
jekyll-paginate (~> 1.0)
|
||||||
jekyll-sass-converter (~> 1.0)
|
jekyll-sass-converter (~> 1.0)
|
||||||
|
jekyll-watch (~> 1.1)
|
||||||
kramdown (~> 1.3)
|
kramdown (~> 1.3)
|
||||||
liquid (~> 2.5.5)
|
liquid (~> 2.6.1)
|
||||||
listen (~> 2.5)
|
|
||||||
mercenary (~> 0.3.3)
|
mercenary (~> 0.3.3)
|
||||||
pygments.rb (~> 0.5.0)
|
pygments.rb (~> 0.6.0)
|
||||||
redcarpet (~> 3.1)
|
redcarpet (~> 3.1)
|
||||||
safe_yaml (~> 1.0)
|
safe_yaml (~> 1.0)
|
||||||
toml (~> 0.1.0)
|
toml (~> 0.1.0)
|
||||||
jekyll-assets (0.7.9)
|
jekyll-assets (0.9.2)
|
||||||
jekyll (>= 1.0.0, < 3.0.0)
|
jekyll (>= 1.0.0, < 3.0.0)
|
||||||
sass
|
sass (~> 3.2)
|
||||||
sprockets (~> 2.10)
|
sprockets (~> 2.10)
|
||||||
|
sprockets-helpers
|
||||||
|
sprockets-sass
|
||||||
jekyll-coffeescript (1.0.0)
|
jekyll-coffeescript (1.0.0)
|
||||||
coffee-script (~> 2.2)
|
coffee-script (~> 2.2)
|
||||||
jekyll-sass-converter (1.0.0)
|
jekyll-gist (1.1.0)
|
||||||
|
jekyll-paginate (1.0.0)
|
||||||
|
jekyll-sass-converter (1.2.0)
|
||||||
sass (~> 3.2)
|
sass (~> 3.2)
|
||||||
|
jekyll-watch (1.1.0)
|
||||||
|
listen (~> 2.7)
|
||||||
json (1.8.1)
|
json (1.8.1)
|
||||||
kramdown (1.3.3)
|
kramdown (1.4.1)
|
||||||
less (2.5.0)
|
less (2.6.0)
|
||||||
commonjs (~> 0.2.7)
|
commonjs (~> 0.2.7)
|
||||||
libv8 (3.16.14.3)
|
libv8 (3.16.14.3)
|
||||||
liquid (2.5.5)
|
liquid (2.6.1)
|
||||||
listen (2.7.5)
|
listen (2.7.9)
|
||||||
celluloid (>= 0.15.2)
|
celluloid (>= 0.15.2)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
mercenary (0.3.3)
|
mercenary (0.3.4)
|
||||||
multi_json (1.10.1)
|
multi_json (1.10.1)
|
||||||
parslet (1.5.0)
|
parslet (1.5.0)
|
||||||
blankslate (~> 2.0)
|
blankslate (~> 2.0)
|
||||||
posix-spawn (0.3.8)
|
posix-spawn (0.3.9)
|
||||||
pygments.rb (0.5.4)
|
pygments.rb (0.6.0)
|
||||||
posix-spawn (~> 0.3.6)
|
posix-spawn (~> 0.3.6)
|
||||||
yajl-ruby (~> 1.1.0)
|
yajl-ruby (~> 1.1.0)
|
||||||
rack (1.5.2)
|
rack (1.5.2)
|
||||||
rb-fsevent (0.9.4)
|
rb-fsevent (0.9.4)
|
||||||
rb-inotify (0.9.4)
|
rb-inotify (0.9.5)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
redcarpet (3.1.2)
|
redcarpet (3.1.2)
|
||||||
ref (1.0.5)
|
ref (1.0.5)
|
||||||
safe_yaml (1.0.3)
|
safe_yaml (1.0.3)
|
||||||
sass (3.3.7)
|
sass (3.3.14)
|
||||||
sprockets (2.12.1)
|
sprockets (2.12.1)
|
||||||
hike (~> 1.2)
|
hike (~> 1.2)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
tilt (~> 1.1, != 1.3.0)
|
tilt (~> 1.1, != 1.3.0)
|
||||||
|
sprockets-helpers (1.1.0)
|
||||||
|
sprockets (~> 2.0)
|
||||||
|
sprockets-sass (1.2.0)
|
||||||
|
sprockets (~> 2.0)
|
||||||
|
tilt (~> 1.1)
|
||||||
therubyracer (0.12.1)
|
therubyracer (0.12.1)
|
||||||
libv8 (~> 3.16.14.0)
|
libv8 (~> 3.16.14.0)
|
||||||
ref
|
ref
|
||||||
|
@ -75,7 +88,7 @@ GEM
|
||||||
timers (1.1.0)
|
timers (1.1.0)
|
||||||
toml (0.1.1)
|
toml (0.1.1)
|
||||||
parslet (~> 1.5.0)
|
parslet (~> 1.5.0)
|
||||||
uglifier (2.5.0)
|
uglifier (2.5.3)
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
json (>= 1.8.0)
|
json (>= 1.8.0)
|
||||||
yajl-ruby (1.1.0)
|
yajl-ruby (1.1.0)
|
||||||
|
@ -85,10 +98,10 @@ PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
jekyll (~> 2.0.3)
|
jekyll (~> 2.3.0)
|
||||||
jekyll-assets (~> 0.7.9)
|
jekyll-assets (~> 0.9.2)
|
||||||
kramdown (~> 1.3.3)
|
kramdown (~> 1.4.1)
|
||||||
less (~> 2.5.0)
|
less (~> 2.6.0)
|
||||||
therubyracer (~> 0.12.1)
|
therubyracer (~> 0.12.1)
|
||||||
uglifier (~> 2.5.0)
|
uglifier (~> 2.5.3)
|
||||||
yui-compressor (~> 0.12.0)
|
yui-compressor (~> 0.12.0)
|
||||||
|
|
186
_assets/stylesheets/gist.less
Normal file
186
_assets/stylesheets/gist.less
Normal file
|
@ -0,0 +1,186 @@
|
||||||
|
.gist {
|
||||||
|
|
||||||
|
.highlight {
|
||||||
|
color:#000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.render-container .render-viewer-error,
|
||||||
|
.render-container .render-viewer-fatal,
|
||||||
|
.render-container .octospinner {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gist-render iframe {
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gist-file.gist-render .highlight {
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gist-file .gist-meta .highlight a {
|
||||||
|
font-weight:700;
|
||||||
|
color:#666;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight {
|
||||||
|
background:#fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .err {
|
||||||
|
color:#a61717;
|
||||||
|
background-color:#e3d2d2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .cp {
|
||||||
|
color:#999;
|
||||||
|
font-weight:700;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .cs {
|
||||||
|
color:#999;
|
||||||
|
font-weight:700;
|
||||||
|
font-style:italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .gd {
|
||||||
|
color:#000;
|
||||||
|
background-color:#fdd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .gd .x {
|
||||||
|
color:#000;
|
||||||
|
background-color:#faa;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .ge {
|
||||||
|
color:#000;
|
||||||
|
font-style:italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .gi {
|
||||||
|
color:#000;
|
||||||
|
background-color:#dfd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .gi .x {
|
||||||
|
color:#000;
|
||||||
|
background-color:#afa;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .go {
|
||||||
|
color:#888;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .gs {
|
||||||
|
font-weight:700;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .gu {
|
||||||
|
color:#aaa;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .nb {
|
||||||
|
color:#0086b3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .ni {
|
||||||
|
color:purple;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .nt {
|
||||||
|
color:navy;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .w {
|
||||||
|
color:#bbb;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .sr {
|
||||||
|
color:#009926;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .ss {
|
||||||
|
color:#990073;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .c,
|
||||||
|
.highlight .cm,
|
||||||
|
.highlight .c1 {
|
||||||
|
color:#998;
|
||||||
|
font-style:italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .k,
|
||||||
|
.highlight .o,
|
||||||
|
.highlight .kc,
|
||||||
|
.highlight .kd,
|
||||||
|
.highlight .kp,
|
||||||
|
.highlight .kr,
|
||||||
|
.highlight .ow,
|
||||||
|
.highlight .n,
|
||||||
|
.highlight .p {
|
||||||
|
color:#000;
|
||||||
|
font-weight:700;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .gr,
|
||||||
|
.highlight .gt {
|
||||||
|
color:#a00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .gh,
|
||||||
|
.highlight .bp {
|
||||||
|
color:#999;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .gp,
|
||||||
|
.highlight .nn {
|
||||||
|
color:#555;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .kt,
|
||||||
|
.highlight .nc {
|
||||||
|
color:#458;
|
||||||
|
font-weight:700;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .m,
|
||||||
|
.highlight .mf,
|
||||||
|
.highlight .mh,
|
||||||
|
.highlight .mi,
|
||||||
|
.highlight .mo,
|
||||||
|
.highlight .il {
|
||||||
|
color:#099;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .s,
|
||||||
|
.highlight .sb,
|
||||||
|
.highlight .sc,
|
||||||
|
.highlight .sd,
|
||||||
|
.highlight .s2,
|
||||||
|
.highlight .se,
|
||||||
|
.highlight .sh,
|
||||||
|
.highlight .si,
|
||||||
|
.highlight .sx,
|
||||||
|
.highlight .s1 {
|
||||||
|
color:#d14;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .na,
|
||||||
|
.highlight .no,
|
||||||
|
.highlight .nv,
|
||||||
|
.highlight .vc,
|
||||||
|
.highlight .vg,
|
||||||
|
.highlight .vi {
|
||||||
|
color:teal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight .ne,
|
||||||
|
.highlight .nf {
|
||||||
|
color:#900;
|
||||||
|
font-weight:700;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -18,6 +18,8 @@
|
||||||
@import "pygments.less";
|
@import "pygments.less";
|
||||||
// Coderay Syntax highlighting ===============================
|
// Coderay Syntax highlighting ===============================
|
||||||
@import "coderay.less";
|
@import "coderay.less";
|
||||||
|
// Gist Syntax highlighting ===================================
|
||||||
|
@import "gist.less";
|
||||||
// MIXINS =====================================================
|
// MIXINS =====================================================
|
||||||
@import "mixins.less";
|
@import "mixins.less";
|
||||||
@import "grid.less";
|
@import "grid.less";
|
||||||
|
|
2
feed.xml
2
feed.xml
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: none
|
layout: null
|
||||||
---
|
---
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: nil
|
layout: null
|
||||||
---
|
---
|
||||||
|
|
||||||
User-agent: *
|
User-agent: *
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: nil
|
layout: null
|
||||||
---
|
---
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
|
|
Loading…
Reference in a new issue