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
- Host: GitHub
- URL: https://github.com/i-Sohel/hugo-caddy-dockerfile
- Owner: i-Sohel
- License: mit
- Created: 2016-01-23T22:17:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-23T23:31:15.000Z (almost 9 years ago)
- Last Synced: 2024-08-04T01:15:01.095Z (5 months ago)
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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 ```