Skip to content

thephw/hugo-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hugo Buildpack

This is a naive CNCF buildpack for hugo websites. This can allow hugo projects to be hosted on cloud foundry, heroku, and spaceship.

Build a project w/ pack

pack build myproject -p . -b ../hugo-buildpack

Run the built image

docker run --rm -ePORT=3000 -p3000:3000 myproject

Environment Setup

brew install pack

Contributing

PRs welcome. If you need help or want to reach out email is best [email protected]

Contributors

Patrick Wiseman

License

Apache 2.0 License

Acknowledgements

Checkout

CNCF Buildpacks Spaceship

Releases

No releases published

Packages

No packages published

Languages