Build and serve a Hugo <https://gohugo.io/> website with R.
10K+
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
Content type
Image
Digest
Size
314 MB
Last updated
about 8 years ago
docker pull jhginn/rhugo