diff --git a/Dockerfile b/Dockerfile index 6a0e5f3e..41b504a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Custom Hugo Extended fork, pre-built on GitHub Package Registry: -# https://github.com/jakejarvis/hugo-custom/packages +# https://hub.docker.com/r/jakejarvis/hugo-custom # https://github.com/jakejarvis/hugo-custom/blob/master/Dockerfile # # Usage: @@ -7,7 +7,7 @@ # docker run -v $(pwd):/src -p 1313:1313 jarv.is:develop # ...then open http://localhost:1313 for the live-refresh server. -FROM docker.pkg.github.com/jakejarvis/hugo-custom/hugo-custom:latest +FROM jakejarvis/hugo-custom:latest # verify everything's OK RUN /usr/bin/hugo version diff --git a/README.md b/README.md index 5b3745c2..40b1e235 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ I keep an ongoing list of [blog post ideas](https://github.com/jakejarvis/jarv.i ## Running a local testing server with Docker -This site runs a [custom version](https://github.com/jakejarvis/hugo-custom) of [Hugo Extended](https://github.com/gohugoio/hugo) with a few (very opinionated) changes. To ensure consistency, the [`Dockerfile`](Dockerfile) in this repository will pull my Hugo [fork](https://github.com/jakejarvis/hugo-custom) (forked from `v0.53-DEV`, [gohugo/hugo@`a28865c`](https://github.com/gohugoio/hugo/tree/a28865cfc3e296cf0ddd0bd6c1368fcdb2154d0f) and pre-built [on GitHub Package Registry](https://github.com/jakejarvis/hugo-custom/packages)) and run a live testing server. +This site runs a [custom version](https://github.com/jakejarvis/hugo-custom) of [Hugo Extended](https://github.com/gohugoio/hugo) with a few (very opinionated) changes. To ensure consistency, the [`Dockerfile`](Dockerfile) in this repository will pull my Hugo [fork](https://github.com/jakejarvis/hugo-custom) (forked from `v0.53-DEV`, [gohugo/hugo@`a28865c`](https://github.com/gohugoio/hugo/tree/a28865cfc3e296cf0ddd0bd6c1368fcdb2154d0f) and pre-built on [Docker Hub](https://hub.docker.com/r/jakejarvis/hugo-custom) and [GitHub Package Registry](https://github.com/jakejarvis/hugo-custom/packages)) and run a live testing server. Run these commands on the root of this repository: