From 38ab378bee91acf06e982f25e1bb4f391c29a576 Mon Sep 17 00:00:00 2001 From: Chewy Jetpack Date: Sat, 18 Mar 2017 20:02:29 +0000 Subject: [PATCH] that didn't work --- Gemfile | 5 ----- Rakefile | 5 ----- _config.yml | 3 --- config.ru | 3 --- procfile | 1 - 5 files changed, 17 deletions(-) delete mode 100644 Rakefile delete mode 100644 config.ru delete mode 100644 procfile diff --git a/Gemfile b/Gemfile index cbba038..17f19b5 100644 --- a/Gemfile +++ b/Gemfile @@ -23,8 +23,3 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] -gem 'jekyll' -gem 'kramdown' -gem 'rack-jekyll' -gem 'rake' -gem 'puma' diff --git a/Rakefile b/Rakefile deleted file mode 100644 index 33b3ad4..0000000 --- a/Rakefile +++ /dev/null @@ -1,5 +0,0 @@ -namespace :assets do - task :precompile do - puts `bundle exec jekyll build` - end -end \ No newline at end of file diff --git a/_config.yml b/_config.yml index a171eb6..8f359ed 100644 --- a/_config.yml +++ b/_config.yml @@ -31,6 +31,3 @@ gems: exclude: - Gemfile - Gemfile.lock - -gems: ['kramdown'] -exclude: ['config.ru', 'Gemfile', 'Gemfile.lock', 'vendor', 'Procfile', 'Rakefile'] \ No newline at end of file diff --git a/config.ru b/config.ru deleted file mode 100644 index f4b052f..0000000 --- a/config.ru +++ /dev/null @@ -1,3 +0,0 @@ -require 'rack/jekyll' -require 'yaml' -run Rack::Jekyll.new \ No newline at end of file diff --git a/procfile b/procfile deleted file mode 100644 index 6eb381c..0000000 --- a/procfile +++ /dev/null @@ -1 +0,0 @@ -web: bundle exec puma -t 8:32 -w 3 -p $PORT \ No newline at end of file