Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/i-Sohel/hugo-caddy-dockerfile

Hugo engine on Caddy server in a Docker container
https://github.com/i-Sohel/hugo-caddy-dockerfile

Last synced: about 2 months ago
JSON representation

Hugo engine on Caddy server in a Docker container

Lists

README

        

# Hugo with Caddy Dockerfile
[Hugo] (https://gohugo.io/), a fast and flexible static site generator built by [spf13](https://github.com/spf13/hugo) and friends in Go. So we extended that love to hugo by adding [Caddy](https://caddyserver.com/) web server as it's powerful and easy to use web server in one Dockerfile package. [Caddy](https://caddyserver.com/) supports HTTP/2, IPv6, Markdown, WebSockets, FastCGI, templates and more, right out of the box.

# Usage
Simply build a new Docker image using dockerfile. e.g ``` docker build -t hugo /path/to/dockerfile ```