pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/hugo Update to 0.55.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0de3d593db1
branches:  trunk
changeset: 323439:c0de3d593db1
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat May 11 03:50:12 2019 +0000

description:
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:

diffstat:

 www/hugo/Makefile |    5 +-
 www/hugo/PLIST    |  170 +++++++++++++++++++++++++++++++++++++++--------------
 www/hugo/distinfo |   10 +-
 3 files changed, 130 insertions(+), 55 deletions(-)

diffs (truncated from 493 to 300 lines):

diff -r 2283e74dbf2a -r c0de3d593db1 www/hugo/Makefile
--- a/www/hugo/Makefile Sat May 11 03:46:28 2019 +0000
+++ b/www/hugo/Makefile Sat May 11 03:50:12 2019 +0000
@@ -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}
diff -r 2283e74dbf2a -r c0de3d593db1 www/hugo/PLIST
--- a/www/hugo/PLIST    Sat May 11 03:46:28 2019 +0000
+++ b/www/hugo/PLIST    Sat May 11 03:50:12 2019 +0000
@@ -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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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



Home | Main Index | Thread Index | Old Index