You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

10 lines
214 B

  1. #! /usr/bin/sh
  2. docker run -it \
  3. -e HUGO_WATCH=true \
  4. -e HUGO_THEME=pure \
  5. -e HUGO_BASEURL=http://localhost:1313/ \
  6. -e HUGO_DESTINATION=/src/public \
  7. -v ${PWD}:/src \
  8. -p 1313:1313 \
  9. sothr.com/hugo:0.54.0 $@