You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
-11
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@ With this [buildpack](http://devcenter.heroku.com/articles/buildpacks) you no lo
8
8
Usage
9
9
-----
10
10
11
-
Create a new Cedar-stack app with this buildpack
12
-
13
11
heroku create -s cedar --buildpack http://github.com/mattmanning/heroku-buildpack-ruby-jekyll.git
14
12
15
13
or add this buildpack to your current app
@@ -18,18 +16,10 @@ or add this buildpack to your current app
18
16
19
17
Create a Ruby web app with dependencies managed by [Bundler](http://gembundler.com/) and a Jekyll site. [Heroku-Jekyll-Hello-World](https://github.com/burkemw3/Heroku-Jekyll-Hello-World) can be used as a sample starter.
20
18
21
-
Push to heroku
22
-
23
19
git push heroku master
24
20
25
21
Watch it "Building jekyll site"
26
22
27
-
Counting objects: 12, done.
28
-
Delta compression using up to 2 threads.
29
-
Compressing objects: 100% (8/8), done.
30
-
Writing objects: 100% (8/8), 1.10 KiB, done.
31
-
Total 8 (delta 4), reused 0 (delta 0)
32
-
33
23
-----> Heroku receiving push
34
24
-----> Fetching custom build pack... done
35
25
-----> Ruby/Rack app detected
@@ -70,4 +60,3 @@ See Also
70
60
--------
71
61
72
62
The blog post introducing this buildpack: [http://mwmanning.com/2011/11/29/Run-Your-Jekyll-Site-On-Heroku.html](http://mwmanning.com/2011/11/29/Run-Your-Jekyll-Site-On-Heroku.html).
error"Ruby deploys have been temporarily disabled due to a Rubygems.org security breach.\nPlease see https://status.heroku.com/incidents/489 for more info and a workaround if you need to deploy."
0 commit comments