Skip to content

troytop/stackato-buildpack-jekyll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 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.

This variant is designed to work on Stackato:

http://www.activestate.com/stackato

Usage

Specify this language pack repo in a BUILDPACK_URL environment variable in a top-level stackato.yml file. For example:

name: yoursite 
mem: 128M
framework: buildpack
env:
  BUILDPACK_URL: git://github.com/troytop/stackato-buildpack-jekyll.git 

Push the application to the target with stackato push -n.

About

Buildpack for deploying Jekyll sites on Stackato

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%