blog init

This commit is contained in:
Mark Moser
2014-09-15 21:57:01 -05:00
parent 2add7ee700
commit a938f7e29b
23 changed files with 208 additions and 1 deletions

View File

@ -49,6 +49,10 @@ after_configuration do
sprockets.append_path File.join "#{root}", @bower_config["directory"]
end
activate :blog do |blog|
# set options on blog
end
#video pages
data.video.keys.each do |vdo|
proxy "video/#{vdo}.html", 'video/template.html', locals: {video: data.video[vdo]}, ignore: true