Received: by mail.netbsd.org (Postfix, from userid 605) id 9947884E67; Sat, 11 May 2019 03:50:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1EC3A84DE5 for ; Sat, 11 May 2019 03:50:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Ry7V9CUIMQ76 for ; Sat, 11 May 2019 03:50:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A609584CD4 for ; Sat, 11 May 2019 03:50:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A0BFBFB16; Sat, 11 May 2019 03:50:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1557546612237040" MIME-Version: 1.0 Date: Sat, 11 May 2019 03:50:12 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/hugo To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20190511035012.A0BFBFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1557546612237040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat May 11 03:50:12 UTC 2019 Modified Files: pkgsrc/www/hugo: Makefile PLIST distinfo Log Message: Update to 0.55.5 Changelog: 0.55.0 This is a bug-fix release with a couple of important fixes. Enhancements Templates Provide more detailed errors in Where f76e5011 @moorereason Other Regenerate docs helper cee181c3 @bep Update blackfriday to v1.5.2 1cbb501b @dbirks Fixes Templates Fix nil compare in eq/ne for interface values 66b143a0 @bep #5905 Fix hugo package name and add godocs 4f93f8c6 @moorereason Output Fix permalink in sitemap etc. when multiple permalinkable output formats 6b76841b @bep #5910 Core Fix PrevInSection/NextInSection for nested sections bcbed4eb @bep #5883 Other Fix concurrent initialization order 009076e5 @bep #5901 0.55.4 This is a bug-fix release with a couple of important fixes. Enhancements Core Avoid recloning of shortcode templates 69a56420 @bep #5890 No links for bundled pages 0775c98e @bep #5882 Other Avoid rebuilding the Translations map for every lookup 4756ec3c @bep #5892 Init mem profile at the end 4c3c5120 @bep Fixes Core Fix shortcode version=1 logic 33c73811 @bep #5831 0.55.3 This is a bug-fix release with a couple of important fixes. Enhancements Templates Return error on invalid input in in 7fbfedf0 @bep #5875 Make Pages etc. work with the in func 06f56fc9 @bep #5875 Make Pages etc. work in uniq d7a67dcb @bep #5852 Core Add some OutputFormats.Get tests 7aeeb60d @bep #5877 Add some integration tests for in/uniq using Pages 6c80acbd @bep #5875#5852 Other Regenerate docs helper 75b16e30 @bep Replace IsDraft with Draft in list command 3e421bd4 @bep #5873 Fixes Output Fix links for non-HTML output formats c7dd66bf @bep #5877 Fix menu URL when multiple permalinkable output formats ea529c84 @bep #5849 0.55.2 This is a bug-fix release with a couple of important fixes. Enhancements Templates Handle late transformation of templates 2957795f @bep #5865 Core Add more tests for Permalinkable 35f41834 @bep #5849 Fixes Core Fix Pages reinitialization on rebuilds 9b17cbb6 @bep #5833 Fix shortcode namespace issue 56550d1e @bep #5863 Fix false WARNINGs in lang prefix check 7881b096 @bep #5860 Fix bundle resource publishing when multiple output formats 49d0a826 @bep #5858 Fix panic for unused taxonomy content files b799b12f @bep #5847 Fix dates for sections with dates in front matter 70148672 @bep #5854 Other Fix WeightedPages in union etc. f2795d4d @bep #5850 0.55.1 This is a bug-fix release with a couple of important fixes. Notes Replace deprecated .GetParam usage 27a8049d @bep #5834 Enhancements Core Add a test for parent's resources in shortcode 8d7607ae @bep #5833 Other Remove the space in . RelPermalink 7966c0b5 @yihui Fixes Core Fix simple menu config 9e9a1f92 @bep Other Fix 4d425a86 @bep Fix paginator refresh on server change f7375c49 @bep #5838 Fix .RSSLinke deprecation message 3b86b4a9 @bep #4427 0.55.0 Hugo 0.55 is the early Easter Egg Edition with lots of great improvements and fixes. The original motivation for this release was to prepare for Issue #5074, but the structural changes needed for that paved the way for lots of others. Please study the list of changes below, and especially the Notes section, but some headlines include: To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/hugo/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/hugo/PLIST pkgsrc/www/hugo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1557546612237040 Content-Disposition: inline Content-Length: 38474 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/hugo/Makefile diff -u pkgsrc/www/hugo/Makefile:1.15 pkgsrc/www/hugo/Makefile:1.16 --- pkgsrc/www/hugo/Makefile:1.15 Tue Apr 16 18:41:20 2019 +++ pkgsrc/www/hugo/Makefile Sat May 11 03:50:12 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2019/04/16 18:41:20 bsiegert Exp $ +# $NetBSD: Makefile,v 1.16 2019/05/11 03:50:12 ryoon Exp $ -DISTNAME= hugo-0.54.0 +DISTNAME= hugo-0.55.5 PKGNAME= go-${DISTNAME} -PKGREVISION= 3 MASTER_SITES= ${MASTER_SITE_GITHUB:=gohugoio/} CATEGORIES= www GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/www/hugo/PLIST diff -u pkgsrc/www/hugo/PLIST:1.5 pkgsrc/www/hugo/PLIST:1.6 --- pkgsrc/www/hugo/PLIST:1.5 Tue Feb 19 17:32:01 2019 +++ pkgsrc/www/hugo/PLIST Sat May 11 03:50:12 2019 @@ -1,13 +1,15 @@ -@comment $NetBSD: PLIST,v 1.5 2019/02/19 17:32:01 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.6 2019/05/11 03:50:12 ryoon Exp $ bin/generate bin/hugo gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/bufferpool.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/cache.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/cache/filecache.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/cache/namedmemcache.a +gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/codegen.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/commands.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/collections.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/herrors.a +gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/hreflect.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/hugio.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/hugo.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/loggers.a @@ -29,14 +31,15 @@ gopkg/pkg/${GO_PLATFORM}/github.com/gohu gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/hugofs.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/hugolib.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/hugolib/filesystems.a -gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/hugolib/pagemeta.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/hugolib/paths.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/i18n.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/langs.a +gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/lazy.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/livereload.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/media.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/metrics.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/minifiers.a +gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/navigation.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/output.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/parser.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/parser/metadecoders.a @@ -46,6 +49,9 @@ gopkg/pkg/${GO_PLATFORM}/github.com/gohu gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/releaser.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/internal.a +gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/page.a +gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/page/page_generate.a +gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/page/pagemeta.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_factories/bundler.a gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_factories/create.a @@ -94,6 +100,7 @@ gopkg/src/github.com/gohugoio/hugo/LICEN gopkg/src/github.com/gohugoio/hugo/README.md gopkg/src/github.com/gohugoio/hugo/bench.sh gopkg/src/github.com/gohugoio/hugo/benchSite.sh +gopkg/src/github.com/gohugoio/hugo/benchbep.sh gopkg/src/github.com/gohugoio/hugo/bepdock.sh gopkg/src/github.com/gohugoio/hugo/bufferpool/bufpool.go gopkg/src/github.com/gohugoio/hugo/bufferpool/bufpool_test.go @@ -107,6 +114,9 @@ gopkg/src/github.com/gohugoio/hugo/cache gopkg/src/github.com/gohugoio/hugo/cache/namedmemcache/named_cache_test.go gopkg/src/github.com/gohugoio/hugo/cache/partitioned_lazy_cache.go gopkg/src/github.com/gohugoio/hugo/cache/partitioned_lazy_cache_test.go +gopkg/src/github.com/gohugoio/hugo/codegen/methods.go +gopkg/src/github.com/gohugoio/hugo/codegen/methods2_test.go +gopkg/src/github.com/gohugoio/hugo/codegen/methods_test.go gopkg/src/github.com/gohugoio/hugo/commands/check.go gopkg/src/github.com/gohugoio/hugo/commands/check_darwin.go gopkg/src/github.com/gohugoio/hugo/commands/commandeer.go @@ -152,11 +162,12 @@ gopkg/src/github.com/gohugoio/hugo/commo gopkg/src/github.com/gohugoio/hugo/common/herrors/file_error.go gopkg/src/github.com/gohugoio/hugo/common/herrors/file_error_test.go gopkg/src/github.com/gohugoio/hugo/common/herrors/line_number_extractors.go +gopkg/src/github.com/gohugoio/hugo/common/hreflect/helpers.go +gopkg/src/github.com/gohugoio/hugo/common/hreflect/helpers_test.go gopkg/src/github.com/gohugoio/hugo/common/hugio/readers.go gopkg/src/github.com/gohugoio/hugo/common/hugio/writers.go gopkg/src/github.com/gohugoio/hugo/common/hugo/hugo.go gopkg/src/github.com/gohugoio/hugo/common/hugo/hugo_test.go -gopkg/src/github.com/gohugoio/hugo/common/hugo/site.go gopkg/src/github.com/gohugoio/hugo/common/hugo/vars_extended.go gopkg/src/github.com/gohugoio/hugo/common/hugo/vars_regular.go gopkg/src/github.com/gohugoio/hugo/common/hugo/version.go @@ -183,10 +194,12 @@ gopkg/src/github.com/gohugoio/hugo/confi gopkg/src/github.com/gohugoio/hugo/config/configLoader_test.go gopkg/src/github.com/gohugoio/hugo/config/configProvider.go gopkg/src/github.com/gohugoio/hugo/config/configProvider_test.go +gopkg/src/github.com/gohugoio/hugo/config/env.go gopkg/src/github.com/gohugoio/hugo/config/privacy/privacyConfig.go gopkg/src/github.com/gohugoio/hugo/config/privacy/privacyConfig_test.go gopkg/src/github.com/gohugoio/hugo/config/services/servicesConfig.go gopkg/src/github.com/gohugoio/hugo/config/services/servicesConfig_test.go +gopkg/src/github.com/gohugoio/hugo/config/sitemap.go gopkg/src/github.com/gohugoio/hugo/create/content.go gopkg/src/github.com/gohugoio/hugo/create/content_template_handler.go gopkg/src/github.com/gohugoio/hugo/create/content_test.go @@ -408,6 +421,7 @@ gopkg/src/github.com/gohugoio/hugo/docs/ gopkg/src/github.com/gohugoio/hugo/docs/content/en/hosting-and-deployment/deployment-with-nanobox.md gopkg/src/github.com/gohugoio/hugo/docs/content/en/hosting-and-deployment/deployment-with-rsync.md gopkg/src/github.com/gohugoio/hugo/docs/content/en/hosting-and-deployment/deployment-with-wercker.md +gopkg/src/github.com/gohugoio/hugo/docs/content/en/hosting-and-deployment/hosting-on-aws-amplify.md gopkg/src/github.com/gohugoio/hugo/docs/content/en/hosting-and-deployment/hosting-on-bitbucket.md gopkg/src/github.com/gohugoio/hugo/docs/content/en/hosting-and-deployment/hosting-on-firebase.md gopkg/src/github.com/gohugoio/hugo/docs/content/en/hosting-and-deployment/hosting-on-github.md @@ -520,6 +534,14 @@ gopkg/src/github.com/gohugoio/hugo/docs/ gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.52-relnotes/index.md gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.53-relnotes/featured-hugo-53-poster.png gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.53-relnotes/index.md +gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.54.0-relnotes/featured-hugo-54.0-poster.png +gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.54.0-relnotes/index.md +gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.0-relnotes/featured.png +gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.0-relnotes/index.md +gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.1-relnotes/index.md +gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.2-relnotes/index.md +gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.3-relnotes/index.md +gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.4-relnotes/index.md gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/${PKGVERSION}-relnotes/index.md gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.7-relnotes/index.md gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.8-relnotes/index.md @@ -544,6 +566,9 @@ gopkg/src/github.com/gohugoio/hugo/docs/ gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/arolla-cocoon/bio.md gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/arolla-cocoon/featured-template.png gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/arolla-cocoon/index.md +gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/fireship/bio.md +gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/fireship/featured.png +gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/fireship/index.md gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/flesland-flis/bio.md gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/flesland-flis/featured.png gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/flesland-flis/index.md @@ -568,6 +593,9 @@ gopkg/src/github.com/gohugoio/hugo/docs/ gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/pace-revenue-management/bio.md gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/pace-revenue-management/featured.png gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/pace-revenue-management/index.md +gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/pharmaseal/bio.md +gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/pharmaseal/featured-pharmaseal.png +gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/pharmaseal/index.md gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/quiply-employee-communications-app/bio.md gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/quiply-employee-communications-app/featured.png gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/quiply-employee-communications-app/index.md @@ -687,13 +715,9 @@ gopkg/src/github.com/gohugoio/hugo/docs/ gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/content-management/image-processing/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_90x90_fit_q75_catmullrom.jpg gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/content-management/organization/1-featured-content-bundles_hu3e3ae7839b071119f32acaa20f204198_63640_300x0_resize_catmullrom_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.33-relnotes/featured-hugo-33-poster_hu45ce9da1cdea6ca61c5f4f5baccdcad4_70230_480x0_resize_catmullrom_2.png -gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.33-relnotes/featured-hugo-33-poster_hu45ce9da1cdea6ca61c5f4f5baccdcad4_70230_640x0_resize_catmullrom_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.34-relnotes/featured-34-poster_hud8d73dc5df8d5a35383849a78eea35dd_78317_480x0_resize_catmullrom_2.png -gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.34-relnotes/featured-34-poster_hud8d73dc5df8d5a35383849a78eea35dd_78317_640x0_resize_catmullrom_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.35-relnotes/featured-hugo-35-poster_hua42b1310dd72f60a34e02851ebf2f82e_88519_480x0_resize_catmullrom_2.png -gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.35-relnotes/featured-hugo-35-poster_hua42b1310dd72f60a34e02851ebf2f82e_88519_640x0_resize_catmullrom_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.36-relnotes/featured-hugo-36-poster_huf2fee368f65c75d3878561ed4225c39a_67640_480x0_resize_catmullrom_2.png -gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.36-relnotes/featured-hugo-36-poster_huf2fee368f65c75d3878561ed4225c39a_67640_640x0_resize_catmullrom_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.37-relnotes/featured-hugo-37-poster_hue9685d25c387d657b0640498bf6a10ee_186693_480x0_resize_catmullrom_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.37-relnotes/featured-hugo-37-poster_hue9685d25c387d657b0640498bf6a10ee_186693_640x0_resize_catmullrom_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.38-relnotes/featured-poster_hudf8012d38ef42d46a6cab1b31156bf3a_69978_480x0_resize_catmullrom_2.png @@ -728,6 +752,10 @@ gopkg/src/github.com/gohugoio/hugo/docs/ gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.52-relnotes/featured-hugo-52-poster_hu7f2ed09038efabda07872a275a935ada_336810_640x0_resize_catmullrom_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.53-relnotes/featured-hugo-53-poster_hu3f68fc193ad172155ee35a0be89133bf_110427_480x0_resize_catmullrom_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.53-relnotes/featured-hugo-53-poster_hu3f68fc193ad172155ee35a0be89133bf_110427_640x0_resize_catmullrom_2.png +gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.54.0-relnotes/featured-hugo-54.0-poster_hufa0b7b755124a76fe71c5c70a25724c2_59805_480x0_resize_catmullrom_2.png +gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.54.0-relnotes/featured-hugo-54.0-poster_hufa0b7b755124a76fe71c5c70a25724c2_59805_640x0_resize_catmullrom_2.png +gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.55.0-relnotes/featured_hu9474666a09966109e944f93e1ecf78c0_1221797_480x0_resize_catmullrom_2.png +gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.55.0-relnotes/featured_hu9474666a09966109e944f93e1ecf78c0_1221797_640x0_resize_catmullrom_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/featured_hu30cb938a182ebd06b50ed15d006d8f64_179291_480x0_resize_catmullrom_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/featured_hu30cb938a182ebd06b50ed15d006d8f64_179291_640x0_resize_catmullrom_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/graph-stars_hu169ba15a8bcaf4ddd6a5a1aa8505c448_15599_600x400_fit_catmullrom_2.png @@ -739,6 +767,9 @@ gopkg/src/github.com/gohugoio/hugo/docs/ gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/arolla-cocoon/featured-template_hu22aab819ab27e4f878d1ff0b7cf78050_451984_1024x512_fill_catmullrom_top_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/arolla-cocoon/featured-template_hu22aab819ab27e4f878d1ff0b7cf78050_451984_640x0_resize_catmullrom_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/arolla-cocoon/featured-template_hu22aab819ab27e4f878d1ff0b7cf78050_451984_ea485187288cde4b679b149346aca832.png +gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/fireship/featured_hu3bba74627b7e233d29d5aecb29c8d0f1_136959_1024x512_fill_catmullrom_top_2.png +gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/fireship/featured_hu3bba74627b7e233d29d5aecb29c8d0f1_136959_640x0_resize_catmullrom_2.png +gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/fireship/featured_hu3bba74627b7e233d29d5aecb29c8d0f1_136959_9bf5371384e80c9f59e1f5e018440c34.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/flesland-flis/featured_hue4fd3c0e7519777bd75019750a0f5391_309284_1024x512_fill_catmullrom_top_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/flesland-flis/featured_hue4fd3c0e7519777bd75019750a0f5391_309284_640x0_resize_catmullrom_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/flesland-flis/featured_hue4fd3c0e7519777bd75019750a0f5391_309284_f66ed2dc2e475b0cb21d76296890c5a2.png @@ -758,8 +789,10 @@ gopkg/src/github.com/gohugoio/hugo/docs/ gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/over/featured-over_hu778fbd1f621ca5db45e30107849dc7c9_234973_640x0_resize_catmullrom_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/over/featured-over_hu778fbd1f621ca5db45e30107849dc7c9_234973_fea71f0b8a2baebaf03af6e3be6229bb.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/pace-revenue-management/featured_hu143b6afebcd8780a08aa0a9f8e95dd02_298908_1024x512_fill_catmullrom_top_2.png -gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/pace-revenue-management/featured_hu143b6afebcd8780a08aa0a9f8e95dd02_298908_640x0_resize_catmullrom_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/pace-revenue-management/featured_hu143b6afebcd8780a08aa0a9f8e95dd02_298908_7e3f008d047fb3522bf02df4e9229522.png +gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/pharmaseal/featured-pharmaseal_hu8b2836502d9d0176aaacb83c98b8f063_809599_1024x512_fill_catmullrom_top_2.png +gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/pharmaseal/featured-pharmaseal_hu8b2836502d9d0176aaacb83c98b8f063_809599_5d0cd50b49fef5d99b816cd049191f5e.png +gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/pharmaseal/featured-pharmaseal_hu8b2836502d9d0176aaacb83c98b8f063_809599_640x0_resize_catmullrom_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/quiply-employee-communications-app/featured_hua0e0d1ed0f0bc15921e78476b0c86c95_631206_1024x512_fill_catmullrom_top_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/quiply-employee-communications-app/featured_hua0e0d1ed0f0bc15921e78476b0c86c95_631206_3b6053b86d6afebe8262ece1955ed6cf.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/quiply-employee-communications-app/featured_hua0e0d1ed0f0bc15921e78476b0c86c95_631206_640x0_resize_catmullrom_2.png @@ -768,7 +801,6 @@ gopkg/src/github.com/gohugoio/hugo/docs/ gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/stackimpact/featured_hu863cdba7b6e18bb95f64289a25912f5c_153794_671a5c232ffa27a2cf198d2c39f253eb.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/template/featured-template_hu2f0d11388f944348b232a431caeb965b_41270_0be9b039f9029effab69b9239e224cf7.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/template/featured-template_hu2f0d11388f944348b232a431caeb965b_41270_1024x512_fill_catmullrom_top_2.png -gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/template/featured-template_hu2f0d11388f944348b232a431caeb965b_41270_640x0_resize_catmullrom_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/tomango/featured_hube95635899674dbe563e9fac9518dc5a_232791_1024x512_fill_catmullrom_top_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/tomango/featured_hube95635899674dbe563e9fac9518dc5a_232791_640x0_resize_catmullrom_2.png gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/tomango/featured_hube95635899674dbe563e9fac9518dc5a_232791_6dfd850dc877e20e2554751f779e5953.png @@ -819,6 +851,9 @@ gopkg/src/github.com/gohugoio/hugo/docs/ gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-sign-up-page.png gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-sign-up.png gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/deployment-with-wercker/werckeryml.png +gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/hosting-on-aws-amplify/amplify-build-settings.png +gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/hosting-on-aws-amplify/amplify-connect-repo.gif +gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/hosting-on-aws-amplify/amplify-gettingstarted.png gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/hosting-on-bitbucket/bitbucket-blog-post.png gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/hosting-on-bitbucket/bitbucket-create-repo.png gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/hosting-on-keycdn/keycdn-pull-zone.png @@ -1017,6 +1052,7 @@ gopkg/src/github.com/gohugoio/hugo/docs/ gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/package.json gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/package-lock.json gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/package.json +gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/readme.md gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-144x144.png gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-192x192.png gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-256x256.png @@ -1172,6 +1208,7 @@ gopkg/src/github.com/gohugoio/hugo/helpe gopkg/src/github.com/gohugoio/hugo/htesting/test_structs.go gopkg/src/github.com/gohugoio/hugo/htesting/testdata_builder.go gopkg/src/github.com/gohugoio/hugo/hugofs/basepath_real_filename_fs.go +gopkg/src/github.com/gohugoio/hugo/hugofs/createcounting_fs.go gopkg/src/github.com/gohugoio/hugo/hugofs/fs.go gopkg/src/github.com/gohugoio/hugo/hugofs/fs_test.go gopkg/src/github.com/gohugoio/hugo/hugofs/hashing_fs.go @@ -1184,10 +1221,10 @@ gopkg/src/github.com/gohugoio/hugo/hugof gopkg/src/github.com/gohugoio/hugo/hugofs/noop_fs.go gopkg/src/github.com/gohugoio/hugo/hugofs/rootmapping_fs.go gopkg/src/github.com/gohugoio/hugo/hugofs/rootmapping_fs_test.go +gopkg/src/github.com/gohugoio/hugo/hugofs/stacktracer_fs.go gopkg/src/github.com/gohugoio/hugo/hugolib/404_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/alias.go gopkg/src/github.com/gohugoio/hugo/hugolib/alias_test.go -gopkg/src/github.com/gohugoio/hugo/hugolib/author.go gopkg/src/github.com/gohugoio/hugo/hugolib/case_insensitive_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/collections.go gopkg/src/github.com/gohugoio/hugo/hugolib/collections_test.go @@ -1199,6 +1236,7 @@ gopkg/src/github.com/gohugoio/hugo/hugol gopkg/src/github.com/gohugoio/hugo/hugolib/embedded_shortcodes_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/embedded_templates_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/fileInfo.go +gopkg/src/github.com/gohugoio/hugo/hugolib/fileInfo_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/filesystems/basefs.go gopkg/src/github.com/gohugoio/hugo/hugolib/filesystems/basefs_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/gitinfo.go @@ -1207,34 +1245,32 @@ gopkg/src/github.com/gohugoio/hugo/hugol gopkg/src/github.com/gohugoio/hugo/hugolib/hugo_sites_build_errors_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/hugo_sites_build_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/hugo_sites_multihost_test.go +gopkg/src/github.com/gohugoio/hugo/hugolib/hugo_sites_rebuild_test.go +gopkg/src/github.com/gohugoio/hugo/hugolib/hugo_smoke_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/hugo_themes_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/language_content_dir_test.go -gopkg/src/github.com/gohugoio/hugo/hugolib/media.go -gopkg/src/github.com/gohugoio/hugo/hugolib/menu.go gopkg/src/github.com/gohugoio/hugo/hugolib/menu_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/minify_publisher_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/multilingual.go -gopkg/src/github.com/gohugoio/hugo/hugolib/orderedMap.go -gopkg/src/github.com/gohugoio/hugo/hugolib/orderedMap_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/page.go -gopkg/src/github.com/gohugoio/hugo/hugolib/pageCache.go -gopkg/src/github.com/gohugoio/hugo/hugolib/pageCache_test.go -gopkg/src/github.com/gohugoio/hugo/hugolib/pageGroup.go -gopkg/src/github.com/gohugoio/hugo/hugolib/pageGroup_test.go -gopkg/src/github.com/gohugoio/hugo/hugolib/pageSort.go -gopkg/src/github.com/gohugoio/hugo/hugolib/pageSort_test.go -gopkg/src/github.com/gohugoio/hugo/hugolib/page_content.go -gopkg/src/github.com/gohugoio/hugo/hugolib/page_errors.go -gopkg/src/github.com/gohugoio/hugo/hugolib/page_output.go -gopkg/src/github.com/gohugoio/hugo/hugolib/page_paths.go -gopkg/src/github.com/gohugoio/hugo/hugolib/page_paths_test.go +gopkg/src/github.com/gohugoio/hugo/hugolib/page__common.go +gopkg/src/github.com/gohugoio/hugo/hugolib/page__content.go +gopkg/src/github.com/gohugoio/hugo/hugolib/page__data.go +gopkg/src/github.com/gohugoio/hugo/hugolib/page__menus.go +gopkg/src/github.com/gohugoio/hugo/hugolib/page__meta.go +gopkg/src/github.com/gohugoio/hugo/hugolib/page__new.go +gopkg/src/github.com/gohugoio/hugo/hugolib/page__output.go +gopkg/src/github.com/gohugoio/hugo/hugolib/page__paginator.go +gopkg/src/github.com/gohugoio/hugo/hugolib/page__paths.go +gopkg/src/github.com/gohugoio/hugo/hugolib/page__per_output.go +gopkg/src/github.com/gohugoio/hugo/hugolib/page__position.go +gopkg/src/github.com/gohugoio/hugo/hugolib/page__ref.go +gopkg/src/github.com/gohugoio/hugo/hugolib/page__tree.go +gopkg/src/github.com/gohugoio/hugo/hugolib/page_kinds.go gopkg/src/github.com/gohugoio/hugo/hugolib/page_permalink_test.go -gopkg/src/github.com/gohugoio/hugo/hugolib/page_ref.go -gopkg/src/github.com/gohugoio/hugo/hugolib/page_resource.go -gopkg/src/github.com/gohugoio/hugo/hugolib/page_taxonomy_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/page_test.go -gopkg/src/github.com/gohugoio/hugo/hugolib/page_time_integration_test.go -gopkg/src/github.com/gohugoio/hugo/hugolib/page_without_content.go +gopkg/src/github.com/gohugoio/hugo/hugolib/page_unwrap.go +gopkg/src/github.com/gohugoio/hugo/hugolib/page_unwrap_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/pagebundler.go gopkg/src/github.com/gohugoio/hugo/hugolib/pagebundler_capture.go gopkg/src/github.com/gohugoio/hugo/hugolib/pagebundler_capture_test.go @@ -1242,34 +1278,24 @@ gopkg/src/github.com/gohugoio/hugo/hugol gopkg/src/github.com/gohugoio/hugo/hugolib/pagebundler_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/pagecollections.go gopkg/src/github.com/gohugoio/hugo/hugolib/pagecollections_test.go -gopkg/src/github.com/gohugoio/hugo/hugolib/pagemeta/page_frontmatter.go -gopkg/src/github.com/gohugoio/hugo/hugolib/pagemeta/page_frontmatter_test.go -gopkg/src/github.com/gohugoio/hugo/hugolib/pagemeta/pagemeta.go -gopkg/src/github.com/gohugoio/hugo/hugolib/pagesPrevNext.go -gopkg/src/github.com/gohugoio/hugo/hugolib/pagesPrevNext_test.go -gopkg/src/github.com/gohugoio/hugo/hugolib/pages_language_merge.go gopkg/src/github.com/gohugoio/hugo/hugolib/pages_language_merge_test.go -gopkg/src/github.com/gohugoio/hugo/hugolib/pages_related.go -gopkg/src/github.com/gohugoio/hugo/hugolib/pages_related_test.go -gopkg/src/github.com/gohugoio/hugo/hugolib/pagination.go -gopkg/src/github.com/gohugoio/hugo/hugolib/pagination_test.go -gopkg/src/github.com/gohugoio/hugo/hugolib/path_separators_test.go +gopkg/src/github.com/gohugoio/hugo/hugolib/paginator_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/paths/baseURL.go gopkg/src/github.com/gohugoio/hugo/hugolib/paths/baseURL_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/paths/paths.go gopkg/src/github.com/gohugoio/hugo/hugolib/paths/paths_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/paths/themes.go gopkg/src/github.com/gohugoio/hugo/hugolib/permalinker.go -gopkg/src/github.com/gohugoio/hugo/hugolib/permalinks.go -gopkg/src/github.com/gohugoio/hugo/hugolib/permalinks_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/prune_resources.go gopkg/src/github.com/gohugoio/hugo/hugolib/resource_chain_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/robotstxt_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/rss_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/shortcode.go +gopkg/src/github.com/gohugoio/hugo/hugolib/shortcode_page.go gopkg/src/github.com/gohugoio/hugo/hugolib/shortcode_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/site.go gopkg/src/github.com/gohugoio/hugo/hugolib/siteJSONEncode_test.go +gopkg/src/github.com/gohugoio/hugo/hugolib/site_benchmark_new_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/site_benchmark_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/site_output.go gopkg/src/github.com/gohugoio/hugo/hugolib/site_output_test.go @@ -1279,7 +1305,6 @@ gopkg/src/github.com/gohugoio/hugo/hugol gopkg/src/github.com/gohugoio/hugo/hugolib/site_stats_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/site_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/site_url_test.go -gopkg/src/github.com/gohugoio/hugo/hugolib/sitemap.go gopkg/src/github.com/gohugoio/hugo/hugolib/sitemap_test.go gopkg/src/github.com/gohugoio/hugo/hugolib/taxonomy.go gopkg/src/github.com/gohugoio/hugo/hugolib/taxonomy_test.go @@ -1296,6 +1321,9 @@ gopkg/src/github.com/gohugoio/hugo/i18n/ gopkg/src/github.com/gohugoio/hugo/i18n/translationProvider.go gopkg/src/github.com/gohugoio/hugo/langs/language.go gopkg/src/github.com/gohugoio/hugo/langs/language_test.go +gopkg/src/github.com/gohugoio/hugo/lazy/init.go +gopkg/src/github.com/gohugoio/hugo/lazy/init_test.go +gopkg/src/github.com/gohugoio/hugo/lazy/once.go gopkg/src/github.com/gohugoio/hugo/livereload/connection.go gopkg/src/github.com/gohugoio/hugo/livereload/hub.go gopkg/src/github.com/gohugoio/hugo/livereload/livereload.go @@ -1308,6 +1336,8 @@ gopkg/src/github.com/gohugoio/hugo/metri gopkg/src/github.com/gohugoio/hugo/metrics/metrics_test.go gopkg/src/github.com/gohugoio/hugo/minifiers/minifiers.go gopkg/src/github.com/gohugoio/hugo/minifiers/minifiers_test.go +gopkg/src/github.com/gohugoio/hugo/navigation/menu.go +gopkg/src/github.com/gohugoio/hugo/navigation/pagemenus.go gopkg/src/github.com/gohugoio/hugo/output/docshelper.go gopkg/src/github.com/gohugoio/hugo/output/layout.go gopkg/src/github.com/gohugoio/hugo/output/layout_base.go @@ -1322,6 +1352,7 @@ gopkg/src/github.com/gohugoio/hugo/parse gopkg/src/github.com/gohugoio/hugo/parser/metadecoders/format.go gopkg/src/github.com/gohugoio/hugo/parser/metadecoders/format_test.go gopkg/src/github.com/gohugoio/hugo/parser/pageparser/item.go +gopkg/src/github.com/gohugoio/hugo/parser/pageparser/itemtype_string.go gopkg/src/github.com/gohugoio/hugo/parser/pageparser/pagelexer.go gopkg/src/github.com/gohugoio/hugo/parser/pageparser/pagelexer_intro.go gopkg/src/github.com/gohugoio/hugo/parser/pageparser/pagelexer_shortcode.go @@ -1348,7 +1379,48 @@ gopkg/src/github.com/gohugoio/hugo/resou gopkg/src/github.com/gohugoio/hugo/resources/image_cache.go gopkg/src/github.com/gohugoio/hugo/resources/image_test.go gopkg/src/github.com/gohugoio/hugo/resources/internal/glob.go +gopkg/src/github.com/gohugoio/hugo/resources/page/page.go +gopkg/src/github.com/gohugoio/hugo/resources/page/page_author.go +gopkg/src/github.com/gohugoio/hugo/resources/page/page_data.go +gopkg/src/github.com/gohugoio/hugo/resources/page/page_data_test.go +gopkg/src/github.com/gohugoio/hugo/resources/page/page_generate/.gitignore +gopkg/src/github.com/gohugoio/hugo/resources/page/page_generate/generate_page_wrappers.go +gopkg/src/github.com/gohugoio/hugo/resources/page/page_kinds.go +gopkg/src/github.com/gohugoio/hugo/resources/page/page_kinds_test.go +gopkg/src/github.com/gohugoio/hugo/resources/page/page_marshaljson.autogen.go +gopkg/src/github.com/gohugoio/hugo/resources/page/page_nop.go +gopkg/src/github.com/gohugoio/hugo/resources/page/page_outputformat.go +gopkg/src/github.com/gohugoio/hugo/resources/page/page_paths.go +gopkg/src/github.com/gohugoio/hugo/resources/page/page_paths_test.go +gopkg/src/github.com/gohugoio/hugo/resources/page/page_wrappers.autogen.go +gopkg/src/github.com/gohugoio/hugo/resources/page/pagegroup.go +gopkg/src/github.com/gohugoio/hugo/resources/page/pagegroup_test.go +gopkg/src/github.com/gohugoio/hugo/resources/page/pagemeta/page_frontmatter.go +gopkg/src/github.com/gohugoio/hugo/resources/page/pagemeta/page_frontmatter_test.go +gopkg/src/github.com/gohugoio/hugo/resources/page/pagemeta/pagemeta.go +gopkg/src/github.com/gohugoio/hugo/resources/page/pages.go +gopkg/src/github.com/gohugoio/hugo/resources/page/pages_cache.go +gopkg/src/github.com/gohugoio/hugo/resources/page/pages_cache_test.go +gopkg/src/github.com/gohugoio/hugo/resources/page/pages_language_merge.go +gopkg/src/github.com/gohugoio/hugo/resources/page/pages_prev_next.go +gopkg/src/github.com/gohugoio/hugo/resources/page/pages_prev_next_test.go +gopkg/src/github.com/gohugoio/hugo/resources/page/pages_related.go +gopkg/src/github.com/gohugoio/hugo/resources/page/pages_related_test.go +gopkg/src/github.com/gohugoio/hugo/resources/page/pages_sort.go +gopkg/src/github.com/gohugoio/hugo/resources/page/pages_sort_test.go +gopkg/src/github.com/gohugoio/hugo/resources/page/pages_test.go +gopkg/src/github.com/gohugoio/hugo/resources/page/pagination.go +gopkg/src/github.com/gohugoio/hugo/resources/page/pagination_test.go +gopkg/src/github.com/gohugoio/hugo/resources/page/permalinks.go +gopkg/src/github.com/gohugoio/hugo/resources/page/permalinks_test.go +gopkg/src/github.com/gohugoio/hugo/resources/page/site.go +gopkg/src/github.com/gohugoio/hugo/resources/page/testhelpers_test.go +gopkg/src/github.com/gohugoio/hugo/resources/page/weighted.go +gopkg/src/github.com/gohugoio/hugo/resources/page/zero_file.autogen.go gopkg/src/github.com/gohugoio/hugo/resources/resource.go +gopkg/src/github.com/gohugoio/hugo/resources/resource/dates.go +gopkg/src/github.com/gohugoio/hugo/resources/resource/params.go +gopkg/src/github.com/gohugoio/hugo/resources/resource/resource_helpers.go gopkg/src/github.com/gohugoio/hugo/resources/resource/resources.go gopkg/src/github.com/gohugoio/hugo/resources/resource/resourcetypes.go gopkg/src/github.com/gohugoio/hugo/resources/resource_cache.go @@ -1358,6 +1430,7 @@ gopkg/src/github.com/gohugoio/hugo/resou gopkg/src/github.com/gohugoio/hugo/resources/resource_metadata_test.go gopkg/src/github.com/gohugoio/hugo/resources/resource_test.go gopkg/src/github.com/gohugoio/hugo/resources/resource_transformers/integrity/integrity.go +gopkg/src/github.com/gohugoio/hugo/resources/resource_transformers/integrity/integrity_test.go gopkg/src/github.com/gohugoio/hugo/resources/resource_transformers/minifier/minify.go gopkg/src/github.com/gohugoio/hugo/resources/resource_transformers/postcss/postcss.go gopkg/src/github.com/gohugoio/hugo/resources/resource_transformers/templates/execute_as_template.go @@ -1381,8 +1454,6 @@ gopkg/src/github.com/gohugoio/hugo/sourc gopkg/src/github.com/gohugoio/hugo/source/fileInfo_test.go gopkg/src/github.com/gohugoio/hugo/source/filesystem.go gopkg/src/github.com/gohugoio/hugo/source/filesystem_test.go -gopkg/src/github.com/gohugoio/hugo/source/filesystem_unix_test.go -gopkg/src/github.com/gohugoio/hugo/source/filesystem_windows_test.go gopkg/src/github.com/gohugoio/hugo/source/sourceSpec.go gopkg/src/github.com/gohugoio/hugo/temp/${PKGVERSION}-relnotes-ready.md gopkg/src/github.com/gohugoio/hugo/tpl/cast/cast.go @@ -1413,6 +1484,8 @@ gopkg/src/github.com/gohugoio/hugo/tpl/c gopkg/src/github.com/gohugoio/hugo/tpl/compare/compare_test.go gopkg/src/github.com/gohugoio/hugo/tpl/compare/init.go gopkg/src/github.com/gohugoio/hugo/tpl/compare/init_test.go +gopkg/src/github.com/gohugoio/hugo/tpl/compare/truth.go +gopkg/src/github.com/gohugoio/hugo/tpl/compare/truth_test.go gopkg/src/github.com/gohugoio/hugo/tpl/crypto/crypto.go gopkg/src/github.com/gohugoio/hugo/tpl/crypto/crypto_test.go gopkg/src/github.com/gohugoio/hugo/tpl/crypto/init.go @@ -1483,6 +1556,7 @@ gopkg/src/github.com/gohugoio/hugo/tpl/s gopkg/src/github.com/gohugoio/hugo/tpl/strings/truncate.go gopkg/src/github.com/gohugoio/hugo/tpl/strings/truncate_test.go gopkg/src/github.com/gohugoio/hugo/tpl/template.go +gopkg/src/github.com/gohugoio/hugo/tpl/template_info.go gopkg/src/github.com/gohugoio/hugo/tpl/template_test.go gopkg/src/github.com/gohugoio/hugo/tpl/templates/init.go gopkg/src/github.com/gohugoio/hugo/tpl/templates/init_test.go @@ -1523,6 +1597,8 @@ gopkg/src/github.com/gohugoio/hugo/tpl/t gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/shortcodes/vimeo_simple.html gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/shortcodes/youtube.html gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/twitter_cards.html +gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/shortcodes.go +gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/shortcodes_test.go gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/template.go gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/templateFuncster.go gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/templateProvider.go @@ -1531,7 +1607,7 @@ gopkg/src/github.com/gohugoio/hugo/tpl/t gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/template_errors.go gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/template_funcs.go gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/template_funcs_test.go -gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/template_test.go +gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/template_info_test.go gopkg/src/github.com/gohugoio/hugo/tpl/transform/init.go gopkg/src/github.com/gohugoio/hugo/tpl/transform/init_test.go gopkg/src/github.com/gohugoio/hugo/tpl/transform/remarshal.go Index: pkgsrc/www/hugo/distinfo diff -u pkgsrc/www/hugo/distinfo:1.5 pkgsrc/www/hugo/distinfo:1.6 --- pkgsrc/www/hugo/distinfo:1.5 Tue Feb 19 17:32:01 2019 +++ pkgsrc/www/hugo/distinfo Sat May 11 03:50:12 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2019/02/19 17:32:01 ryoon Exp $ +$NetBSD: distinfo,v 1.6 2019/05/11 03:50:12 ryoon Exp $ -SHA1 (hugo-0.54.0.tar.gz) = 2403c0500eba54ca082e63659719877c62b75bc1 -RMD160 (hugo-0.54.0.tar.gz) = e75c4294b9d26144d170958d8664ec8ed49cbd6f -SHA512 (hugo-0.54.0.tar.gz) = 904b9ae9e3db91195e9e768faca8867d6534d20f64b19dec4d1788ca5f19863e9fac284821855ffef9bee6280d77cc72816c42b6e28b5f3a4f45d12daf6b9d0d -Size (hugo-0.54.0.tar.gz) = 21262923 bytes +SHA1 (hugo-0.55.5.tar.gz) = 710db8e0828347f4ac745dc2fd6cda2a2e36cb5e +RMD160 (hugo-0.55.5.tar.gz) = f8e947cf96fc7f5ecd3db318734108cd2ff48b50 +SHA512 (hugo-0.55.5.tar.gz) = 1558b334a3443428ab29d4ac923b0023f0aaf3457e45248200c7ee258cb9ab101086d996392a53168269b1edb0bf7ea0d3e1374a4711cfaef165d136abb8e506 +Size (hugo-0.55.5.tar.gz) = 26962987 bytes SHA1 (patch-helpers_content.go) = 7c16f7512f0a3bf2fbb873cebd8ad91686d68521 --_----------=_1557546612237040--