diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2016-07-02 20:04:59 -0700 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2016-07-02 20:04:59 -0700 |
| commit | 8f187c573954b6c8d1650ac33a164c52e032ac16 (patch) | |
| tree | c605d0cf51d272393006e5486bfdc24984cf801f /Gemfile | |
| parent | Update some posts to make the tests pass. (diff) | |
| download | lumberjaph-8f187c573954b6c8d1650ac33a164c52e032ac16.tar.gz | |
Stop using Jekyll.
Moving away from Jekyll to Hugo. This commit clean up the old files to
prepare for the migration.
Diffstat (limited to '')
| -rw-r--r-- | Gemfile | 5 | ||||
| -rw-r--r-- | Gemfile.lock | 75 |
2 files changed, 0 insertions, 80 deletions
diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 8e5535f..0000000 --- a/Gemfile +++ /dev/null @@ -1,5 +0,0 @@ -source 'https://rubygems.org' -gem 'jekyll' -gem 'html-proofer' -gem 'rouge' -gem 'kramdown' diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 5a20680..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,75 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - activesupport (4.2.5) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - addressable (2.4.0) - classifier (1.3.3) - fast-stemmer (>= 1.0.0) - colorator (0.1) - colored (1.2) - commander (4.1.5) - highline (~> 1.6.11) - directory_watcher (1.4.1) - ethon (0.8.1) - ffi (>= 1.3.0) - fast-stemmer (1.0.2) - ffi (1.9.10) - highline (1.6.19) - html-proofer (2.6.1) - activesupport (~> 4.2) - addressable (~> 2.3) - colored (~> 1.2) - mercenary (~> 0.3.2) - nokogiri (~> 1.5) - parallel (~> 1.3) - typhoeus (~> 0.7) - yell (~> 2.0) - i18n (0.7.0) - jekyll (1.2.1) - classifier (~> 1.3) - colorator (~> 0.1) - commander (~> 4.1.3) - directory_watcher (~> 1.4.1) - liquid (~> 2.5.2) - maruku (~> 0.5) - pygments.rb (~> 0.5.0) - redcarpet (~> 2.3.0) - safe_yaml (~> 0.7.0) - json (1.8.3) - kramdown (1.11.1) - liquid (2.5.3) - maruku (0.7.0) - mercenary (0.3.5) - mini_portile2 (2.0.0) - minitest (5.8.3) - nokogiri (1.6.7.1) - mini_portile2 (~> 2.0.0.rc2) - parallel (1.6.1) - posix-spawn (0.3.6) - pygments.rb (0.5.2) - posix-spawn (~> 0.3.6) - yajl-ruby (~> 1.1.0) - redcarpet (2.3.0) - rouge (2.0.1) - safe_yaml (0.7.1) - thread_safe (0.3.5) - typhoeus (0.8.0) - ethon (>= 0.8.0) - tzinfo (1.2.2) - thread_safe (~> 0.1) - yajl-ruby (1.1.0) - yell (2.0.5) - -PLATFORMS - ruby - -DEPENDENCIES - html-proofer - jekyll - kramdown - rouge |
