utsengar / docker-pipelines-hugo-s3-website

Docker container for Bitbucket Pipelines to build a static hugo site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notice: This repository was created as an example and will most likely not be updated with newer releases of Hugo. Feel free to fork this and make whatever changes you want.

Pipelines Hugo

This is a Docker image that contains Hugo, the static website generator and the aws-cli Python scripts. I use this container to deploy my Hugo blog to AWS S3 using Atlassian Bitbucket Pipelines.

Check this blog post for more information about how to use this Docker image for your Pipelines setup.

MIT License

Copyright 2017 Karel Bemelmans

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Docker container for Bitbucket Pipelines to build a static hugo site

License:MIT License