Skip to content

jilion/heroku-buildpack-jekyll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll Build Pack

The Jekyll Build Pack will look for a file named _config.yml in the app root and run Jekyll to create and serve the site.

Usage

Add this language pack to your BUILDPACK_URL.

heroku config:add BUILDPACK_URL="https://github.com/jilion/heroku-buildpack-jekyll.git"

Or, with a recent version of the heroku gem, set it at creation time:

heroku create --stack cedar --buildpack https://github.com/jilion/heroku-buildpack-jekyll.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 78.5%
  • Shell 16.1%
  • Perl 5.4%