Skip to content

philippbosch/heroku-buildpack-gollum-site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 

Repository files navigation

gollum-site build pack

This is a build pack for hosting static websites generated by gollum-site on Heroku.

It is basically the PHP buildpack with PHP removed and adjusted detection code.

Usage

Inside of your gollum repo:

  1. If you haven't already created a layout, import the default one: gollum-site import
  2. Create your static website locally: gollum-site generate.
  3. Change to the newly created directory: cd _site.
  4. Initialize a new Git repository there: git init.
  5. Add the generated files to the new repo: git add . && git commit -m "Initial commit"
  6. Create a new Heroku app: heroku create myapp --buildpack https://github.com/philippbosch/heroku-buildpack-gollum-site
  7. Push your content to Heroku: git push heroku master
  8. Have a look: heroku open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Shell 91.9%
  • Perl 8.1%