podcast update
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
build/
|
||||||
|
components/
|
4
Gemfile
4
Gemfile
@ -1,8 +1,8 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "middleman", "~>3.3"
|
gem "middleman" #, "~>3.3"
|
||||||
gem "awesome_print"
|
gem "awesome_print"
|
||||||
gem "json", '~> 1.8'
|
gem "json" #, '~> 1.8'
|
||||||
gem 'nokogiri'
|
gem 'nokogiri'
|
||||||
gem 'builder'
|
gem 'builder'
|
||||||
|
|
||||||
|
84
Gemfile.lock
84
Gemfile.lock
@ -1,18 +1,18 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activesupport (4.1.5)
|
activesupport (4.1.9)
|
||||||
i18n (~> 0.6, >= 0.6.9)
|
i18n (~> 0.6, >= 0.6.9)
|
||||||
json (~> 1.7, >= 1.7.7)
|
json (~> 1.7, >= 1.7.7)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
addressable (2.3.6)
|
addressable (2.3.6)
|
||||||
awesome_print (1.2.0)
|
awesome_print (1.6.1)
|
||||||
builder (3.2.2)
|
builder (3.2.2)
|
||||||
celluloid (0.15.2)
|
celluloid (0.16.0)
|
||||||
timers (~> 1.1.0)
|
timers (~> 4.0.0)
|
||||||
chunky_png (1.3.1)
|
chunky_png (1.3.3)
|
||||||
coffee-script (2.3.0)
|
coffee-script (2.3.0)
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
@ -34,40 +34,41 @@ GEM
|
|||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
http_parser.rb (~> 0.6.0)
|
http_parser.rb (~> 0.6.0)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
eventmachine (1.0.3)
|
eventmachine (1.0.4)
|
||||||
execjs (2.2.1)
|
execjs (2.2.2)
|
||||||
favicon_maker (1.3)
|
favicon_maker (1.3)
|
||||||
docile (~> 1.1)
|
docile (~> 1.1)
|
||||||
ffi (1.9.3)
|
ffi (1.9.6)
|
||||||
haml (4.0.5)
|
haml (4.0.6)
|
||||||
tilt
|
tilt
|
||||||
hike (1.2.3)
|
hike (1.2.3)
|
||||||
|
hitimes (1.2.2)
|
||||||
hooks (0.4.0)
|
hooks (0.4.0)
|
||||||
uber (~> 0.0.4)
|
uber (~> 0.0.4)
|
||||||
http_parser.rb (0.6.0)
|
http_parser.rb (0.6.0)
|
||||||
i18n (0.6.11)
|
i18n (0.6.11)
|
||||||
json (1.8.1)
|
json (1.8.1)
|
||||||
kramdown (1.4.1)
|
kramdown (1.5.0)
|
||||||
listen (2.7.9)
|
listen (2.8.5)
|
||||||
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)
|
||||||
middleman (3.3.5)
|
middleman (3.3.7)
|
||||||
coffee-script (~> 2.2)
|
coffee-script (~> 2.2)
|
||||||
compass (>= 0.12.4)
|
compass (>= 1.0.0, < 2.0.0)
|
||||||
compass-import-once (= 1.0.5)
|
compass-import-once (= 1.0.5)
|
||||||
execjs (~> 2.0)
|
execjs (~> 2.0)
|
||||||
haml (>= 4.0.5)
|
haml (>= 4.0.5)
|
||||||
kramdown (~> 1.2)
|
kramdown (~> 1.2)
|
||||||
middleman-core (= 3.3.5)
|
middleman-core (= 3.3.7)
|
||||||
middleman-sprockets (>= 3.1.2)
|
middleman-sprockets (>= 3.1.2)
|
||||||
sass (>= 3.2.17, < 4.0)
|
sass (>= 3.4.0, < 4.0)
|
||||||
uglifier (~> 2.5)
|
uglifier (~> 2.5)
|
||||||
middleman-blog (3.5.3)
|
middleman-blog (3.5.3)
|
||||||
addressable (~> 2.3.5)
|
addressable (~> 2.3.5)
|
||||||
middleman-core (~> 3.2)
|
middleman-core (~> 3.2)
|
||||||
tzinfo (>= 0.3.0)
|
tzinfo (>= 0.3.0)
|
||||||
middleman-core (3.3.5)
|
middleman-core (3.3.7)
|
||||||
activesupport (~> 4.1.0)
|
activesupport (~> 4.1.0)
|
||||||
bundler (~> 1.1)
|
bundler (~> 1.1)
|
||||||
erubis
|
erubis
|
||||||
@ -79,41 +80,41 @@ GEM
|
|||||||
rack-test (~> 0.6.2)
|
rack-test (~> 0.6.2)
|
||||||
thor (>= 0.15.2, < 2.0)
|
thor (>= 0.15.2, < 2.0)
|
||||||
tilt (~> 1.4.1, < 2.0)
|
tilt (~> 1.4.1, < 2.0)
|
||||||
middleman-deploy (0.3.0)
|
middleman-deploy (1.0.0)
|
||||||
middleman-core (>= 3.2)
|
middleman-core (>= 3.2)
|
||||||
net-sftp
|
net-sftp
|
||||||
ptools
|
ptools
|
||||||
middleman-favicon-maker (3.7)
|
middleman-favicon-maker (3.7)
|
||||||
favicon_maker (~> 1.3)
|
favicon_maker (~> 1.3)
|
||||||
middleman-core (>= 3.0.0)
|
middleman-core (>= 3.0.0)
|
||||||
middleman-livereload (3.3.4)
|
middleman-livereload (3.4.2)
|
||||||
em-websocket (~> 0.5.1)
|
em-websocket (~> 0.5.1)
|
||||||
middleman-core (~> 3.2)
|
middleman-core (>= 3.3)
|
||||||
rack-livereload (~> 0.3.15)
|
rack-livereload (~> 0.3.15)
|
||||||
middleman-sprockets (3.3.9)
|
middleman-sprockets (3.4.1)
|
||||||
middleman-core (~> 3.3)
|
middleman-core (>= 3.3)
|
||||||
sprockets (~> 2.12.1)
|
sprockets (~> 2.12.1)
|
||||||
sprockets-helpers (~> 1.1.0)
|
sprockets-helpers (~> 1.1.0)
|
||||||
sprockets-sass (~> 1.2.0)
|
sprockets-sass (~> 1.3.0)
|
||||||
middleman-syntax (2.0.0)
|
middleman-syntax (2.0.0)
|
||||||
middleman-core (~> 3.2)
|
middleman-core (~> 3.2)
|
||||||
rouge (~> 1.0)
|
rouge (~> 1.0)
|
||||||
mini_portile (0.5.2)
|
mini_portile (0.6.2)
|
||||||
minitest (5.4.1)
|
minitest (5.5.0)
|
||||||
multi_json (1.10.1)
|
multi_json (1.10.1)
|
||||||
net-sftp (2.1.2)
|
net-sftp (2.1.2)
|
||||||
net-ssh (>= 2.6.5)
|
net-ssh (>= 2.6.5)
|
||||||
net-ssh (2.9.1)
|
net-ssh (2.9.1)
|
||||||
nokogiri (1.6.1)
|
nokogiri (1.6.5)
|
||||||
mini_portile (~> 0.5.0)
|
mini_portile (~> 0.6.0)
|
||||||
padrino-helpers (0.12.3)
|
padrino-helpers (0.12.4)
|
||||||
i18n (~> 0.6, >= 0.6.7)
|
i18n (~> 0.6, >= 0.6.7)
|
||||||
padrino-support (= 0.12.3)
|
padrino-support (= 0.12.4)
|
||||||
tilt (~> 1.4.1)
|
tilt (~> 1.4.1)
|
||||||
padrino-support (0.12.3)
|
padrino-support (0.12.4)
|
||||||
activesupport (>= 3.1)
|
activesupport (>= 3.1)
|
||||||
ptools (1.2.6)
|
ptools (1.3.2)
|
||||||
rack (1.5.2)
|
rack (1.6.0)
|
||||||
rack-livereload (0.3.15)
|
rack-livereload (0.3.15)
|
||||||
rack
|
rack
|
||||||
rack-test (0.6.2)
|
rack-test (0.6.2)
|
||||||
@ -121,27 +122,28 @@ GEM
|
|||||||
rb-fsevent (0.9.4)
|
rb-fsevent (0.9.4)
|
||||||
rb-inotify (0.9.5)
|
rb-inotify (0.9.5)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
redcarpet (3.1.2)
|
redcarpet (3.2.2)
|
||||||
rouge (1.7.1)
|
rouge (1.7.7)
|
||||||
sass (3.4.2)
|
sass (3.4.9)
|
||||||
sprockets (2.12.1)
|
sprockets (2.12.3)
|
||||||
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-helpers (1.1.0)
|
||||||
sprockets (~> 2.0)
|
sprockets (~> 2.0)
|
||||||
sprockets-sass (1.2.0)
|
sprockets-sass (1.3.1)
|
||||||
sprockets (~> 2.0)
|
sprockets (~> 2.0)
|
||||||
tilt (~> 1.1)
|
tilt (~> 1.1)
|
||||||
thor (0.19.1)
|
thor (0.19.1)
|
||||||
thread_safe (0.3.4)
|
thread_safe (0.3.4)
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
timers (1.1.0)
|
timers (4.0.1)
|
||||||
|
hitimes
|
||||||
tzinfo (1.2.2)
|
tzinfo (1.2.2)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uber (0.0.8)
|
uber (0.0.12)
|
||||||
uglifier (2.5.3)
|
uglifier (2.7.0)
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
json (>= 1.8.0)
|
json (>= 1.8.0)
|
||||||
|
|
||||||
@ -151,8 +153,8 @@ PLATFORMS
|
|||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
awesome_print
|
awesome_print
|
||||||
builder
|
builder
|
||||||
json (~> 1.8)
|
json
|
||||||
middleman (~> 3.3)
|
middleman
|
||||||
middleman-blog
|
middleman-blog
|
||||||
middleman-deploy
|
middleman-deploy
|
||||||
middleman-favicon-maker
|
middleman-favicon-maker
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
title: <%= @title %>
|
title: <%= @title %>
|
||||||
date: <%= @date.strftime('%F') %>
|
date: <%= @date.strftime('%F') %>
|
||||||
tags:
|
tags:
|
||||||
|
edited:
|
||||||
poster: /assets/img/bg/brickwall_@2X.png
|
poster: /assets/img/bg/brickwall_@2X.png
|
||||||
published: false
|
published: false
|
||||||
---
|
---
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Podcasts
|
title: Podcasts
|
||||||
date: 2014-09-20
|
date: 2014-09-20
|
||||||
|
edited: 2015-01-08
|
||||||
tags: about
|
tags: about
|
||||||
poster: /assets/img/stock/coffee.png
|
poster: /assets/img/stock/coffee.png
|
||||||
---
|
---
|
||||||
@ -16,13 +17,14 @@ poster: /assets/img/stock/coffee.png
|
|||||||
%li= link_to 'Ruby 5', 'http://ruby5.envylabs.com'
|
%li= link_to 'Ruby 5', 'http://ruby5.envylabs.com'
|
||||||
%li= link_to 'Giant Robots Smashing into Other Giant Robots', 'http://podcasts.thoughtbot.com/giantrobots'
|
%li= link_to 'Giant Robots Smashing into Other Giant Robots', 'http://podcasts.thoughtbot.com/giantrobots'
|
||||||
-# %li= link_to 'JS Jabber', 'http://www.devchat.tv/js-jabber'
|
-# %li= link_to 'JS Jabber', 'http://www.devchat.tv/js-jabber'
|
||||||
%li= link_to 'Back to Work', 'http://5by5.tv/b2w'
|
|
||||||
%li= link_to 'The Poo-edcast', 'http://adamryanmorrison.com/podcast/'
|
|
||||||
%li= link_to 'You Need A Budget', 'http://www.youneedabudget.com/blog/c/podcast/'
|
%li= link_to 'You Need A Budget', 'http://www.youneedabudget.com/blog/c/podcast/'
|
||||||
%li= link_to 'Ruby on Rails Podcast', 'http://5by5.tv/rubyonrails'
|
%li= link_to '.Net Rocks', 'http://www.dotnetrocks.com'
|
||||||
|
|
||||||
%h4 Past Gems
|
%h4 Past Gems
|
||||||
%ul
|
%ul
|
||||||
|
%li= link_to 'Back to Work', 'http://5by5.tv/b2w'
|
||||||
|
%li= link_to 'Ruby on Rails Podcast', 'http://5by5.tv/rubyonrails'
|
||||||
|
%li= link_to 'The Poo-edcast', 'http://adamryanmorrison.com/podcast/'
|
||||||
%li= link_to 'That Post Show', 'http://thatpostshow.com'
|
%li= link_to 'That Post Show', 'http://thatpostshow.com'
|
||||||
%li= link_to 'The RC', 'http://www.fxguide.com/podcasts/'
|
%li= link_to 'The RC', 'http://www.fxguide.com/podcasts/'
|
||||||
%li= link_to 'The VFX Show', 'http://www.fxguide.com/podcasts/'
|
%li= link_to 'The VFX Show', 'http://www.fxguide.com/podcasts/'
|
||||||
|
@ -7,7 +7,10 @@
|
|||||||
.col-sm-9#main{:role => "main"}
|
.col-sm-9#main{:role => "main"}
|
||||||
= yield
|
= yield
|
||||||
.post_footer
|
.post_footer
|
||||||
%p published around #{current_article.date.strftime('%m/%d/%Y')}
|
%p
|
||||||
|
published around #{current_article.date.strftime('%m/%d/%Y')}
|
||||||
|
- if current_article.data.edited
|
||||||
|
· last edited around #{current_article.data.edited.strftime('%m/%d/%Y')}
|
||||||
.col-sm-3
|
.col-sm-3
|
||||||
= partial 'shared/blog_list'
|
= partial 'shared/blog_list'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user