Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seemethere/hugo-docker
Extremely small image for Hugo
https://github.com/seemethere/hugo-docker
docker docker-image hugo
Last synced: 6 days ago
JSON representation
Extremely small image for Hugo
- Host: GitHub
- URL: https://github.com/seemethere/hugo-docker
- Owner: seemethere
- Created: 2017-08-07T05:55:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T20:13:44.000Z (over 5 years ago)
- Last Synced: 2024-12-26T00:23:07.493Z (about 2 months ago)
- Topics: docker, docker-image, hugo
- Language: Shell
- Homepage: https://hub.docker.com/r/seemethere/hugo-docker/
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: supported_versions
Awesome Lists containing this project
README
# hugo-docker
The minimalist of docker images for Hugo!
Clocking in at about 4MB this docker image contains
a `hugo` binary and nothing else!![So small](https://media.giphy.com/media/wzE1IlaPMoNXi/giphy.gif)
Also, automated builds will be off until https://hub.docker.com
updates their version of docker to a version that supports
multi-stage docker builds.## Example Usage
### Statically generate your site!
NOTE: Site located at `$(pwd)`
```shell
docker run --rm -v "$(pwd):/v -w /v seemethere/hugo-docker
```Static site generated at "$(pwd)/public"
## TODO
- [ ] Figure out why the development server isn't working