summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-05-31Update CLI doc for "long" formRobert van Gent
2019-05-31Drop dashes in http header matcher attributes; other changes from code reviewRobert van Gent
2019-05-31docs: Add documentation for "hugo deploy"Robert van Gent
2019-05-30deploy: remove TODO comment about subfolders; handled by GoCDK blob URLsRobert van Gent
2019-05-30deps: Update gocloud.dev to v0.15.0.Robert van Gent
2019-05-30tpl/collections: Convert numeric values to float64 and compare themAnton Harniakou
Fixes #5685
2019-05-29resources: Return nil when not found in resources.GetBjørn Erik Pedersen
Fixes #5999
2019-05-28deps: Update ViperBjørn Erik Pedersen
This will hopefully improve the dependency/install problems we have seen lately. See #5954
2019-05-26Remove references to Google+Bruno Amaral
According to google, this is no longer supported and structured data should be used instead: https://support.google.com/webmasters/answer/6083347?hl=en
2019-05-25Update gitmap to get CommitDate fieldBjørn Erik Pedersen
2019-05-25Merge commit 'be04ece8590f775a52ea167fbe4555753e8c5211'Bjørn Erik Pedersen
2019-05-25Squashed 'docs/' changes from 50c02516c..0c3c04fd6Bjørn Erik Pedersen
0c3c04fd6 Merge pull request #827 from BCNelson/range-patch b14dd3505 Updated link to Go Docs to more helpful page c3d83149a Boolean Values in the Where Function 56d4cea3c hugo-extended no longer the default e9b15c698 Update index.md 11de98e0d Release 0.55.6 d2def17f4 Merge branch 'release-0.55.6' 115457b70 releaser: Add release notes to /docs for release of 0.55.6 25855690d Fix misspelling fc5e43db2 Update 404.md with Netlify Instructions 9f684318f Removed mentioning of removed --stepAnalysis command line option 86ba9071c Related md5 and aliases for sha1/sha256 15f48966a Added related sha function into the See Also 5e08b6930 Fix date description 908e87ab2 Revert docs/config.toml changes c925646cf Add a "deploy" command e765084dd Update sectionvars.md e08be4d81 Update sectionvars.md 7c9653cbe Hugo 0.55.5 1035ff028 releaser: Add release notes to /docs for release of 0.55.5 cda21f9d4 docs: Regenerate docs helper git-subtree-dir: docs git-subtree-split: 0c3c04fd63a7f140bdca0d3ca9b1e9dc794ebd77
2019-05-25commands: Create new 'hugo list all' commandRuslan Nasonov
New: - command `hugo list all`, return all posts meta in csv format Refactoring: - move common parts in commands/list.go to function `buildSites` - change way to detect path to content See #5904
2019-05-24Medium -> Hugo exporting toolBrice BERDAH
Suggesting a simple yet powerful tool for people looking to export their Medium blog to Hugo
2019-05-23dockerfile: Switch base image for final buildBrian 'Redbeard' Harrington
Switching the base image for the final build to alpine as it still provides a minimal interface, but has a mechanism for easily including relevant CA certificates. This is currently pinned to a tagged version, though since none of the underlying mechanisms are used this should balance both remaining stable, supported for a period of time, and providing usable functionality. Resolves #5970 Affects #5056
2019-05-18Merge branch 'release-0.55.6'Bjørn Erik Pedersen
2019-05-18releaser: Prepare repository for 0.56.0-DEVhugoreleaser
[ci skip]
2019-05-18releaser: Add release notes to /docs for release of 0.55.6v0.55.6hugoreleaser
[ci skip]
2019-05-18releaser: Bump versions for release of 0.55.6hugoreleaser
[ci skip]
2019-05-18Release 0.55.6Bjørn Erik Pedersen
2019-05-18releaser: Add release notes draft for 0.55.6hugoreleaser
Rename to *-ready.md to continue. [ci skip]
2019-05-18hugolib: Prevent parallel server rebuildsBjørn Erik Pedersen
There have been reports about infrequent paginator crashes when running the Hugo server since 0.55.0. The reason have been narrowed down to that of parallel rebuilds. This isn't a new thing, but the changes in 0.55.0 made it extra important to serialize the page initialization. This commit fixes that by protecting the `Build` method with a lock when running in server mode. Fixes #5885 Fixes #5968
2019-05-17tpl: Fix internal templates usage of safeHTMLAttrRodolfo Carvalho
The `safeHTMLAttr` function operates on a full attribute definition, not just within the attribute value. Docs: https://gohugo.io/functions/safehtmlattr/ For `opengraph.html`, run the whole `content` HTML attribute through `safeHTMLAttr`. That will preserve `+` signs in formatted dates. For `vimeo_simple.html`, `safeHTMLAttr` was in the context of an attribute value, thus having no effect. In this case we could replace it with `safeURL`, but since the code is coming from an API it is safer to just let Go's template engine sanitize the value as it already does with `provider_url`. Fixes #5236 (no need to change Go upstream) Related to #5246
2019-05-15Update to Go 1.12.5 and Go 1.11.10Bjørn Erik Pedersen
Fixes #5944
2019-05-09deploy: Add tests; fix WindowsRobert van Gent
2019-05-06deploy: Support configuration of upload orderRobert van Gent
2019-05-06deploy: Support invalidating a CloudFront CDN cacheRobert van Gent
2019-05-04i18n: Move the package below /langsBjørn Erik Pedersen
To get fewer top level packages.
2019-05-04deploy: compute MD5 by reading if List didn't provide oneRobert van Gent
2019-05-03Revert docs/config.toml changesRobert van Gent
2019-05-03travis: Use proxy.golang.orgBjørn Erik Pedersen
2019-05-03Add a "deploy" commandRobert van Gent
2019-05-03hugolib: Disable racy testBjørn Erik Pedersen
See #5926
2019-05-02releaser: Prepare repository for 0.56.0-DEVhugoreleaser
[ci skip]
2019-05-02releaser: Add release notes to /docs for release of 0.55.5v0.55.5hugoreleaser
[ci skip]
2019-05-02releaser: Bump versions for release of 0.55.5hugoreleaser
[ci skip]
2019-05-02Release 0.55.5Bjørn Erik Pedersen
2019-05-02releaser: Add release notes draft for 0.55.5hugoreleaser
Rename to *-ready.md to continue. [ci skip]
2019-05-02docs: Regenerate docs helperBjørn Erik Pedersen
2019-05-02Merge commit 'f147b5c53eda15982e0fe762847532eeddb7485f'Bjørn Erik Pedersen
2019-05-02Squashed 'docs/' changes from 13097daf2..50c02516cBjørn Erik Pedersen
50c02516c resources: Clean 380554caf Added Pharmaseal case study bd462671d Fix typo 0522a2595 no -> fr f2c4671db Fix broken Netlify setup 056da25f2 Release 0.55.4 2ddca746e Merge branch 'temp554' 3d6cf9967 releaser: Add release notes to /docs for release of 0.55.4 9dc637cab Minor link fix 95186103c Release 0.55.3 b2449cd25 releaser: Add release notes to /docs for release of 0.55.3 55934c3a2 docs: Regenerate docs helper git-subtree-dir: docs git-subtree-split: 50c02516cb7237dc1b95e98fe433327a4bcefc10
2019-05-02output: Fix permalink in sitemap etc. when multiple permalinkable output formatsBjørn Erik Pedersen
In Hugo 0.55.0 we made AMP `permalinkable`. We also render the output formats in their natural sort order, meaning `AMP` will be rendered before `HTML`. References in the sitemap would then point to the AMP version, and this is normally not what you'd want. This commit fixes that by making `HTML` by default sort before the others. If this is not you want, you can set `weight` on the output format configuration. Fixes #5910
2019-05-01hugolib: Fix PrevInSection/NextInSection for nested sectionsBjørn Erik Pedersen
This was broken in Hugo 0.55.0. Fixes #5883
2019-05-01lazy: Fix concurrent initialization orderBjørn Erik Pedersen
Fixes #5901
2019-05-01Update blackfriday to v1.5.2David Birks
2019-04-29tpl/compare: Fix nil compare in eq/ne for interface valuesBjørn Erik Pedersen
Fixes #5905
2019-04-27tpl: Fix hugo package name and add godocsCameron Moore
2019-04-27tpl: Provide more detailed errors in WhereCameron Moore
2019-04-25releaser: Prepare repository for 0.56.0-DEVhugoreleaser
[ci skip]
2019-04-25releaser: Add release notes to /docs for release of 0.55.4v0.55.4hugoreleaser
[ci skip]