Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

dmathieu/heroku-buildpack-jekyll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 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