Skip to content

PackageFreeze/dokku-buildpack-jekyll3-nginx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

This is a dokku buildpack for installing Jekyll 3.

Usage

Add a .buildpacks file in the root of your jekyll project containing:

https://github.com/GlueDigital/dokku-buildpack-jekyll3.git
https://github.com/heroku/heroku-buildpack-static.git

And a static.json file (in the root too) containing:

{
  "root": "_site/"
}

Credit

Based on inket/dokku-buildpack-jekyll-nginx.

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%