mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 07:48:52 +00:00
Add Docker Hugo to installation page
This commit is contained in:
committed by
digitalcraftsman
parent
1ab7a03414
commit
652ca1faaf
@@ -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 user’s `$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
|
||||
|
||||
Reference in New Issue
Block a user