Skip to content

ably-forks/heroku-buildpack-nanoc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Nanoc Site Builder Buildpack

This buildpack relies on the static buildpack and Heroku Ruby buildpack, and will:

  • Install nanoc
  • Compile the site
  • Serve the site

Setup:

Create a new app:

heroku create

Add the following buildpacks:

heroku buildpacks:set https://github.com/heroku/heroku-buildpack-ruby heroku buildpacks:add https://github.com/ably-forks/heroku-buildpack-nanoc heroku buildpacks:add https://github.com/heroku/heroku-buildpack-static

Push your nanoc code to this new app.

Procfile

A Procfile is not needed in your app git repo as static buildpack has a default Procfile web process.

About

Build pack to compile nanoc static sites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%