mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
Add jekyll staging gem.
This commit is contained in:
parent
4585cfafb1
commit
c7b51ffe8c
7
.jekyll-stagingrc
Normal file
7
.jekyll-stagingrc
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
jekyll_root: |
|
||||
./
|
||||
drafts_dir: |
|
||||
~/Dropbox/Text Docs/danbarber.me/drafts
|
||||
file_extension: |
|
||||
markdown
|
||||
2
Gemfile
2
Gemfile
@ -8,6 +8,8 @@ gem 'jekyll'
|
||||
gem 'jekyll-assets'
|
||||
gem 'jekyll-video-tag'
|
||||
|
||||
gem 'jekyll-staging'
|
||||
|
||||
gem 'octopress', '~> 3.0.0.rc'
|
||||
gem 'octopress-deploy', '~> 1.0'
|
||||
|
||||
|
||||
59
Gemfile.lock
59
Gemfile.lock
@ -1,26 +1,26 @@
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
addressable (2.3.6)
|
||||
addressable (2.3.8)
|
||||
blankslate (2.1.2.4)
|
||||
bourbon (4.1.0)
|
||||
sass (~> 3.3)
|
||||
bourbon (4.2.2)
|
||||
sass (~> 3.4)
|
||||
thor
|
||||
celluloid (0.16.0)
|
||||
timers (~> 4.0.0)
|
||||
classifier-reborn (2.0.3)
|
||||
fast-stemmer (~> 1.0)
|
||||
coffee-script (2.3.0)
|
||||
coffee-script (2.4.1)
|
||||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.8.0)
|
||||
coffee-script-source (1.9.1.1)
|
||||
colorator (0.1)
|
||||
execjs (2.2.2)
|
||||
execjs (2.5.2)
|
||||
facets (3.0.0)
|
||||
fast-stemmer (1.0.2)
|
||||
fastimage (1.6.6)
|
||||
fastimage (1.6.8)
|
||||
addressable (~> 2.3, >= 2.3.5)
|
||||
ffi (1.9.6)
|
||||
ffi (1.9.8)
|
||||
hike (1.2.3)
|
||||
hitimes (1.2.2)
|
||||
jekyll (2.5.3)
|
||||
@ -38,59 +38,61 @@ GEM
|
||||
redcarpet (~> 3.1)
|
||||
safe_yaml (~> 1.0)
|
||||
toml (~> 0.1.0)
|
||||
jekyll-assets (0.12.1)
|
||||
jekyll-assets (0.14.0)
|
||||
fastimage (~> 1.6)
|
||||
jekyll (~> 2.0)
|
||||
mini_magick (~> 4.1)
|
||||
sass (~> 3.2)
|
||||
sprockets (~> 2.10)
|
||||
sprockets-helpers
|
||||
sprockets-sass
|
||||
jekyll-coffeescript (1.0.1)
|
||||
coffee-script (~> 2.2)
|
||||
jekyll-gist (1.1.0)
|
||||
jekyll-gist (1.2.1)
|
||||
jekyll-paginate (1.1.0)
|
||||
jekyll-sass-converter (1.3.0)
|
||||
sass (~> 3.2)
|
||||
jekyll-staging (1.0.6)
|
||||
jekyll-video-tag (0.1.0)
|
||||
jekyll-watch (1.2.0)
|
||||
jekyll-watch (1.2.1)
|
||||
listen (~> 2.7)
|
||||
json (1.8.1)
|
||||
json (1.8.2)
|
||||
kramdown (1.3.3)
|
||||
liquid (2.6.1)
|
||||
listen (2.8.4)
|
||||
celluloid (>= 0.15.2)
|
||||
liquid (2.6.2)
|
||||
listen (2.10.0)
|
||||
celluloid (~> 0.16.0)
|
||||
rb-fsevent (>= 0.9.3)
|
||||
rb-inotify (>= 0.9)
|
||||
mercenary (0.3.5)
|
||||
mini_magick (4.0.1)
|
||||
multi_json (1.10.1)
|
||||
octopress (3.0.0.rc.25)
|
||||
jekyll (~> 2.0)
|
||||
mini_magick (4.2.3)
|
||||
multi_json (1.11.0)
|
||||
octopress (3.0.0.rc.35)
|
||||
jekyll (~> 2.5)
|
||||
mercenary (~> 0.3.2)
|
||||
octopress-deploy
|
||||
octopress-escape-code (~> 2.0)
|
||||
octopress-hooks (~> 2.0)
|
||||
titlecase
|
||||
octopress-deploy (1.0.3)
|
||||
octopress-deploy (1.2.1)
|
||||
colorator
|
||||
octopress-escape-code (2.0.6)
|
||||
octopress-hooks (~> 2.0)
|
||||
octopress-hooks (2.3.1)
|
||||
octopress-hooks (2.6.0)
|
||||
jekyll (~> 2.0)
|
||||
parslet (1.5.0)
|
||||
blankslate (~> 2.0)
|
||||
posix-spawn (0.3.9)
|
||||
pygments.rb (0.6.0)
|
||||
posix-spawn (0.3.11)
|
||||
pygments.rb (0.6.3)
|
||||
posix-spawn (~> 0.3.6)
|
||||
yajl-ruby (~> 1.1.0)
|
||||
yajl-ruby (~> 1.2.0)
|
||||
rack (1.6.0)
|
||||
rake (10.4.2)
|
||||
rb-fsevent (0.9.4)
|
||||
rb-inotify (0.9.5)
|
||||
ffi (>= 0.5.0)
|
||||
redcarpet (3.2.2)
|
||||
redcarpet (3.2.3)
|
||||
safe_yaml (1.0.4)
|
||||
sass (3.4.9)
|
||||
sass (3.4.13)
|
||||
sprockets (2.12.3)
|
||||
hike (~> 1.2)
|
||||
multi_json (~> 1.0)
|
||||
@ -108,10 +110,10 @@ GEM
|
||||
titlecase (0.1.1)
|
||||
toml (0.1.2)
|
||||
parslet (~> 1.5.0)
|
||||
uglifier (2.6.1)
|
||||
uglifier (2.7.1)
|
||||
execjs (>= 0.3.0)
|
||||
json (>= 1.8.0)
|
||||
yajl-ruby (1.1.0)
|
||||
yajl-ruby (1.2.1)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
@ -121,6 +123,7 @@ DEPENDENCIES
|
||||
facets
|
||||
jekyll
|
||||
jekyll-assets
|
||||
jekyll-staging
|
||||
jekyll-video-tag
|
||||
kramdown (~> 1.3.3)
|
||||
mini_magick
|
||||
|
||||
Loading…
Reference in New Issue
Block a user