Add Docker Hugo to installation page

This commit is contained in:
Ricardo N Feliciano
2017-06-22 15:20:09 -04:00
committed by digitalcraftsman
parent 1ab7a03414
commit 652ca1faaf
+7 -1
View File
@@ -93,7 +93,9 @@ Cons:
See also [this discussion](https://discourse.gohugo.io/t/solved-fedora-copr-repository-out-of-service/2491).
### Snap package for Hugo
## Alternate Installation Methods
### Snap Package
In any of the [Linux distributions that support snaps](http://snapcraft.io/docs/core/install):
@@ -102,6 +104,10 @@ In any of the [Linux distributions that support snaps](http://snapcraft.io/docs/
> Note: Hugo-as-a-snap can write only inside the users `$HOME` directory—and gvfs-mounted directories owned by the user—because of Snaps confinement and security model.
> More information is also available [in this related GitHub issue](https://github.com/gohugoio/hugo/issues/3143).
### Docker Image (unofficial)
[Docker Hugo](https://hub.docker.com/r/felicianotech/docker-hugo/) is a Docker image that can be used for local development but more importantly, can be easily used for continuous integration builds of your Hugo site on [CircleCI](https://circleci.com/) or [Travis CI](https://travis-ci.org/). Source available on [GitHub](https://github.com/felicianotech/docker-hugo).
## Installing from source
### Prerequisite tools for downloading and building source code