Hi everyone,
I use the following command to build my hugo binaries
go get -u -v github.com/gohugoio/hugo
Do you know how I can build an extended hugo binary ?
Thx
Hi everyone,
I use the following command to build my hugo binaries
go get -u -v github.com/gohugoio/hugo
Do you know how I can build an extended hugo binary ?
Thx
@kaushalmodi posted a Build Script for a Hugo Extended binary, a while ago, but I don’t have the time to look for it know, maybe he can share.
My script has matured quite a bit since then. Here’s today’s version: https://ptpb.pw/tuoM/bash
For anyone using it:
patch_maybe
.And you should be all good to go, at least for GNU/Linux type systems.
I’ve got a Docker container here built using Alpine and musl: