Closed srid closed 7 years ago
Note/Update: This issue is marked as stale, and I may have said something earlier about "opening a thread on the discussion forum". Please don't.
If this is a bug and you can still reproduce this error on the latest release
or the master
branch, please reply with all of the information you have about it in order to keep the issue open.
If this is a feature request, and you feel that it is still relevant and valuable, please tell us why.
This issue is old and stale, and no one has shown enough interest in it to make it happen. I will close this now, and by that, I'm not saying that this "isn't worth adding to Hugo", I'm just saying that anyone that really wants this, will have to create a new tracking issue for any future Pull Request that solves this issue.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Would you be open to me contributing a Dockerfile so as to automatically create official docker images (via hub.docker.com as a 'trusted' image) based on release tags of this repo?
I'm also thinking that perhaps the
hugo new site --with-docker
command can be made to include aDockerfile
that looks like:where my Dockerfile would define the
gohugo/hugo
image. I would be basing it off something like https://github.com/srid/www.srid.name/blob/master/Dockerfile