Sign inSign up

jhginn/rhugo

By jhginn

Updated about 8 years ago

Build and serve a Hugo <https://gohugo.io/> website with R.

Image
0

10K+

jhginn/rhugo repository overview

The hugo server is hosted on port 8000. You should mount the volume containing your website to the 'app' folder in the docker container. For example, if your website is hosted in '/home/user/my-hugo-site/blog', you would do:

docker run --rm -v /home/user/my-hugo-site/blog:/blog -p 8000:8000 jhginn/rhugo

Your site will be hosted on http://localhost:8000

Tag summary

Content type

Image

Digest

Size

314 MB

Last updated

about 8 years ago

docker pull jhginn/rhugo