Skip to content

bebanjo/heroku-buildpack-jekyll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Jekyll Buildpack

This buildpack relies on the static buildpack, and will:

  • Install jekyll
  • Compile the site

Setup:

Create a new app:

heroku create

Add the two buildpacks:

heroku buildpacks:set https://github.com/dmathieu/heroku-buildpack-jekyll
heroku buildpacks:add https://github.com/hone/heroku-buildpack-static

Push your jekyll code to this new app.

Configuration

This buildpack will use the static.json file from the static buildpack.
Specifically, it will compile the app in the root folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 90.1%
  • Shell 9.9%