February 5, 2019
Running Hugo the Hard Way(Hugo + DO Kubernetes + LetsEncrypt) - Part 2
If you’ve found this randomly, consider checking out Part 1 to see if this interests you.
Okay, so we have all the dependencies in place. Let’s do this.
Assuming you already have a static site, the next steps should be relatively straightforward. If this your first time with Hugo, check out the documentation here.
pushd site # READ and MODIFY manifest.yaml # This will not work out of the box kubectl apply -f .
...
Read more