Tue Feb 19 17:32:01 2019 UTC ()
Update to 0.54.0

Changelog:
Enhancements
Templates

    Adjust tests ddc6d4e3 @bep #5643
    Prevent getJSON and getCSV fetch failure from aborting build 6a2bfcbe @anthonyfok #5643

Core

    Expand TestPageWithEmoji to cover '+', '-' and '_' too 2a9060a8 @anthonyfok #5635
    Restore 0.48 slash handling in taxonomies 40ffb048 @bep #5571

Other

    Use official semver even for main releases fab41f42 @bep #5639
    Add test for --configDir 59d87044 @bep #5662
    Ignore unknown config files in config dir 3244cb3b @bep #5646
    Store supported config formats in a variable d9282cf9 @tryzniak
    Bump to Go 1.11.5 8ed2a1ca @bep #5654
    Update Afero e8596139 @bep #5650
    Accept hyphen and plus sign in emoji detection 3038464e @anthonyfok #5635
    Support numeric sort in ByParam 26f75edb @tryzniak #5305
    Make hugo server -t work again db3c49d0 @tryzniak #5569#5061#4868
    Add configFile(s) back to the watch list after RENAME event too e3cb8e6c @anthonyfok #5205
    Remove historical rssURI config 55251aa8 @mywaiting
    Use subtests with server_test.go 843fcd19 @tryzniak
    Move resource interfaces into its own package ce8a09a4 @bep
    Move resource processors into sub-packages 669ada43 @bep
    Update _index.md 50745122 @vrMarc
    Update go.sum 0584432b @bep
    Update Chroma cc351958 @bep #4993
    Make docshelper run again c24f3ae2 @bep #5568

Fixes
Templates

    Fix reflect 9e4f9e0b @moorereason #5564

Other

    Fix some inline shortcode issues c52045bb @bep #5645#5653
    Fix OpenGraph image fallback to site params 526b5b1c @statik
    Fix Params case handling in the new site global e1a66c73 @bep #5615
    cache/namedmemcache: Fix data race 3f3187de @bep


(ryoon)
diff -r1.11 -r1.12 pkgsrc/www/hugo/Makefile
diff -r1.4 -r1.5 pkgsrc/www/hugo/PLIST
diff -r1.4 -r1.5 pkgsrc/www/hugo/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/www/hugo/Makefile (expand / switch to unified diff)

--- pkgsrc/www/hugo/Makefile 2019/01/24 10:00:46 1.11
+++ pkgsrc/www/hugo/Makefile 2019/02/19 17:32:01 1.12
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.11 2019/01/24 10:00:46 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.12 2019/02/19 17:32:01 ryoon Exp $
2 2
3DISTNAME= hugo-0.53 3DISTNAME= hugo-0.54.0
4PKGNAME= go-${DISTNAME} 4PKGNAME= go-${DISTNAME}
5PKGREVISION= 1 
6MASTER_SITES= ${MASTER_SITE_GITHUB:=gohugoio/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=gohugoio/}
7CATEGORIES= www 6CATEGORIES= www
8GITHUB_TAG= v${PKGVERSION_NOREV} 7GITHUB_TAG= v${PKGVERSION_NOREV}
9GITHUB_PROJECT= ${PKGBASE:S/^go-//} 8GITHUB_PROJECT= ${PKGBASE:S/^go-//}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://gohugo.io/ 11HOMEPAGE= http://gohugo.io/
13COMMENT= A Fast & Modern Static Website Engine 12COMMENT= A Fast & Modern Static Website Engine
14LICENSE= apache-2.0 13LICENSE= apache-2.0
15 14
16GO_DIST_BASE= ${DISTNAME} 15GO_DIST_BASE= ${DISTNAME}
17GO_SRCPATH= github.com/gohugoio/hugo 16GO_SRCPATH= github.com/gohugoio/hugo
18 17

cvs diff -r1.4 -r1.5 pkgsrc/www/hugo/PLIST (expand / switch to unified diff)

--- pkgsrc/www/hugo/PLIST 2019/01/02 19:59:32 1.4
+++ pkgsrc/www/hugo/PLIST 2019/02/19 17:32:01 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.4 2019/01/02 19:59:32 jmmv Exp $ 1@comment $NetBSD: PLIST,v 1.5 2019/02/19 17:32:01 ryoon Exp $
2bin/generate 2bin/generate
3bin/hugo 3bin/hugo
4gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/bufferpool.a 4gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/bufferpool.a
5gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/cache.a 5gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/cache.a
6gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/cache/filecache.a 6gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/cache/filecache.a
7gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/cache/namedmemcache.a 7gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/cache/namedmemcache.a
8gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/commands.a 8gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/commands.a
9gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/collections.a 9gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/collections.a
10gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/herrors.a 10gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/herrors.a
11gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/hugio.a 11gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/hugio.a
12gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/hugo.a 12gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/hugo.a
13gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/loggers.a 13gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/loggers.a
14gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/maps.a 14gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/maps.a
@@ -34,34 +34,36 @@ gopkg/pkg/${GO_PLATFORM}/github.com/gohu @@ -34,34 +34,36 @@ gopkg/pkg/${GO_PLATFORM}/github.com/gohu
34gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/i18n.a 34gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/i18n.a
35gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/langs.a 35gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/langs.a
36gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/livereload.a 36gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/livereload.a
37gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/media.a 37gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/media.a
38gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/metrics.a 38gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/metrics.a
39gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/minifiers.a 39gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/minifiers.a
40gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/output.a 40gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/output.a
41gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/parser.a 41gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/parser.a
42gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/parser/metadecoders.a 42gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/parser/metadecoders.a
43gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/parser/pageparser.a 43gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/parser/pageparser.a
44gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/publisher.a 44gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/publisher.a
45gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/related.a 45gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/related.a
46gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/releaser.a 46gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/releaser.a
47gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource.a 47gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources.a
48gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource/bundler.a 48gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/internal.a
49gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource/create.a 49gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource.a
50gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource/integrity.a 50gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_factories/bundler.a
51gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource/minifier.a 51gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_factories/create.a
52gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource/postcss.a 52gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_transformers/integrity.a
53gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource/templates.a 53gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_transformers/minifier.a
54gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource/tocss/scss.a 54gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_transformers/postcss.a
 55gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_transformers/templates.a
 56gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_transformers/tocss/scss.a
55gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/source.a 57gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/source.a
56gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl.a 58gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl.a
57gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/cast.a 59gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/cast.a
58gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/collections.a 60gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/collections.a
59gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/compare.a 61gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/compare.a
60gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/crypto.a 62gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/crypto.a
61gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/data.a 63gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/data.a
62gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/encoding.a 64gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/encoding.a
63gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/fmt.a 65gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/fmt.a
64gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/hugo.a 66gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/hugo.a
65gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/images.a 67gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/images.a
66gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/inflect.a 68gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/inflect.a
67gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/internal.a 69gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/internal.a
@@ -111,26 +113,27 @@ gopkg/src/github.com/gohugoio/hugo/comma @@ -111,26 +113,27 @@ gopkg/src/github.com/gohugoio/hugo/comma
111gopkg/src/github.com/gohugoio/hugo/commands/commands.go 113gopkg/src/github.com/gohugoio/hugo/commands/commands.go
112gopkg/src/github.com/gohugoio/hugo/commands/commands_test.go 114gopkg/src/github.com/gohugoio/hugo/commands/commands_test.go
113gopkg/src/github.com/gohugoio/hugo/commands/config.go 115gopkg/src/github.com/gohugoio/hugo/commands/config.go
114gopkg/src/github.com/gohugoio/hugo/commands/convert.go 116gopkg/src/github.com/gohugoio/hugo/commands/convert.go
115gopkg/src/github.com/gohugoio/hugo/commands/env.go 117gopkg/src/github.com/gohugoio/hugo/commands/env.go
116gopkg/src/github.com/gohugoio/hugo/commands/gen.go 118gopkg/src/github.com/gohugoio/hugo/commands/gen.go
117gopkg/src/github.com/gohugoio/hugo/commands/genautocomplete.go 119gopkg/src/github.com/gohugoio/hugo/commands/genautocomplete.go
118gopkg/src/github.com/gohugoio/hugo/commands/genchromastyles.go 120gopkg/src/github.com/gohugoio/hugo/commands/genchromastyles.go
119gopkg/src/github.com/gohugoio/hugo/commands/gendoc.go 121gopkg/src/github.com/gohugoio/hugo/commands/gendoc.go
120gopkg/src/github.com/gohugoio/hugo/commands/gendocshelper.go 122gopkg/src/github.com/gohugoio/hugo/commands/gendocshelper.go
121gopkg/src/github.com/gohugoio/hugo/commands/genman.go 123gopkg/src/github.com/gohugoio/hugo/commands/genman.go
122gopkg/src/github.com/gohugoio/hugo/commands/helpers.go 124gopkg/src/github.com/gohugoio/hugo/commands/helpers.go
123gopkg/src/github.com/gohugoio/hugo/commands/hugo.go 125gopkg/src/github.com/gohugoio/hugo/commands/hugo.go
 126gopkg/src/github.com/gohugoio/hugo/commands/hugo_test.go
124gopkg/src/github.com/gohugoio/hugo/commands/hugo_windows.go 127gopkg/src/github.com/gohugoio/hugo/commands/hugo_windows.go
125gopkg/src/github.com/gohugoio/hugo/commands/import_jekyll.go 128gopkg/src/github.com/gohugoio/hugo/commands/import_jekyll.go
126gopkg/src/github.com/gohugoio/hugo/commands/import_jekyll_test.go 129gopkg/src/github.com/gohugoio/hugo/commands/import_jekyll_test.go
127gopkg/src/github.com/gohugoio/hugo/commands/limit_darwin.go 130gopkg/src/github.com/gohugoio/hugo/commands/limit_darwin.go
128gopkg/src/github.com/gohugoio/hugo/commands/limit_others.go 131gopkg/src/github.com/gohugoio/hugo/commands/limit_others.go
129gopkg/src/github.com/gohugoio/hugo/commands/list.go 132gopkg/src/github.com/gohugoio/hugo/commands/list.go
130gopkg/src/github.com/gohugoio/hugo/commands/new.go 133gopkg/src/github.com/gohugoio/hugo/commands/new.go
131gopkg/src/github.com/gohugoio/hugo/commands/new_content_test.go 134gopkg/src/github.com/gohugoio/hugo/commands/new_content_test.go
132gopkg/src/github.com/gohugoio/hugo/commands/new_site.go 135gopkg/src/github.com/gohugoio/hugo/commands/new_site.go
133gopkg/src/github.com/gohugoio/hugo/commands/new_theme.go 136gopkg/src/github.com/gohugoio/hugo/commands/new_theme.go
134gopkg/src/github.com/gohugoio/hugo/commands/release.go 137gopkg/src/github.com/gohugoio/hugo/commands/release.go
135gopkg/src/github.com/gohugoio/hugo/commands/release_noop.go 138gopkg/src/github.com/gohugoio/hugo/commands/release_noop.go
136gopkg/src/github.com/gohugoio/hugo/commands/server.go 139gopkg/src/github.com/gohugoio/hugo/commands/server.go
@@ -167,57 +170,65 @@ gopkg/src/github.com/gohugoio/hugo/commo @@ -167,57 +170,65 @@ gopkg/src/github.com/gohugoio/hugo/commo
167gopkg/src/github.com/gohugoio/hugo/common/maps/scratch_test.go 170gopkg/src/github.com/gohugoio/hugo/common/maps/scratch_test.go
168gopkg/src/github.com/gohugoio/hugo/common/math/math.go 171gopkg/src/github.com/gohugoio/hugo/common/math/math.go
169gopkg/src/github.com/gohugoio/hugo/common/math/math_test.go 172gopkg/src/github.com/gohugoio/hugo/common/math/math_test.go
170gopkg/src/github.com/gohugoio/hugo/common/terminal/colors.go 173gopkg/src/github.com/gohugoio/hugo/common/terminal/colors.go
171gopkg/src/github.com/gohugoio/hugo/common/text/position.go 174gopkg/src/github.com/gohugoio/hugo/common/text/position.go
172gopkg/src/github.com/gohugoio/hugo/common/text/position_test.go 175gopkg/src/github.com/gohugoio/hugo/common/text/position_test.go
173gopkg/src/github.com/gohugoio/hugo/common/types/evictingqueue.go 176gopkg/src/github.com/gohugoio/hugo/common/types/evictingqueue.go
174gopkg/src/github.com/gohugoio/hugo/common/types/evictingqueue_test.go 177gopkg/src/github.com/gohugoio/hugo/common/types/evictingqueue_test.go
175gopkg/src/github.com/gohugoio/hugo/common/types/types.go 178gopkg/src/github.com/gohugoio/hugo/common/types/types.go
176gopkg/src/github.com/gohugoio/hugo/common/types/types_test.go 179gopkg/src/github.com/gohugoio/hugo/common/types/types_test.go
177gopkg/src/github.com/gohugoio/hugo/common/urls/ref.go 180gopkg/src/github.com/gohugoio/hugo/common/urls/ref.go
178gopkg/src/github.com/gohugoio/hugo/compare/compare.go 181gopkg/src/github.com/gohugoio/hugo/compare/compare.go
179gopkg/src/github.com/gohugoio/hugo/config/configLoader.go 182gopkg/src/github.com/gohugoio/hugo/config/configLoader.go
 183gopkg/src/github.com/gohugoio/hugo/config/configLoader_test.go
180gopkg/src/github.com/gohugoio/hugo/config/configProvider.go 184gopkg/src/github.com/gohugoio/hugo/config/configProvider.go
181gopkg/src/github.com/gohugoio/hugo/config/configProvider_test.go 185gopkg/src/github.com/gohugoio/hugo/config/configProvider_test.go
182gopkg/src/github.com/gohugoio/hugo/config/privacy/privacyConfig.go 186gopkg/src/github.com/gohugoio/hugo/config/privacy/privacyConfig.go
183gopkg/src/github.com/gohugoio/hugo/config/privacy/privacyConfig_test.go 187gopkg/src/github.com/gohugoio/hugo/config/privacy/privacyConfig_test.go
184gopkg/src/github.com/gohugoio/hugo/config/services/servicesConfig.go 188gopkg/src/github.com/gohugoio/hugo/config/services/servicesConfig.go
185gopkg/src/github.com/gohugoio/hugo/config/services/servicesConfig_test.go 189gopkg/src/github.com/gohugoio/hugo/config/services/servicesConfig_test.go
186gopkg/src/github.com/gohugoio/hugo/create/content.go 190gopkg/src/github.com/gohugoio/hugo/create/content.go
187gopkg/src/github.com/gohugoio/hugo/create/content_template_handler.go 191gopkg/src/github.com/gohugoio/hugo/create/content_template_handler.go
188gopkg/src/github.com/gohugoio/hugo/create/content_test.go 192gopkg/src/github.com/gohugoio/hugo/create/content_test.go
189gopkg/src/github.com/gohugoio/hugo/deps/deps.go 193gopkg/src/github.com/gohugoio/hugo/deps/deps.go
190gopkg/src/github.com/gohugoio/hugo/docs/.github/stale.yml 194gopkg/src/github.com/gohugoio/hugo/docs/.github/stale.yml
191gopkg/src/github.com/gohugoio/hugo/docs/.gitignore 195gopkg/src/github.com/gohugoio/hugo/docs/.gitignore
192gopkg/src/github.com/gohugoio/hugo/docs/LICENSE.md 196gopkg/src/github.com/gohugoio/hugo/docs/LICENSE.md
193gopkg/src/github.com/gohugoio/hugo/docs/README.md 197gopkg/src/github.com/gohugoio/hugo/docs/README.md
194gopkg/src/github.com/gohugoio/hugo/docs/archetypes/default.md 198gopkg/src/github.com/gohugoio/hugo/docs/archetypes/default.md
195gopkg/src/github.com/gohugoio/hugo/docs/archetypes/functions.md 199gopkg/src/github.com/gohugoio/hugo/docs/archetypes/functions.md
196gopkg/src/github.com/gohugoio/hugo/docs/archetypes/showcase/bio.md 200gopkg/src/github.com/gohugoio/hugo/docs/archetypes/showcase/bio.md
197gopkg/src/github.com/gohugoio/hugo/docs/archetypes/showcase/featured.png 201gopkg/src/github.com/gohugoio/hugo/docs/archetypes/showcase/featured.png
198gopkg/src/github.com/gohugoio/hugo/docs/archetypes/showcase/index.md 202gopkg/src/github.com/gohugoio/hugo/docs/archetypes/showcase/index.md
199gopkg/src/github.com/gohugoio/hugo/docs/config.toml 203gopkg/src/github.com/gohugoio/hugo/docs/config.toml
 204gopkg/src/github.com/gohugoio/hugo/docs/config/_default/config.toml
 205gopkg/src/github.com/gohugoio/hugo/docs/config/_default/languages.toml
 206gopkg/src/github.com/gohugoio/hugo/docs/config/_default/menus/menus.en.toml
 207gopkg/src/github.com/gohugoio/hugo/docs/config/_default/menus/menus.zh.toml
 208gopkg/src/github.com/gohugoio/hugo/docs/config/_default/params.toml
 209gopkg/src/github.com/gohugoio/hugo/docs/config/development/params.toml
 210gopkg/src/github.com/gohugoio/hugo/docs/config/production/config.toml
 211gopkg/src/github.com/gohugoio/hugo/docs/config/production/params.toml
200gopkg/src/github.com/gohugoio/hugo/docs/content/en/_index.md 212gopkg/src/github.com/gohugoio/hugo/docs/content/en/_index.md
201gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/_index.md 213gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/_index.md
202gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/benefits.md 214gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/benefits.md
203gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/features.md 215gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/features.md
204gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/hugo-and-gdpr.md 216gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/hugo-and-gdpr.md
205gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/license.md 217gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/license.md
206gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/new-in-032/index.md 218gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/new-in-032/index.md
207gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/new-in-032/sunset.jpg 219gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/new-in-032/sunset.jpg
208gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/what-is-hugo.md 220gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/what-is-hugo.md
209gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo.md 221gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo.md
210gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_benchmark.md 
211gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_check.md 222gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_check.md
212gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_check_ulimit.md 223gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_check_ulimit.md
213gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_config.md 224gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_config.md
214gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_convert.md 225gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_convert.md
215gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_convert_toJSON.md 226gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_convert_toJSON.md
216gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_convert_toTOML.md 227gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_convert_toTOML.md
217gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_convert_toYAML.md 228gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_convert_toYAML.md
218gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_env.md 229gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_env.md
219gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_gen.md 230gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_gen.md
220gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_gen_autocomplete.md 231gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_gen_autocomplete.md
221gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_gen_chromastyles.md 232gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_gen_chromastyles.md
222gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_gen_doc.md 233gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_gen_doc.md
223gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_gen_man.md 234gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_gen_man.md
@@ -497,26 +508,28 @@ gopkg/src/github.com/gohugoio/hugo/docs/ @@ -497,26 +508,28 @@ gopkg/src/github.com/gohugoio/hugo/docs/
497gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.47.1-relnotes/index.md 508gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.47.1-relnotes/index.md
498gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.48-relnotes/featured-hugo-48-poster.png 509gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.48-relnotes/featured-hugo-48-poster.png
499gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.48-relnotes/index.md 510gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.48-relnotes/index.md
500gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.49-relnotes/featured-hugo-49-poster.png 511gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.49-relnotes/featured-hugo-49-poster.png
501gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.49-relnotes/index.md 512gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.49-relnotes/index.md
502gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.49.1-relnotes/index.md 513gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.49.1-relnotes/index.md
503gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.49.2-relnotes/index.md 514gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.49.2-relnotes/index.md
504gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.50-relnotes/featured-hugo-50-poster.png 515gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.50-relnotes/featured-hugo-50-poster.png
505gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.50-relnotes/index.md 516gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.50-relnotes/index.md
506gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.51-relnotes/featured-hugo-51-poster.png 517gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.51-relnotes/featured-hugo-51-poster.png
507gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.51-relnotes/index.md 518gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.51-relnotes/index.md
508gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.52-relnotes/featured-hugo-52-poster.png 519gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.52-relnotes/featured-hugo-52-poster.png
509gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.52-relnotes/index.md 520gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.52-relnotes/index.md
 521gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.53-relnotes/featured-hugo-53-poster.png
 522gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.53-relnotes/index.md
510gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/${PKGVERSION}-relnotes/index.md 523gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/${PKGVERSION}-relnotes/index.md
511gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.7-relnotes/index.md 524gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.7-relnotes/index.md
512gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.8-relnotes/index.md 525gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.8-relnotes/index.md
513gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.9-relnotes/index.md 526gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.9-relnotes/index.md
514gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/_index.md 527gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/_index.md
515gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/http2-server-push-in-hugo.md 528gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/http2-server-push-in-hugo.md
516gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/featured.png 529gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/featured.png
517gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/graph-stars.png 530gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/graph-stars.png
518gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/graph-themes.png 531gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/graph-themes.png
519gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/index.md 532gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/index.md
520gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/sunset-get.png 533gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/sunset-get.png
521gopkg/src/github.com/gohugoio/hugo/docs/content/en/readfiles/README.md 534gopkg/src/github.com/gohugoio/hugo/docs/content/en/readfiles/README.md
522gopkg/src/github.com/gohugoio/hugo/docs/content/en/readfiles/bfconfig.md 535gopkg/src/github.com/gohugoio/hugo/docs/content/en/readfiles/bfconfig.md
@@ -703,26 +716,28 @@ gopkg/src/github.com/gohugoio/hugo/docs/ @@ -703,26 +716,28 @@ gopkg/src/github.com/gohugoio/hugo/docs/
703gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.46-relnotes/featured-hugo-46-poster_hue04c7655caa254a1835311c9409185d8_68614_640x0_resize_catmullrom_2.png 716gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.46-relnotes/featured-hugo-46-poster_hue04c7655caa254a1835311c9409185d8_68614_640x0_resize_catmullrom_2.png
704gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.47-relnotes/featured-hugo-47-poster_hud3879b84908b49d38ac2cd1416f654ff_88288_480x0_resize_catmullrom_2.png 717gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.47-relnotes/featured-hugo-47-poster_hud3879b84908b49d38ac2cd1416f654ff_88288_480x0_resize_catmullrom_2.png
705gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.47-relnotes/featured-hugo-47-poster_hud3879b84908b49d38ac2cd1416f654ff_88288_640x0_resize_catmullrom_2.png 718gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.47-relnotes/featured-hugo-47-poster_hud3879b84908b49d38ac2cd1416f654ff_88288_640x0_resize_catmullrom_2.png
706gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.48-relnotes/featured-hugo-48-poster_hub95348423e80ff144dfee01d64fb9889_95358_480x0_resize_catmullrom_2.png 719gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.48-relnotes/featured-hugo-48-poster_hub95348423e80ff144dfee01d64fb9889_95358_480x0_resize_catmullrom_2.png
707gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.48-relnotes/featured-hugo-48-poster_hub95348423e80ff144dfee01d64fb9889_95358_640x0_resize_catmullrom_2.png 720gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.48-relnotes/featured-hugo-48-poster_hub95348423e80ff144dfee01d64fb9889_95358_640x0_resize_catmullrom_2.png
708gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.49-relnotes/featured-hugo-49-poster_hud9cdb0f9aa2ec95d28fc3f49c81e7940_66352_480x0_resize_catmullrom_2.png 721gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.49-relnotes/featured-hugo-49-poster_hud9cdb0f9aa2ec95d28fc3f49c81e7940_66352_480x0_resize_catmullrom_2.png
709gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.49-relnotes/featured-hugo-49-poster_hud9cdb0f9aa2ec95d28fc3f49c81e7940_66352_640x0_resize_catmullrom_2.png 722gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.49-relnotes/featured-hugo-49-poster_hud9cdb0f9aa2ec95d28fc3f49c81e7940_66352_640x0_resize_catmullrom_2.png
710gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.50-relnotes/featured-hugo-50-poster_hudcbbb9a5a0079d08447101e6cfae6e40_227240_480x0_resize_catmullrom_2.png 723gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.50-relnotes/featured-hugo-50-poster_hudcbbb9a5a0079d08447101e6cfae6e40_227240_480x0_resize_catmullrom_2.png
711gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.50-relnotes/featured-hugo-50-poster_hudcbbb9a5a0079d08447101e6cfae6e40_227240_640x0_resize_catmullrom_2.png 724gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.50-relnotes/featured-hugo-50-poster_hudcbbb9a5a0079d08447101e6cfae6e40_227240_640x0_resize_catmullrom_2.png
712gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.51-relnotes/featured-hugo-51-poster_hu25ab021d1365edeedf46d92fdb888ccf_117678_480x0_resize_catmullrom_2.png 725gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.51-relnotes/featured-hugo-51-poster_hu25ab021d1365edeedf46d92fdb888ccf_117678_480x0_resize_catmullrom_2.png
713gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.51-relnotes/featured-hugo-51-poster_hu25ab021d1365edeedf46d92fdb888ccf_117678_640x0_resize_catmullrom_2.png 726gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.51-relnotes/featured-hugo-51-poster_hu25ab021d1365edeedf46d92fdb888ccf_117678_640x0_resize_catmullrom_2.png
714gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.52-relnotes/featured-hugo-52-poster_hu7f2ed09038efabda07872a275a935ada_336810_480x0_resize_catmullrom_2.png 727gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.52-relnotes/featured-hugo-52-poster_hu7f2ed09038efabda07872a275a935ada_336810_480x0_resize_catmullrom_2.png
715gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.52-relnotes/featured-hugo-52-poster_hu7f2ed09038efabda07872a275a935ada_336810_640x0_resize_catmullrom_2.png 728gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.52-relnotes/featured-hugo-52-poster_hu7f2ed09038efabda07872a275a935ada_336810_640x0_resize_catmullrom_2.png
 729gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.53-relnotes/featured-hugo-53-poster_hu3f68fc193ad172155ee35a0be89133bf_110427_480x0_resize_catmullrom_2.png
 730gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.53-relnotes/featured-hugo-53-poster_hu3f68fc193ad172155ee35a0be89133bf_110427_640x0_resize_catmullrom_2.png
716gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/featured_hu30cb938a182ebd06b50ed15d006d8f64_179291_480x0_resize_catmullrom_2.png 731gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/featured_hu30cb938a182ebd06b50ed15d006d8f64_179291_480x0_resize_catmullrom_2.png
717gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/featured_hu30cb938a182ebd06b50ed15d006d8f64_179291_640x0_resize_catmullrom_2.png 732gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/featured_hu30cb938a182ebd06b50ed15d006d8f64_179291_640x0_resize_catmullrom_2.png
718gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/graph-stars_hu169ba15a8bcaf4ddd6a5a1aa8505c448_15599_600x400_fit_catmullrom_2.png 733gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/graph-stars_hu169ba15a8bcaf4ddd6a5a1aa8505c448_15599_600x400_fit_catmullrom_2.png
719gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/graph-themes_hu25707bee0ec3007199f71bb29226f30c_16956_600x400_fit_catmullrom_2.png 734gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/graph-themes_hu25707bee0ec3007199f71bb29226f30c_16956_600x400_fit_catmullrom_2.png
720gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/sunset-get_hu69849a7cdb847c2393a7b3a7f6061c86_387442_600x300_fill_catmullrom_smart1_2.png 735gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/sunset-get_hu69849a7cdb847c2393a7b3a7f6061c86_387442_600x300_fill_catmullrom_smart1_2.png
721gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/1password-support/featured_hu870838c23243880857c2e418dd7ac099_165718_1024x512_fill_catmullrom_top_2.png 736gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/1password-support/featured_hu870838c23243880857c2e418dd7ac099_165718_1024x512_fill_catmullrom_top_2.png
722gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/1password-support/featured_hu870838c23243880857c2e418dd7ac099_165718_640x0_resize_catmullrom_2.png 737gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/1password-support/featured_hu870838c23243880857c2e418dd7ac099_165718_640x0_resize_catmullrom_2.png
723gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/1password-support/featured_hu870838c23243880857c2e418dd7ac099_165718_8714c8c914d32c12c7eb833a42713319.png 738gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/1password-support/featured_hu870838c23243880857c2e418dd7ac099_165718_8714c8c914d32c12c7eb833a42713319.png
724gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/arolla-cocoon/featured-template_hu22aab819ab27e4f878d1ff0b7cf78050_451984_1024x512_fill_catmullrom_top_2.png 739gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/arolla-cocoon/featured-template_hu22aab819ab27e4f878d1ff0b7cf78050_451984_1024x512_fill_catmullrom_top_2.png
725gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/arolla-cocoon/featured-template_hu22aab819ab27e4f878d1ff0b7cf78050_451984_640x0_resize_catmullrom_2.png 740gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/arolla-cocoon/featured-template_hu22aab819ab27e4f878d1ff0b7cf78050_451984_640x0_resize_catmullrom_2.png
726gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/arolla-cocoon/featured-template_hu22aab819ab27e4f878d1ff0b7cf78050_451984_ea485187288cde4b679b149346aca832.png 741gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/arolla-cocoon/featured-template_hu22aab819ab27e4f878d1ff0b7cf78050_451984_ea485187288cde4b679b149346aca832.png
727gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/flesland-flis/featured_hue4fd3c0e7519777bd75019750a0f5391_309284_1024x512_fill_catmullrom_top_2.png 742gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/flesland-flis/featured_hue4fd3c0e7519777bd75019750a0f5391_309284_1024x512_fill_catmullrom_top_2.png
728gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/flesland-flis/featured_hue4fd3c0e7519777bd75019750a0f5391_309284_640x0_resize_catmullrom_2.png 743gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/flesland-flis/featured_hue4fd3c0e7519777bd75019750a0f5391_309284_640x0_resize_catmullrom_2.png
@@ -990,35 +1005,39 @@ gopkg/src/github.com/gohugoio/hugo/docs/ @@ -990,35 +1005,39 @@ gopkg/src/github.com/gohugoio/hugo/docs/
990gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/ghrepo.html 1005gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/ghrepo.html
991gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/nohighlight.html 1006gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/nohighlight.html
992gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/note.html 1007gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/note.html
993gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/output.html 1008gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/output.html
994gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/readfile.html 1009gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/readfile.html
995gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/tip.html 1010gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/tip.html
996gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/warning.html 1011gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/warning.html
997gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/yt.html 1012gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/yt.html
998gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/showcase/list.html 1013gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/showcase/list.html
999gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/showcase/single.html 1014gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/showcase/single.html
1000gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/license.md 1015gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/license.md
1001gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/package-lock.json 1016gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/package-lock.json
1002gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/package.json 1017gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/package.json
 1018gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/package-lock.json
 1019gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/package.json
1003gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-144x144.png 1020gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-144x144.png
1004gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-192x192.png 1021gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-192x192.png
1005gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-256x256.png 1022gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-256x256.png
1006gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-36x36.png 1023gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-36x36.png
1007gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-48x48.png 1024gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-48x48.png
1008gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-72x72.png 1025gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-72x72.png
1009gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-96x96.png 1026gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-96x96.png
1010gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/apple-touch-icon.png 1027gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/apple-touch-icon.png
1011gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/browserconfig.xml 1028gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/browserconfig.xml
 1029gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/dist/app.bundle.js
 1030gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/dist/main.css
1012gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/favicon-16x16.png 1031gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/favicon-16x16.png
1013gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/favicon-32x32.png 1032gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/favicon-32x32.png
1014gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/favicon.ico 1033gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/favicon.ico
1015gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/fonts/muli-latin-200.woff 1034gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/fonts/muli-latin-200.woff
1016gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/fonts/muli-latin-200.woff2 1035gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/fonts/muli-latin-200.woff2
1017gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/fonts/muli-latin-200italic.woff 1036gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/fonts/muli-latin-200italic.woff
1018gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/fonts/muli-latin-200italic.woff2 1037gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/fonts/muli-latin-200italic.woff2
1019gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/fonts/muli-latin-300.woff 1038gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/fonts/muli-latin-300.woff
1020gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/fonts/muli-latin-300.woff2 1039gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/fonts/muli-latin-300.woff2
1021gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/fonts/muli-latin-300italic.woff 1040gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/fonts/muli-latin-300italic.woff
1022gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/fonts/muli-latin-300italic.woff2 1041gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/fonts/muli-latin-300italic.woff2
1023gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/fonts/muli-latin-400.woff 1042gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/fonts/muli-latin-400.woff
1024gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/fonts/muli-latin-400.woff2 1043gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/fonts/muli-latin-400.woff2
@@ -1315,52 +1334,55 @@ gopkg/src/github.com/gohugoio/hugo/parse @@ -1315,52 +1334,55 @@ gopkg/src/github.com/gohugoio/hugo/parse
1315gopkg/src/github.com/gohugoio/hugo/publisher/publisher.go 1334gopkg/src/github.com/gohugoio/hugo/publisher/publisher.go
1316gopkg/src/github.com/gohugoio/hugo/publisher/publisher_test.go 1335gopkg/src/github.com/gohugoio/hugo/publisher/publisher_test.go
1317gopkg/src/github.com/gohugoio/hugo/pull-docs.sh 1336gopkg/src/github.com/gohugoio/hugo/pull-docs.sh
1318gopkg/src/github.com/gohugoio/hugo/related/inverted_index.go 1337gopkg/src/github.com/gohugoio/hugo/related/inverted_index.go
1319gopkg/src/github.com/gohugoio/hugo/related/inverted_index_test.go 1338gopkg/src/github.com/gohugoio/hugo/related/inverted_index_test.go
1320gopkg/src/github.com/gohugoio/hugo/releaser/git.go 1339gopkg/src/github.com/gohugoio/hugo/releaser/git.go
1321gopkg/src/github.com/gohugoio/hugo/releaser/git_test.go 1340gopkg/src/github.com/gohugoio/hugo/releaser/git_test.go
1322gopkg/src/github.com/gohugoio/hugo/releaser/github.go 1341gopkg/src/github.com/gohugoio/hugo/releaser/github.go
1323gopkg/src/github.com/gohugoio/hugo/releaser/github_test.go 1342gopkg/src/github.com/gohugoio/hugo/releaser/github_test.go
1324gopkg/src/github.com/gohugoio/hugo/releaser/releasenotes_writer.go 1343gopkg/src/github.com/gohugoio/hugo/releaser/releasenotes_writer.go
1325gopkg/src/github.com/gohugoio/hugo/releaser/releasenotes_writer_test.go 1344gopkg/src/github.com/gohugoio/hugo/releaser/releasenotes_writer_test.go
1326gopkg/src/github.com/gohugoio/hugo/releaser/releaser.go 1345gopkg/src/github.com/gohugoio/hugo/releaser/releaser.go
1327gopkg/src/github.com/gohugoio/hugo/requirements.txt 1346gopkg/src/github.com/gohugoio/hugo/requirements.txt
1328gopkg/src/github.com/gohugoio/hugo/resource/bundler/bundler.go 1347gopkg/src/github.com/gohugoio/hugo/resources/image.go
1329gopkg/src/github.com/gohugoio/hugo/resource/create/create.go 1348gopkg/src/github.com/gohugoio/hugo/resources/image_cache.go
1330gopkg/src/github.com/gohugoio/hugo/resource/image.go 1349gopkg/src/github.com/gohugoio/hugo/resources/image_test.go
1331gopkg/src/github.com/gohugoio/hugo/resource/image_cache.go 1350gopkg/src/github.com/gohugoio/hugo/resources/internal/glob.go
1332gopkg/src/github.com/gohugoio/hugo/resource/image_test.go 1351gopkg/src/github.com/gohugoio/hugo/resources/resource.go
1333gopkg/src/github.com/gohugoio/hugo/resource/integrity/integrity.go 1352gopkg/src/github.com/gohugoio/hugo/resources/resource/resources.go
1334gopkg/src/github.com/gohugoio/hugo/resource/minifier/minify.go 1353gopkg/src/github.com/gohugoio/hugo/resources/resource/resourcetypes.go
1335gopkg/src/github.com/gohugoio/hugo/resource/postcss/postcss.go 1354gopkg/src/github.com/gohugoio/hugo/resources/resource_cache.go
1336gopkg/src/github.com/gohugoio/hugo/resource/resource.go 1355gopkg/src/github.com/gohugoio/hugo/resources/resource_factories/bundler/bundler.go
1337gopkg/src/github.com/gohugoio/hugo/resource/resource_cache.go 1356gopkg/src/github.com/gohugoio/hugo/resources/resource_factories/create/create.go
1338gopkg/src/github.com/gohugoio/hugo/resource/resource_metadata.go 1357gopkg/src/github.com/gohugoio/hugo/resources/resource_metadata.go
1339gopkg/src/github.com/gohugoio/hugo/resource/resource_metadata_test.go 1358gopkg/src/github.com/gohugoio/hugo/resources/resource_metadata_test.go
1340gopkg/src/github.com/gohugoio/hugo/resource/resource_test.go 1359gopkg/src/github.com/gohugoio/hugo/resources/resource_test.go
1341gopkg/src/github.com/gohugoio/hugo/resource/smartcrop.go 1360gopkg/src/github.com/gohugoio/hugo/resources/resource_transformers/integrity/integrity.go
1342gopkg/src/github.com/gohugoio/hugo/resource/templates/execute_as_template.go 1361gopkg/src/github.com/gohugoio/hugo/resources/resource_transformers/minifier/minify.go
1343gopkg/src/github.com/gohugoio/hugo/resource/testdata/1234567890qwertyuiopasdfghjklzxcvbnm5to6eeeeee7via8eleph.jpg 1362gopkg/src/github.com/gohugoio/hugo/resources/resource_transformers/postcss/postcss.go
1344gopkg/src/github.com/gohugoio/hugo/resource/testdata/circle.svg 1363gopkg/src/github.com/gohugoio/hugo/resources/resource_transformers/templates/execute_as_template.go
1345gopkg/src/github.com/gohugoio/hugo/resource/testdata/gohugoio.png 1364gopkg/src/github.com/gohugoio/hugo/resources/resource_transformers/tocss/scss/client.go
1346gopkg/src/github.com/gohugoio/hugo/resource/testdata/sub/gohugoio2.png 1365gopkg/src/github.com/gohugoio/hugo/resources/resource_transformers/tocss/scss/tocss.go
1347gopkg/src/github.com/gohugoio/hugo/resource/testdata/sunset.jpg 1366gopkg/src/github.com/gohugoio/hugo/resources/resource_transformers/tocss/scss/tocss_notavailable.go
1348gopkg/src/github.com/gohugoio/hugo/resource/testhelpers_test.go 1367gopkg/src/github.com/gohugoio/hugo/resources/smartcrop.go
1349gopkg/src/github.com/gohugoio/hugo/resource/tocss/scss/client.go 1368gopkg/src/github.com/gohugoio/hugo/resources/testdata/1234567890qwertyuiopasdfghjklzxcvbnm5to6eeeeee7via8eleph.jpg
1350gopkg/src/github.com/gohugoio/hugo/resource/tocss/scss/tocss.go 1369gopkg/src/github.com/gohugoio/hugo/resources/testdata/circle.svg
1351gopkg/src/github.com/gohugoio/hugo/resource/tocss/scss/tocss_notavailable.go 1370gopkg/src/github.com/gohugoio/hugo/resources/testdata/gohugoio.png
1352gopkg/src/github.com/gohugoio/hugo/resource/transform.go 1371gopkg/src/github.com/gohugoio/hugo/resources/testdata/sub/gohugoio2.png
1353gopkg/src/github.com/gohugoio/hugo/resource/transform_test.go 1372gopkg/src/github.com/gohugoio/hugo/resources/testdata/sunset.jpg
 1373gopkg/src/github.com/gohugoio/hugo/resources/testhelpers_test.go
 1374gopkg/src/github.com/gohugoio/hugo/resources/transform.go
 1375gopkg/src/github.com/gohugoio/hugo/resources/transform_test.go
1354gopkg/src/github.com/gohugoio/hugo/snap/plugins/x-nodejs.yaml 1376gopkg/src/github.com/gohugoio/hugo/snap/plugins/x-nodejs.yaml
1355gopkg/src/github.com/gohugoio/hugo/snap/plugins/x_nodejs.py 1377gopkg/src/github.com/gohugoio/hugo/snap/plugins/x_nodejs.py
1356gopkg/src/github.com/gohugoio/hugo/snap/snapcraft.yaml 1378gopkg/src/github.com/gohugoio/hugo/snap/snapcraft.yaml
1357gopkg/src/github.com/gohugoio/hugo/source/content_directory_test.go 1379gopkg/src/github.com/gohugoio/hugo/source/content_directory_test.go
1358gopkg/src/github.com/gohugoio/hugo/source/fileInfo.go 1380gopkg/src/github.com/gohugoio/hugo/source/fileInfo.go
1359gopkg/src/github.com/gohugoio/hugo/source/fileInfo_test.go 1381gopkg/src/github.com/gohugoio/hugo/source/fileInfo_test.go
1360gopkg/src/github.com/gohugoio/hugo/source/filesystem.go 1382gopkg/src/github.com/gohugoio/hugo/source/filesystem.go
1361gopkg/src/github.com/gohugoio/hugo/source/filesystem_test.go 1383gopkg/src/github.com/gohugoio/hugo/source/filesystem_test.go
1362gopkg/src/github.com/gohugoio/hugo/source/filesystem_unix_test.go 1384gopkg/src/github.com/gohugoio/hugo/source/filesystem_unix_test.go
1363gopkg/src/github.com/gohugoio/hugo/source/filesystem_windows_test.go 1385gopkg/src/github.com/gohugoio/hugo/source/filesystem_windows_test.go
1364gopkg/src/github.com/gohugoio/hugo/source/sourceSpec.go 1386gopkg/src/github.com/gohugoio/hugo/source/sourceSpec.go
1365gopkg/src/github.com/gohugoio/hugo/temp/${PKGVERSION}-relnotes-ready.md 1387gopkg/src/github.com/gohugoio/hugo/temp/${PKGVERSION}-relnotes-ready.md
1366gopkg/src/github.com/gohugoio/hugo/tpl/cast/cast.go 1388gopkg/src/github.com/gohugoio/hugo/tpl/cast/cast.go

cvs diff -r1.4 -r1.5 pkgsrc/www/hugo/distinfo (expand / switch to unified diff)

--- pkgsrc/www/hugo/distinfo 2019/01/02 19:59:32 1.4
+++ pkgsrc/www/hugo/distinfo 2019/02/19 17:32:01 1.5
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.4 2019/01/02 19:59:32 jmmv Exp $ 1$NetBSD: distinfo,v 1.5 2019/02/19 17:32:01 ryoon Exp $
2 2
3SHA1 (hugo-0.53.tar.gz) = 8742aa93eb720933fd00ded62d693f9fbe03f6f7 3SHA1 (hugo-0.54.0.tar.gz) = 2403c0500eba54ca082e63659719877c62b75bc1
4RMD160 (hugo-0.53.tar.gz) = 2377591e9c560ade4e1d320537fa793a67e0b2bb 4RMD160 (hugo-0.54.0.tar.gz) = e75c4294b9d26144d170958d8664ec8ed49cbd6f
5SHA512 (hugo-0.53.tar.gz) = 7c5378b905804e489c15ae197187d773941a0ecf1ae0e59ac6c0e986bfc0c8b0f884a41cc92d23285ca1457d0db096d38e829ce1a9b3a5049a21c6b2144dbc74 5SHA512 (hugo-0.54.0.tar.gz) = 904b9ae9e3db91195e9e768faca8867d6534d20f64b19dec4d1788ca5f19863e9fac284821855ffef9bee6280d77cc72816c42b6e28b5f3a4f45d12daf6b9d0d
6Size (hugo-0.53.tar.gz) = 20864977 bytes 6Size (hugo-0.54.0.tar.gz) = 21262923 bytes
7SHA1 (patch-helpers_content.go) = 7c16f7512f0a3bf2fbb873cebd8ad91686d68521 7SHA1 (patch-helpers_content.go) = 7c16f7512f0a3bf2fbb873cebd8ad91686d68521