This project is mirrored from https://github.com/gohugoio/hugo.
Pull mirroring updated .
- Apr 25, 2017
- Apr 24, 2017
-
-
bep authored
[ci skip]
-
bep authored
-
bep authored
[ci skip]
-
bep authored
[ci skip]
-
James Munnelly authored
In Hugo 0.20.3, the released binaries for Linux was no longer statically linked. This commit fixes that. Fixes #3382
-
bep authored
-
bep authored
-
bep authored
[ci skip]
-
bep authored
[ci skip]
-
bep authored
See #3358
-
bep authored
This commit adds a work flow aroung GoReleaser to get the Hugo release process automated and more uniform: * It can be run fully automated or in two steps to allow for manual edits of the relase notes. * It supports both patch and full releases. * It fetches author, issue, repo info. etc. for the release notes from GitHub. * The file names produced are mainly the same as before, but we no use tar.gz as archive for all Unix versions. * There isn't a fully automated CI setup in place yet, but the release tag is marked in the commit message with "[ci deploy]" Fixes #3358
-
bep authored
This was a regression in Hugo 0.20. This commit makes sure that zeron-length files are not rendered to file. Fixes #3355
-
- Apr 16, 2017
-
-
bep authored
-
bep authored
-
bep authored
Most obvius benefit of this is to include CSS partials with css file suffix into HTML templates. A valid workaround would be to rename the file `mystyles.html`, but that doesn't work too good for external editors etc. The css partial is a method used in some themes before Hugo 0.20, but then it stopped working. This commit reintroduces that behaviour. Note that the regular layout lookups for text templates, i.e. "single.json" will be prefixed with "_text/" on lookup and will only match in the text collection. Fixes #3273
- Apr 13, 2017
- Apr 12, 2017
-
-
Sanjay Saxena authored
-
bep authored
This regression was introduced in Hugo 0.20. Fixes #3333
-
bep authored
The structure may potentially have changed, and then it fails. Fixes #3315
-
bep authored
See #3315
-
bep authored
On `macOS`, at least, we've seen multiple WRITE events for same file, and no need to do the same job twice.
-
Anthony Fok authored
-
- Apr 10, 2017
- Apr 09, 2017
-
-
Masashi Miyaura authored
-
- Apr 08, 2017