pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/hugo



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Nov 18 08:58:22 UTC 2018

Modified Files:
        pkgsrc/www/hugo: Makefile PLIST distinfo

Log Message:
Update to 0.51

Changelog:
Many improvements in templating, and so on.
Fix many bugs.
Some directives that are used in templates are deprecated.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/hugo/Makefile
cvs rdiff -u -r1.1 -r1.2 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.

Modified files:

Index: pkgsrc/www/hugo/Makefile
diff -u pkgsrc/www/hugo/Makefile:1.6 pkgsrc/www/hugo/Makefile:1.7
--- pkgsrc/www/hugo/Makefile:1.6        Sun Nov  4 18:38:09 2018
+++ pkgsrc/www/hugo/Makefile    Sun Nov 18 08:58:22 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2018/11/04 18:38:09 bsiegert Exp $
+# $NetBSD: Makefile,v 1.7 2018/11/18 08:58:22 ryoon Exp $
 
-DISTNAME=      hugo-0.26
+DISTNAME=      hugo-0.51
 PKGNAME=       go-${DISTNAME}
-PKGREVISION=   4
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=gohugoio/}
 CATEGORIES=    www
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -19,8 +18,28 @@ GO_SRCPATH=  github.com/gohugoio/hugo
 REPLACE_SH+=   bench.sh
 REPLACE_SH+=   benchSite.sh
 REPLACE_SH+=   pull-docs.sh
+REPLACE_SH+=   docs/pull-theme.sh
 
+.include "../../devel/go-locker/buildlink3.mk"
+.include "../../www/go-toml-burntsushi/buildlink3.mk"
+.include "../../www/go-urlesc/buildlink3.mk"
 .include "../../devel/go-purell/buildlink3.mk"
+.include "../../textproc/go-chroma/buildlink3.mk"
+.include "../../devel/go-colour/buildlink3.mk"
+.include "../../devel/go-repr/buildlink3.mk"
+.include "../../devel/go-debounce/buildlink3.mk"
+.include "../../devel/go-gitmap/buildlink3.mk"
+.include "../../www/go-tocss/buildlink3.mk"
+.include "../../devel/go-fnmatch/buildlink3.mk"
+.include "../../graphics/go-imaging/buildlink3.mk"
+.include "../../textproc/go-regexp2/buildlink3.mk"
+.include "../../textproc/go-glob/buildlink3.mk"
+.include "../../devel/go-hashstructure/buildlink3.mk"
+.include "../../graphics/go-smartcrop/buildlink3.mk"
+.include "../../textproc/go-tablewriter/buildlink3.mk"
+.include "../../www/go-minify/buildlink3.mk"
+.include "../../www/go-parse/buildlink3.mk"
+.include "../../devel/go-sync/buildlink3.mk"
 .include "../../textproc/go-inflect/buildlink3.mk"
 .include "../../devel/go-amber/buildlink3.mk"
 .include "../../devel/go-fsnotify/buildlink3.mk"
@@ -28,7 +47,7 @@ REPLACE_SH+=  pull-docs.sh
 .include "../../devel/go-osext/buildlink3.mk"
 .include "../../devel/go-emoji/buildlink3.mk"
 .include "../../textproc/go-mmark/buildlink3.mk"
-.include "../../devel/go-mapstructure/buildlink3.mk"
+.include "../../devel/go-mapstructure-bep/buildlink3.mk"
 .include "../../devel/go-blackfriday/buildlink3.mk"
 .include "../../devel/go-afero/buildlink3.mk"
 .include "../../devel/go-cast/buildlink3.mk"
@@ -41,13 +60,14 @@ REPLACE_SH+=        pull-docs.sh
 .include "../../www/go-ace/buildlink3.mk"
 .include "../../textproc/go-text/buildlink3.mk"
 .include "../../devel/go-yaml/buildlink3.mk"
-.include "../../devel/go-gitmap/buildlink3.mk"
 .include "../../devel/go-goorgeous/buildlink3.mk"
 .include "../../www/go-cssmin/buildlink3.mk"
 .include "../../devel/go-immutable-radix/buildlink3.mk"
 .include "../../textproc/go-prose/buildlink3.mk"
 .include "../../devel/go-i18n/buildlink3.mk"
 .include "../../graphics/go-image/buildlink3.mk"
+.include "../../devel/go-isatty/buildlink3.mk"
+.include "../../devel/go-errors/buildlink3.mk"
 .include "../../lang/go/go-package.mk"
 .include "../../mk/bsd.pkg.mk"
 

Index: pkgsrc/www/hugo/PLIST
diff -u pkgsrc/www/hugo/PLIST:1.1 pkgsrc/www/hugo/PLIST:1.2
--- pkgsrc/www/hugo/PLIST:1.1   Thu Aug 17 01:50:25 2017
+++ pkgsrc/www/hugo/PLIST       Sun Nov 18 08:58:22 2018
@@ -1,21 +1,53 @@
-@comment $NetBSD: PLIST,v 1.1 2017/08/17 01:50:25 gavan Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/11/18 08:58:22 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/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/hugio.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/loggers.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/maps.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/math.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/terminal.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/text.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/types.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/urls.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/compare.a
 gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/config.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/config/privacy.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/config/services.a
 gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/create.a
 gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/deps.a
 gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/docshelper.a
 gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/helpers.a
 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/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/output.a
 gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/parser.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/parser/metadecoders.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/parser/pageparser.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/publisher.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/related.a
 gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/releaser.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource/bundler.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource/create.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource/integrity.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource/minifier.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource/postcss.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource/templates.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource/tocss/scss.a
 gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/source.a
 gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl.a
 gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/cast.a
@@ -32,37 +64,49 @@ gopkg/pkg/${GO_PLATFORM}/github.com/gohu
 gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/math.a
 gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/os.a
 gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/partials.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/path.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/resources.a
 gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/safe.a
 gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/strings.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/templates.a
 gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/time.a
 gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/tplimpl.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/tplimpl/embedded.a
 gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/transform.a
 gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/urls.a
 gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/transform.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/utils.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/transform/livereloadinject.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/transform/metainject.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/transform/urlreplacers.a
 gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/watcher.a
 gopkg/src/github.com/gohugoio/hugo/CONTRIBUTING.md
 gopkg/src/github.com/gohugoio/hugo/Dockerfile
-gopkg/src/github.com/gohugoio/hugo/LICENSE.md
-gopkg/src/github.com/gohugoio/hugo/Makefile
+gopkg/src/github.com/gohugoio/hugo/LICENSE
 gopkg/src/github.com/gohugoio/hugo/README.md
 gopkg/src/github.com/gohugoio/hugo/appveyor.yml
 gopkg/src/github.com/gohugoio/hugo/bench.sh
 gopkg/src/github.com/gohugoio/hugo/benchSite.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
 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/commands/benchmark.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
+gopkg/src/github.com/gohugoio/hugo/commands/commands.go
+gopkg/src/github.com/gohugoio/hugo/commands/commands_test.go
+gopkg/src/github.com/gohugoio/hugo/commands/config.go
 gopkg/src/github.com/gohugoio/hugo/commands/convert.go
 gopkg/src/github.com/gohugoio/hugo/commands/env.go
 gopkg/src/github.com/gohugoio/hugo/commands/gen.go
 gopkg/src/github.com/gohugoio/hugo/commands/genautocomplete.go
+gopkg/src/github.com/gohugoio/hugo/commands/genchromastyles.go
 gopkg/src/github.com/gohugoio/hugo/commands/gendoc.go
 gopkg/src/github.com/gohugoio/hugo/commands/gendocshelper.go
 gopkg/src/github.com/gohugoio/hugo/commands/genman.go
+gopkg/src/github.com/gohugoio/hugo/commands/helpers.go
 gopkg/src/github.com/gohugoio/hugo/commands/hugo.go
 gopkg/src/github.com/gohugoio/hugo/commands/hugo_windows.go
 gopkg/src/github.com/gohugoio/hugo/commands/import_jekyll.go
@@ -70,279 +114,492 @@ gopkg/src/github.com/gohugoio/hugo/comma
 gopkg/src/github.com/gohugoio/hugo/commands/limit_darwin.go
 gopkg/src/github.com/gohugoio/hugo/commands/limit_others.go
 gopkg/src/github.com/gohugoio/hugo/commands/list.go
-gopkg/src/github.com/gohugoio/hugo/commands/list_config.go
 gopkg/src/github.com/gohugoio/hugo/commands/new.go
-gopkg/src/github.com/gohugoio/hugo/commands/new_test.go
+gopkg/src/github.com/gohugoio/hugo/commands/new_content_test.go
+gopkg/src/github.com/gohugoio/hugo/commands/new_site.go
+gopkg/src/github.com/gohugoio/hugo/commands/new_theme.go
 gopkg/src/github.com/gohugoio/hugo/commands/release.go
+gopkg/src/github.com/gohugoio/hugo/commands/release_noop.go
 gopkg/src/github.com/gohugoio/hugo/commands/server.go
+gopkg/src/github.com/gohugoio/hugo/commands/server_errors.go
 gopkg/src/github.com/gohugoio/hugo/commands/server_test.go
-gopkg/src/github.com/gohugoio/hugo/commands/undraft.go
-gopkg/src/github.com/gohugoio/hugo/commands/undraft_test.go
+gopkg/src/github.com/gohugoio/hugo/commands/static_syncer.go
 gopkg/src/github.com/gohugoio/hugo/commands/version.go
+gopkg/src/github.com/gohugoio/hugo/common/collections/append.go
+gopkg/src/github.com/gohugoio/hugo/common/collections/append_test.go
+gopkg/src/github.com/gohugoio/hugo/common/collections/collections.go
+gopkg/src/github.com/gohugoio/hugo/common/collections/slice.go
+gopkg/src/github.com/gohugoio/hugo/common/collections/slice_test.go
+gopkg/src/github.com/gohugoio/hugo/common/herrors/error_locator.go
+gopkg/src/github.com/gohugoio/hugo/common/herrors/error_locator_test.go
+gopkg/src/github.com/gohugoio/hugo/common/herrors/errors.go
+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/hugio/readers.go
+gopkg/src/github.com/gohugoio/hugo/common/hugio/writers.go
+gopkg/src/github.com/gohugoio/hugo/common/loggers/loggers.go
+gopkg/src/github.com/gohugoio/hugo/common/loggers/loggers_test.go
+gopkg/src/github.com/gohugoio/hugo/common/maps/maps.go
+gopkg/src/github.com/gohugoio/hugo/common/maps/maps_test.go
+gopkg/src/github.com/gohugoio/hugo/common/maps/scratch.go
+gopkg/src/github.com/gohugoio/hugo/common/maps/scratch_test.go
+gopkg/src/github.com/gohugoio/hugo/common/math/math.go
+gopkg/src/github.com/gohugoio/hugo/common/math/math_test.go
+gopkg/src/github.com/gohugoio/hugo/common/terminal/colors.go
+gopkg/src/github.com/gohugoio/hugo/common/text/position.go
+gopkg/src/github.com/gohugoio/hugo/common/text/position_test.go
+gopkg/src/github.com/gohugoio/hugo/common/types/evictingqueue.go
+gopkg/src/github.com/gohugoio/hugo/common/types/evictingqueue_test.go
+gopkg/src/github.com/gohugoio/hugo/common/types/types.go
+gopkg/src/github.com/gohugoio/hugo/common/types/types_test.go
+gopkg/src/github.com/gohugoio/hugo/common/urls/ref.go
+gopkg/src/github.com/gohugoio/hugo/compare/compare.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/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/create/content.go
 gopkg/src/github.com/gohugoio/hugo/create/content_template_handler.go
 gopkg/src/github.com/gohugoio/hugo/create/content_test.go
 gopkg/src/github.com/gohugoio/hugo/deps/deps.go
 gopkg/src/github.com/gohugoio/hugo/docs/.gitignore
-gopkg/src/github.com/gohugoio/hugo/docs/.gitmodules
 gopkg/src/github.com/gohugoio/hugo/docs/LICENSE.md
 gopkg/src/github.com/gohugoio/hugo/docs/README.md
 gopkg/src/github.com/gohugoio/hugo/docs/archetypes/default.md
+gopkg/src/github.com/gohugoio/hugo/docs/archetypes/functions.md
+gopkg/src/github.com/gohugoio/hugo/docs/archetypes/showcase/bio.md
+gopkg/src/github.com/gohugoio/hugo/docs/archetypes/showcase/featured.png
+gopkg/src/github.com/gohugoio/hugo/docs/archetypes/showcase/index.md
 gopkg/src/github.com/gohugoio/hugo/docs/config.toml
-gopkg/src/github.com/gohugoio/hugo/docs/content/_index.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/about/_index.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/about/benefits.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/about/features.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/about/license.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/about/roadmap.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/about/what-is-hugo.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/_index.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_benchmark.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_check.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_check_ulimit.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_config.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_convert.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_convert_toJSON.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_convert_toTOML.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_convert_toYAML.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_env.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_gen.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_gen_autocomplete.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_gen_doc.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_gen_man.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_import.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_import_jekyll.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_list.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_list_drafts.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_list_expired.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_list_future.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_new.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_new_site.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_new_theme.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_server.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_undraft.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/commands/hugo_version.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/content-management/_index.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/content-management/archetypes.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/content-management/authors.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/content-management/comments.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/content-management/cross-references.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/content-management/formats.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/content-management/front-matter.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/content-management/menus.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/content-management/multilingual.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/content-management/organization.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/content-management/sections.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/content-management/shortcodes.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/content-management/summaries.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/content-management/taxonomies.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/content-management/toc.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/content-management/types.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/content-management/urls.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/contribute/_index.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/contribute/development.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/contribute/documentation.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/contribute/themes.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/documentation.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/GetPage.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/NumFmt.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/_index.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/abslangurl.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/absurl.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/adddate.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/after.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/apply.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/base64.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/chomp.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/countrunes.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/countwords.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/dateformat.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/default.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/delimit.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/dict.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/echoparam.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/emojify.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/eq.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/findRe.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/first.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/format.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/ge.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/get.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/getenv.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/gt.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/hasPrefix.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/haschildren.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/hasmenucurrent.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/highlight.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/htmlEscape.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/htmlUnescape.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/humanize.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/i18n.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/imageConfig.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/in.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/index-function.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/int.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/intersect.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/ismenucurrent.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/isset.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/jsonify.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/last.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/le.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/len.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/lower.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/lt.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/markdownify.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/math.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/md5.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/ne.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/now.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/param.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/partialCached.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/plainify.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/pluralize.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/printf.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/querify.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/range.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/readdir.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/readfile.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/ref.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/relLangURL.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/relref.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/relurl.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/render.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/replace.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/replacere.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/safeCSS.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/safeHTML.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/safeHTMLAttr.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/safeJS.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/safeURL.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/scratch.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/seq.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/sha.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/shuffle.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/singularize.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/slice.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/slicestr.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/sort.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/split.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/string.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/substr.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/time.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/title.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/trim.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/truncate.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/union.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/uniq.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/unix.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/upper.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/urlize.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/where.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/functions/with.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/getting-started/_index.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/getting-started/configuration.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/getting-started/directory-structure.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/getting-started/installing.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/getting-started/quick-start.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/getting-started/usage.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/hosting-and-deployment/_index.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/hosting-and-deployment/deployment-with-rsync.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/hosting-and-deployment/deployment-with-wercker.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/hosting-and-deployment/hosting-on-bitbucket.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/hosting-and-deployment/hosting-on-firebase.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/hosting-and-deployment/hosting-on-github.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/hosting-and-deployment/hosting-on-gitlab.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/hosting-and-deployment/hosting-on-netlify.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/0-16.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/0-17.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/0-18.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/0-19.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/0-20-1.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/0-20-2.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/0-20-3.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/0-20-4.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/0-20-5.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/0-20-6.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/0-20-7.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/0-20.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/0-21.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/0-22-1.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/0-22.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/0-23.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/0-24-1.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/0-24.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/0-25-1.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/0-25.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/0.26-relnotes.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/_index.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/news/http2-server-push-in-hugo.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/readfiles/README.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/readfiles/bfconfig.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/readfiles/dateformatting.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/readfiles/menuvars.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/readfiles/testing.txt
-gopkg/src/github.com/gohugoio/hugo/docs/content/release-notes/0.25-relnotes.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/release-notes/0.25.1-relnotes.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/404.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/_index.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/alternatives.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/base.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/data-templates.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/files.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/homepage.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/internal.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/introduction.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/lists.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/lookup-order.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/menu-templates.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/ordering-and-grouping.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/output-formats.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/pagination.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/partials.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/robots.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/rss.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/section-templates.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/shortcode-templates.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/single-page-templates.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/sitemap-template.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/taxonomy-templates.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/template-debugging.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/templates/views.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/themes/_index.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/themes/creating.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/themes/customizing.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/themes/installing-and-using-themes.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/tools/_index.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/tools/editors.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/tools/frontends.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/tools/migrations.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/tools/other.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/tools/search.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/tools/starter-kits.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/tools/syntax-highlighting.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/troubleshooting/_index.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/troubleshooting/accented-characters-in-urls.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/troubleshooting/build-performance.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/troubleshooting/eof-error.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/variables/_index.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/variables/files.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/variables/git.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/variables/hugo.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/variables/menus.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/variables/page.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/variables/shortcodes.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/variables/site.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/variables/sitemap.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/variables/taxonomy.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/_index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/_index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/benefits.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/features.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/hugo-and-gdpr.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/license.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/new-in-032/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/new-in-032/sunset.jpg
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/what-is-hugo.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_benchmark.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_check.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_check_ulimit.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_config.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_convert.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_convert_toJSON.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_convert_toTOML.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_convert_toYAML.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_env.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_gen.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_gen_autocomplete.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_gen_chromastyles.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_gen_doc.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_gen_man.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_import.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_import_jekyll.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_list.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_list_drafts.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_list_expired.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_list_future.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_new.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_new_site.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_new_theme.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_server.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_version.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/_index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/archetypes.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/authors.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/comments.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/cross-references.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/formats.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/front-matter.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/image-processing/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/image-processing/sunset.jpg
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/menus.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/multilingual.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/organization/1-featured-content-bundles.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/organization/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/page-bundles.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/page-resources.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/related.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/sections.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/shortcodes.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/static-files.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/summaries.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/syntax-highlighting.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/taxonomies.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/toc.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/types.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/content-management/urls.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/contribute/_index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/contribute/development.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/contribute/documentation.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/contribute/themes.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/documentation.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/GetPage.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/NumFmt.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/_index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/abslangurl.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/absurl.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/adddate.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/after.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/anchorize.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/append.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/apply.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/base64.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/chomp.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/complement.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/cond.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/countrunes.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/countwords.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/dateformat.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/default.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/delimit.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/dict.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/echoparam.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/emojify.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/eq.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/errorf.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/fileExists.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/findRe.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/first.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/float.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/format.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/ge.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/get.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/getenv.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/group.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/gt.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/hasPrefix.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/haschildren.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/hasmenucurrent.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/highlight.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/htmlEscape.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/htmlUnescape.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/humanize.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/i18n.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/imageConfig.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/in.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/index-function.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/int.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/intersect.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/ismenucurrent.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/isset.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/jsonify.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/lang.Merge.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/last.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/le.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/len.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/lower.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/lt.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/markdownify.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/math.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/md5.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/ne.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/now.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/os.Stat.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/param.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/partialCached.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/plainify.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/pluralize.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/print.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/printf.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/println.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/querify.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/range.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/readdir.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/readfile.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/ref.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/relLangURL.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/relref.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/relurl.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/render.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/replace.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/replacere.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/safeCSS.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/safeHTML.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/safeHTMLAttr.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/safeJS.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/safeURL.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/scratch.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/seq.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/sha.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/shuffle.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/singularize.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/slice.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/slicestr.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/sort.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/split.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/string.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/strings.Repeat.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/strings.RuneCount.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/strings.TrimLeft.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/strings.TrimPrefix.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/strings.TrimRight.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/strings.TrimSuffix.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/substr.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/symdiff.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/time.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/title.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/trim.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/truncate.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/union.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/uniq.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/unix.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/upper.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/urlize.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/urls.Parse.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/where.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/functions/with.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/getting-started/_index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/getting-started/code-toggle.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/getting-started/configuration.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/getting-started/directory-structure.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/getting-started/installing.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/getting-started/quick-start.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/getting-started/usage.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/hosting-and-deployment/_index.md
+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-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
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/hosting-and-deployment/hosting-on-gitlab.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/hosting-and-deployment/hosting-on-keycdn.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/hosting-and-deployment/hosting-on-netlify.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/hugo-pipes/_index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/hugo-pipes/bundling.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/hugo-pipes/fingerprint.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/hugo-pipes/introduction.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/hugo-pipes/minification.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/hugo-pipes/postcss.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/hugo-pipes/resource-from-string.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/hugo-pipes/resource-from-template.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/hugo-pipes/scss-sass.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/maintenance/_index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.10-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.11-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.12-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.13-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.14-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.15-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.16-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.17-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.18-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.19-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.20-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.20.1-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.20.2-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.20.3-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.20.4-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.20.5-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.20.6-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.20.7-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.21-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.22-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.22.1-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.23-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.24-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.24.1-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.25-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.25.1-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.26-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.27-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.27.1-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.28-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.29-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.30-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.30.1-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.30.2-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.31-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.31.1-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.32-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.32.1-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.32.2-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.32.3-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.32.4-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.33-relnotes/featured-hugo-33-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.33-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.34-relnotes/featured-34-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.34-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.35-relnotes/featured-hugo-35-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.35-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.36-relnotes/featured-hugo-36-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.36-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.36.1-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.37-relnotes/featured-hugo-37-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.37-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.37.1-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.38-relnotes/featured-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.38-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.38.1-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.38.2-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.39-relnotes/featured-hugo-39-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.39-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.40-relnotes/featured-hugo-40-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.40-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.40.1-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.40.2-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.40.3-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.41-relnotes/featured-hugo-41-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.41-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.42-relnotes/featured-hugo-42-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.42-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.42.1-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.42.2-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.43-relnotes/featured-hugo-43-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.43-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.44-relnotes/featured-hugo-44-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.44-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.45-relnotes/featured-hugo-45-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.45-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.45.1-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.46-relnotes/featured-hugo-46-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.46-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.47-relnotes/featured-hugo-47-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.47-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.47.1-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.48-relnotes/featured-hugo-48-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.48-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.49-relnotes/featured-hugo-49-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.49-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.49.1-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.49.2-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.50-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
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.9-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/_index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/http2-server-push-in-hugo.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/featured.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/graph-stars.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/graph-themes.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/sunset-get.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/readfiles/README.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/readfiles/bfconfig.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/readfiles/dateformatting.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/readfiles/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/readfiles/pages-vs-site-pages.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/readfiles/sectionvars.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/readfiles/testing.txt
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/1password-support/bio.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/1password-support/featured.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/1password-support/index.md
+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/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
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/forestry/bio.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/forestry/featured.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/forestry/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/hartwell-insurance/bio.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/hartwell-insurance/featured.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/hartwell-insurance/hartwell-columns.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/hartwell-insurance/hartwell-lighthouse.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/hartwell-insurance/hartwell-webpagetest.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/hartwell-insurance/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/letsencrypt/bio.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/letsencrypt/featured.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/letsencrypt/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/linode/bio.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/linode/featured.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/linode/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/over/bio.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/over/featured-over.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/over/index.md
+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/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
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/small-multiples/bio.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/small-multiples/featured-small-multiples.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/small-multiples/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/stackimpact/bio.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/stackimpact/featured.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/stackimpact/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/template/bio.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/template/featured-template.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/template/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/tomango/bio.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/tomango/featured.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/showcase/tomango/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/404.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/_index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/alternatives.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/base.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/data-templates.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/files.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/homepage.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/internal.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/introduction.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/lists.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/lookup-order.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/menu-templates.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/ordering-and-grouping.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/output-formats.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/pagination.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/partials.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/robots.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/rss.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/section-templates.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/shortcode-templates.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/single-page-templates.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/sitemap-template.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/taxonomy-templates.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/template-debugging.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/templates/views.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/themes/_index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/themes/creating.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/themes/installing-and-using-themes.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/themes/theme-components.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/tools/_index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/tools/editors.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/tools/frontends.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/tools/migrations.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/tools/other.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/tools/search.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/tools/starter-kits.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/troubleshooting/_index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/troubleshooting/build-performance.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/troubleshooting/faq.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/variables/_index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/variables/files.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/variables/git.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/variables/hugo.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/variables/menus.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/variables/page.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/variables/shortcodes.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/variables/site.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/variables/sitemap.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/variables/taxonomy.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/zh/_index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/zh/about/_index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/zh/content-management/_index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/zh/documentation.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/zh/news/_index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/zh/templates/_index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/zh/templates/base.md
 gopkg/src/github.com/gohugoio/hugo/docs/data/articles.toml
 gopkg/src/github.com/gohugoio/hugo/docs/data/docs.json
 gopkg/src/github.com/gohugoio/hugo/docs/data/homepagetweets.toml
-gopkg/src/github.com/gohugoio/hugo/docs/data/references.toml
 gopkg/src/github.com/gohugoio/hugo/docs/data/titles.toml
+gopkg/src/github.com/gohugoio/hugo/docs/layouts/index.rss.xml
+gopkg/src/github.com/gohugoio/hugo/docs/layouts/maintenance/list.html
+gopkg/src/github.com/gohugoio/hugo/docs/layouts/partials/maintenance-pages-table.html
 gopkg/src/github.com/gohugoio/hugo/docs/layouts/shortcodes/asciicast.html
+gopkg/src/github.com/gohugoio/hugo/docs/layouts/shortcodes/chroma-lexers.html
 gopkg/src/github.com/gohugoio/hugo/docs/layouts/shortcodes/code.html
+gopkg/src/github.com/gohugoio/hugo/docs/layouts/shortcodes/datatable-filtered.html
 gopkg/src/github.com/gohugoio/hugo/docs/layouts/shortcodes/datatable.html
 gopkg/src/github.com/gohugoio/hugo/docs/layouts/shortcodes/directoryindex.html
 gopkg/src/github.com/gohugoio/hugo/docs/layouts/shortcodes/docfile.html
@@ -350,6 +607,7 @@ gopkg/src/github.com/gohugoio/hugo/docs/
 gopkg/src/github.com/gohugoio/hugo/docs/layouts/shortcodes/exfm.html
 gopkg/src/github.com/gohugoio/hugo/docs/layouts/shortcodes/gh.html
 gopkg/src/github.com/gohugoio/hugo/docs/layouts/shortcodes/ghrepo.html
+gopkg/src/github.com/gohugoio/hugo/docs/layouts/shortcodes/imgproc.html
 gopkg/src/github.com/gohugoio/hugo/docs/layouts/shortcodes/nohighlight.html
 gopkg/src/github.com/gohugoio/hugo/docs/layouts/shortcodes/note.html
 gopkg/src/github.com/gohugoio/hugo/docs/layouts/shortcodes/output.html
@@ -359,70 +617,129 @@ gopkg/src/github.com/gohugoio/hugo/docs/
 gopkg/src/github.com/gohugoio/hugo/docs/layouts/shortcodes/warning.html
 gopkg/src/github.com/gohugoio/hugo/docs/layouts/shortcodes/yt.html
 gopkg/src/github.com/gohugoio/hugo/docs/netlify.toml
+gopkg/src/github.com/gohugoio/hugo/docs/pull-theme.sh
 gopkg/src/github.com/gohugoio/hugo/docs/requirements.txt
+gopkg/src/github.com/gohugoio/hugo/docs/resources/.gitattributes
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/about/new-in-032/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_300x0_resize_q10_catmullrom.jpg
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/about/new-in-032/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_300x0_resize_q75_catmullrom.jpg
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/about/new-in-032/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_90x120_fill_q75_catmullrom_left.jpg
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/about/new-in-032/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_90x120_fill_q75_catmullrom_right.jpg
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/about/new-in-032/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_90x90_fit_q75_catmullrom.jpg
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/content-management/image-processing/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_200x200_fill_q75_catmullrom_smart1.jpg
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/content-management/image-processing/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_300x0_resize_q10_catmullrom.jpg
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/content-management/image-processing/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_300x0_resize_q75_catmullrom.jpg
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/content-management/image-processing/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_90x120_fill_q75_catmullrom_left.jpg
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/content-management/image-processing/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_90x120_fill_q75_catmullrom_right.jpg
+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
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.38-relnotes/featured-poster_hudf8012d38ef42d46a6cab1b31156bf3a_69978_640x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.39-relnotes/featured-hugo-39-poster_hu3261e6e65defb4edf9f0fce20bf5f60d_217215_480x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.39-relnotes/featured-hugo-39-poster_hu3261e6e65defb4edf9f0fce20bf5f60d_217215_640x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.40-relnotes/featured-hugo-40-poster_hu20c69e2a166f65e329d8fbabe8d2cc58_69238_480x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.40-relnotes/featured-hugo-40-poster_hu20c69e2a166f65e329d8fbabe8d2cc58_69238_640x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.41-relnotes/featured-hugo-41-poster_hud81cd208cb270af61610509ee199ae20_67955_480x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.41-relnotes/featured-hugo-41-poster_hud81cd208cb270af61610509ee199ae20_67955_640x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.42-relnotes/featured-hugo-42-poster_hue0604c0846526b6d2f8ba376edd013b6_74852_480x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.42-relnotes/featured-hugo-42-poster_hue0604c0846526b6d2f8ba376edd013b6_74852_640x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.43-relnotes/featured-hugo-43-poster_hu3948fe44e4a966d8149b4bf077395057_78299_480x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.43-relnotes/featured-hugo-43-poster_hu3948fe44e4a966d8149b4bf077395057_78299_640x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.44-relnotes/featured-hugo-44-poster_hu6505d1982bab71bfe9c6c7adcedfd7f7_77631_480x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.44-relnotes/featured-hugo-44-poster_hu6505d1982bab71bfe9c6c7adcedfd7f7_77631_640x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.45-relnotes/featured-hugo-45-poster_huea79995576e3b93a3041ae824a391758_66863_480x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.45-relnotes/featured-hugo-45-poster_huea79995576e3b93a3041ae824a391758_66863_640x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.46-relnotes/featured-hugo-46-poster_hue04c7655caa254a1835311c9409185d8_68614_480x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.46-relnotes/featured-hugo-46-poster_hue04c7655caa254a1835311c9409185d8_68614_640x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.47-relnotes/featured-hugo-47-poster_hud3879b84908b49d38ac2cd1416f654ff_88288_480x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.47-relnotes/featured-hugo-47-poster_hud3879b84908b49d38ac2cd1416f654ff_88288_640x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.48-relnotes/featured-hugo-48-poster_hub95348423e80ff144dfee01d64fb9889_95358_480x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.48-relnotes/featured-hugo-48-poster_hub95348423e80ff144dfee01d64fb9889_95358_640x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.49-relnotes/featured-hugo-49-poster_hud9cdb0f9aa2ec95d28fc3f49c81e7940_66352_480x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.49-relnotes/featured-hugo-49-poster_hud9cdb0f9aa2ec95d28fc3f49c81e7940_66352_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
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/graph-themes_hu25707bee0ec3007199f71bb29226f30c_16956_600x400_fit_catmullrom_2.png
+gopkg/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
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/1password-support/featured_hu870838c23243880857c2e418dd7ac099_165718_1024x512_fill_catmullrom_top_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/1password-support/featured_hu870838c23243880857c2e418dd7ac099_165718_640x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/1password-support/featured_hu870838c23243880857c2e418dd7ac099_165718_8714c8c914d32c12c7eb833a42713319.png
+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/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
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/forestry/featured_hu77de7d99834fa13b854b7fc62e2912a7_227009_1024x512_fill_catmullrom_top_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/forestry/featured_hu77de7d99834fa13b854b7fc62e2912a7_227009_192a300d3ccaa4371c674791fb50a62c.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/forestry/featured_hu77de7d99834fa13b854b7fc62e2912a7_227009_640x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/hartwell-insurance/featured_hu642e730c6f819b15fc6ebbaa25b0243f_446603_1024x512_fill_catmullrom_top_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/hartwell-insurance/featured_hu642e730c6f819b15fc6ebbaa25b0243f_446603_640x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/hartwell-insurance/featured_hu642e730c6f819b15fc6ebbaa25b0243f_446603_a6f43693b7589a8d91c844654967eb51.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/letsencrypt/featured_hu51cfa254cfc1fb105704d2cdd6ae4737_147459_1024x512_fill_catmullrom_top_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/letsencrypt/featured_hu51cfa254cfc1fb105704d2cdd6ae4737_147459_640x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/letsencrypt/featured_hu51cfa254cfc1fb105704d2cdd6ae4737_147459_825bc0f79626434a7ab711238e84984a.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/linode/featured_hu6acc14b2375e47c4c764fef09fdb54c0_126664_1024x512_fill_catmullrom_top_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/linode/featured_hu6acc14b2375e47c4c764fef09fdb54c0_126664_640x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/linode/featured_hu6acc14b2375e47c4c764fef09fdb54c0_126664_97b33e8221e700cd517d4ce317c69e48.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/over/featured-over_hu778fbd1f621ca5db45e30107849dc7c9_234973_1024x512_fill_catmullrom_top_2.png
+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/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
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/stackimpact/featured_hu863cdba7b6e18bb95f64289a25912f5c_153794_1024x512_fill_catmullrom_top_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/showcase/stackimpact/featured_hu863cdba7b6e18bb95f64289a25912f5c_153794_640x0_resize_catmullrom_2.png
+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
+gopkg/src/github.com/gohugoio/hugo/docs/src/css/_chroma.css
+gopkg/src/github.com/gohugoio/hugo/docs/src/package-lock.json
 gopkg/src/github.com/gohugoio/hugo/docs/static/apple-touch-icon.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/contribute/development/accept-cla.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/contribute/development/ci-errors.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/contribute/development/copy-remote-url.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/contribute/development/forking-a-repository.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/contribute/development/open-pull-request.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/css/bootstrap-additions-gohugo.css
-gopkg/src/github.com/gohugoio/hugo/docs/static/css/bootstrap-changes-gohugo.css
-gopkg/src/github.com/gohugoio/hugo/docs/static/css/bootstrap-stripped-gohugo.css
-gopkg/src/github.com/gohugoio/hugo/docs/static/css/content-style.css
-gopkg/src/github.com/gohugoio/hugo/docs/static/css/home-page-style-responsive.css
-gopkg/src/github.com/gohugoio/hugo/docs/static/css/home-page-style.css
 gopkg/src/github.com/gohugoio/hugo/docs/static/css/hugofont.css
-gopkg/src/github.com/gohugoio/hugo/docs/static/css/style-responsive.css
 gopkg/src/github.com/gohugoio/hugo/docs/static/css/style.css
 gopkg/src/github.com/gohugoio/hugo/docs/static/favicon.ico
-gopkg/src/github.com/gohugoio/hugo/docs/static/fonts/glyphicons-halflings-regular.eot
-gopkg/src/github.com/gohugoio/hugo/docs/static/fonts/glyphicons-halflings-regular.svg
-gopkg/src/github.com/gohugoio/hugo/docs/static/fonts/glyphicons-halflings-regular.ttf
-gopkg/src/github.com/gohugoio/hugo/docs/static/fonts/glyphicons-halflings-regular.woff
-gopkg/src/github.com/gohugoio/hugo/docs/static/fonts/glyphicons-halflings-regular.woff2
 gopkg/src/github.com/gohugoio/hugo/docs/static/fonts/hugo.eot
 gopkg/src/github.com/gohugoio/hugo/docs/static/fonts/hugo.svg
 gopkg/src/github.com/gohugoio/hugo/docs/static/fonts/hugo.ttf
 gopkg/src/github.com/gohugoio/hugo/docs/static/fonts/hugo.woff
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/deployment-with-wercker/adding-a-github-pages-step.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/deployment-with-wercker/adding-the-project-to-github.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/deployment-with-wercker/and-we-ve-got-an-app.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/deployment-with-wercker/configure-the-deploy-step.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/deployment-with-wercker/creating-a-basic-hugo-site.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/deployment-with-wercker/public-or-not.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/deployment-with-wercker/using-hugo-build.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/deployment-with-wercker/wercker-access.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/deployment-with-wercker/wercker-account-settings.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/deployment-with-wercker/wercker-add-app.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/deployment-with-wercker/wercker-git-connections.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/deployment-with-wercker/wercker-search.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/deployment-with-wercker/wercker-select-owner.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/deployment-with-wercker/wercker-select-repository.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/deployment-with-wercker/wercker-sign-up-page.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/deployment-with-wercker/wercker-sign-up.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/deployment-with-wercker/werckeryml.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/hosting-on-bitbucket/bitbucket-blog-post.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/hosting-on-bitbucket/bitbucket-create-repo.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/hosting-on-netlify/netlify-add-new-site.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/hosting-on-netlify/netlify-authorize-added-permissions.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-1.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-2.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-3.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/hosting-on-netlify/netlify-deploy-published.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/hosting-on-netlify/netlify-deploying-site.gif
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/hosting-on-netlify/netlify-first-authorize.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/hosting-on-netlify/netlify-live-site.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/hosting-on-netlify/netlify-push-to-deploy.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/hosting-on-netlify/netlify-signup.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/hosting-and-deployment/hosting-on-netlify/tibobeijennl.jpg
+gopkg/src/github.com/gohugoio/hugo/docs/static/images/blog/hugo-26-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/static/images/blog/hugo-27-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/static/images/blog/hugo-28-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/static/images/blog/hugo-29-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/static/images/blog/hugo-30-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/static/images/blog/hugo-31-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/static/images/blog/hugo-32-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/static/images/blog/hugo-bug-poster.png
 gopkg/src/github.com/gohugoio/hugo/docs/static/images/blog/hugo-http2-push.png
+gopkg/src/github.com/gohugoio/hugo/docs/static/images/blog/sunset.jpg
 gopkg/src/github.com/gohugoio/hugo/docs/static/images/contribute/development/accept-cla.png
 gopkg/src/github.com/gohugoio/hugo/docs/static/images/contribute/development/ci-errors.png
 gopkg/src/github.com/gohugoio/hugo/docs/static/images/contribute/development/copy-remote-url.png
 gopkg/src/github.com/gohugoio/hugo/docs/static/images/contribute/development/forking-a-repository.png
 gopkg/src/github.com/gohugoio/hugo/docs/static/images/contribute/development/open-pull-request.png
 gopkg/src/github.com/gohugoio/hugo/docs/static/images/gohugoio-card-1.png
+gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/deployment-with-nanobox/hugo-server.png
+gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/deployment-with-nanobox/hugo-with-nanobox.png
+gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/deployment-with-nanobox/nanobox-deploy-dry-run.png
+gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/deployment-with-nanobox/nanobox-run.png
 gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/deployment-with-wercker/adding-a-github-pages-step.png
 gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/deployment-with-wercker/adding-the-project-to-github.png
 gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/deployment-with-wercker/and-we-ve-got-an-app.png
@@ -442,6 +759,9 @@ gopkg/src/github.com/gohugoio/hugo/docs/
 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-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
+gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/hosting-on-keycdn/secret-api-key.png
+gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/hosting-on-keycdn/secret-zone-id.png
 gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-add-new-site.jpg
 gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-authorize-added-permissions.jpg
 gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-1.jpg
@@ -453,193 +773,13 @@ gopkg/src/github.com/gohugoio/hugo/docs/
 gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-live-site.jpg
 gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-push-to-deploy.jpg
 gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-signup.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/images/hosting-and-deployment/hosting-on-netlify/tibobeijennl.jpg
+gopkg/src/github.com/gohugoio/hugo/docs/static/images/hugo-content-bundles.png
 gopkg/src/github.com/gohugoio/hugo/docs/static/images/icon-custom-outputs.svg
-gopkg/src/github.com/gohugoio/hugo/docs/static/images/quickstart/bookshelf-bleak-theme.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/images/quickstart/bookshelf-disqus.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/images/quickstart/bookshelf-new-default-image.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/images/quickstart/bookshelf-only-picture.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/images/quickstart/bookshelf-robust-theme.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/images/quickstart/bookshelf-updated-config.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/images/quickstart/bookshelf.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/images/quickstart/default.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/images/quickstart/gh-pages-ui.png
 gopkg/src/github.com/gohugoio/hugo/docs/static/images/site-hierarchy.svg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/2626info-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/antzucaro-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/apperneticioblog.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/arresteddevops-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/asc-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/astrochili-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/aydoscom.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/balaramadurai-net-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/barricade-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/bepsays-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/bharathpalavalli-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/bugtrackersio-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/bullion-investor-com.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/camunda-blog.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/camunda-docs.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/carnivorousplants-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/cdnoverview-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/chinese-grammar-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/chingli-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/chipsncookies-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/christianmendoza-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/cinegyopen-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/clearhaus-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/cloudshark-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/codingjournal-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/consequently.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/content/archetypes/archetype-hierarchy.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/ctlcompiled-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/danmux-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/datapipelinearchitect-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/davidepetilli-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/davidrallen-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/davidyates-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/dbzman-online-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/desk-mini.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/desk-sm.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/desk-wide.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/desk.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/devmonk-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/dmitriid.com.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/docs.eurie.io-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/emilyhorsman.com-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/enjoyablerecipes-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/esaezgil_com-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/esolia_com-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/esolia_pro-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/fale-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/firstnameclub.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/fixatom-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/freebsd-19px.svg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/furqansoftware-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/fxsitecompat-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/gntech-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/gogb-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/goin5minutes-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/gray.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/h10n.me-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/heimatverein-niederjosbach-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/horeaporutiu-tn.jpg
 gopkg/src/github.com/gohugoio/hugo/docs/static/img/hugo-logo-med.png
 gopkg/src/github.com/gohugoio/hugo/docs/static/img/hugo-logo.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/hugo-tn.jpg
 gopkg/src/github.com/gohugoio/hugo/docs/static/img/hugo.png
 gopkg/src/github.com/gohugoio/hugo/docs/static/img/hugoSM.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/invincible-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/invision-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/jamescampbell-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/jonbeebe.net-thumbnail.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/jorgennilsson-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/kjhealy-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/klingt-net-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/launchcode-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/leepenney-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/leowkahman-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/lk4d4-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/losslesslife-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/lucumt.info.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/mariosanchez-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/mayan-edms-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/michaelwhatcott-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/mongodb-eng-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/mtbhomer-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/myearworms-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/neavey-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/nickoneill-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/ninjaducks-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/ninya-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/nodesk-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/novelist-xyz.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/npf-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/nutspubcrawl.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/ocul-maps.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/petanikode.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/peteraba-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/picturingjordan-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/promotive.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/quickstart/bookshelf-bleak-theme.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/quickstart/bookshelf-disqus.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/quickstart/bookshelf-new-default-image.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/quickstart/bookshelf-only-picture.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/quickstart/bookshelf-robust-theme.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/quickstart/bookshelf-updated-config.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/quickstart/bookshelf.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/quickstart/default.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/rahulrai_in-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/rakutentech-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/rdegges-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/readtext-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/richardsumilang-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/rick_cogley_info-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/ridingbytes-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/robertbasic-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/sanjay-saxena-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/scottcwilson-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/shapeshed-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/shelan-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/siba-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/silvergeko.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/softinio-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/spf13-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/steambap.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/stefano.chiodino-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/stou-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/szymonkatra-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/techmadeplain-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tendermint-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/thecodeking-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/thehome-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/thislittleduck-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tibobeijen-nl-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/ttsreader-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutorialonfly-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutorials/automated-deployments/adding-a-deploy-pipeline.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutorials/automated-deployments/adding-a-deploy-step.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutorials/automated-deployments/adding-the-project-to-github.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutorials/automated-deployments/creating-a-basic-hugo-site.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutorials/automated-deployments/public-or-not.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutorials/automated-deployments/using-hugo-build.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutorials/automated-deployments/wercker-access.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutorials/automated-deployments/wercker-add-app.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutorials/automated-deployments/wercker-git-connections.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutorials/automated-deployments/wercker-search.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutorials/automated-deployments/wercker-select-repository.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutorials/automated-deployments/wercker-sign-up-page.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutorials/automated-deployments/wercker-sign-up.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutorials/automated-deployments/werckeryml.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutorials/hosting-on-bitbucket/bitbucket-blog-post.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutorials/hosting-on-bitbucket/bitbucket-create-repo.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutorials/how-to-contribute-to-hugo/accept-cla.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutorials/how-to-contribute-to-hugo/ci-errors.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutorials/how-to-contribute-to-hugo/copy-remote-url.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutorials/how-to-contribute-to-hugo/forking-a-repository.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutorials/how-to-contribute-to-hugo/open-pull-request.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/tutswiki-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/ucsb-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/upbeat.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/vamp_landingpage-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/viglug-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/vurt.co-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/worldtowriters-com.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/yslow-rules-tn.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/ysqi-blog.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/img/yulinling-tn.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/js/livereload.js
-gopkg/src/github.com/gohugoio/hugo/docs/static/js/owl.carousel-custom.js
-gopkg/src/github.com/gohugoio/hugo/docs/static/js/scripts.js
-gopkg/src/github.com/gohugoio/hugo/docs/static/quickstart/bookshelf-bleak-theme.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/quickstart/bookshelf-disqus.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/quickstart/bookshelf-new-default-image.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/quickstart/bookshelf-only-picture.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/quickstart/bookshelf-robust-theme.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/quickstart/bookshelf-updated-config.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/quickstart/bookshelf.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/quickstart/default.jpg
-gopkg/src/github.com/gohugoio/hugo/docs/static/quickstart/gh-pages-ui.png
 gopkg/src/github.com/gohugoio/hugo/docs/static/share/hugo-tall.png
 gopkg/src/github.com/gohugoio/hugo/docs/static/share/made-with-hugo-dark.png
 gopkg/src/github.com/gohugoio/hugo/docs/static/share/made-with-hugo-long-dark.png
@@ -649,25 +789,272 @@ gopkg/src/github.com/gohugoio/hugo/docs/
 gopkg/src/github.com/gohugoio/hugo/docs/static/share/powered-by-hugo-long-dark.png
 gopkg/src/github.com/gohugoio/hugo/docs/static/share/powered-by-hugo-long.png
 gopkg/src/github.com/gohugoio/hugo/docs/static/share/powered-by-hugo.png
-gopkg/src/github.com/gohugoio/hugo/docs/static/vendor/OwlCarousel2/LICENSE
-gopkg/src/github.com/gohugoio/hugo/docs/static/vendor/OwlCarousel2/css/owl.carousel.css
-gopkg/src/github.com/gohugoio/hugo/docs/static/vendor/OwlCarousel2/css/owl.theme.default.css
-gopkg/src/github.com/gohugoio/hugo/docs/static/vendor/OwlCarousel2/js/owl.carousel.min.js
-gopkg/src/github.com/gohugoio/hugo/docs/static/vendor/OwlCarousel2/notes.txt
-gopkg/src/github.com/gohugoio/hugo/docs/static/vendor/dieulot/js/instantclick.min.js
-gopkg/src/github.com/gohugoio/hugo/docs/static/vendor/flesler/js/jquery.scrollTo.min.js
-gopkg/src/github.com/gohugoio/hugo/docs/static/vendor/font-awesome/css/font-awesome.min.css
-gopkg/src/github.com/gohugoio/hugo/docs/static/vendor/font-awesome/fonts/FontAwesome.otf
-gopkg/src/github.com/gohugoio/hugo/docs/static/vendor/font-awesome/fonts/fontawesome-webfont.eot
-gopkg/src/github.com/gohugoio/hugo/docs/static/vendor/font-awesome/fonts/fontawesome-webfont.svg
-gopkg/src/github.com/gohugoio/hugo/docs/static/vendor/font-awesome/fonts/fontawesome-webfont.ttf
-gopkg/src/github.com/gohugoio/hugo/docs/static/vendor/font-awesome/fonts/fontawesome-webfont.woff
-gopkg/src/github.com/gohugoio/hugo/docs/static/vendor/font-awesome/fonts/fontawesome-webfont.woff2
-gopkg/src/github.com/gohugoio/hugo/docs/static/vendor/highlightjs/css/monokai-sublime.css
-gopkg/src/github.com/gohugoio/hugo/docs/static/vendor/highlightjs/js/highlight.pack.js
-gopkg/src/github.com/gohugoio/hugo/docs/static/vendor/highlightjs/notes.txt
-gopkg/src/github.com/gohugoio/hugo/docs/static/vendor/jquery/js/jquery-2.1.4.min.js
-gopkg/src/github.com/gohugoio/hugo/docs/static/vendor/twitter/js/bootstrap.min.js
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/.gitignore
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/README.md
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/archetypes/showcase.md
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/data/sponsors.toml
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/404.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/_default/baseof.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/_default/list.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/_default/page.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/_default/single.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/_default/taxonomy.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/_default/terms.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/index.headers
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/index.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/index.redir
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/news/list.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/news/single.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/page/documentation-home.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/boxes-section-summaries.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/boxes-small-news.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/components/author-github-data-card.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/components/author-github-data.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/docs/functions-signature.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/docs/page-meta-data.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/entry-summary.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/gtag.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/head-additions.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/hero.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/home-page-sections/features-icons.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/home-page-sections/features-single.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/home-page-sections/installation.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/home-page-sections/open-source-involvement.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/home-page-sections/showcase.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/home-page-sections/sponsors.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/home-page-sections/tweets.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/icon-link.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/manifest.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/nav-links-docs-mobile.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/nav-links-docs.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/nav-links-global-mobile.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/nav-links.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/nav-mobile.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/nav-top.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/page-edit.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/page-header.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/pagelayout.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/previous-next-links-in-section-with-title.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/previous-next-links-in-section.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/previous-next-links.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/related.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/site-footer.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/site-nav.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/site-scripts.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/site-search.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/social-follow.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/summary.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/Twitter_Logo_Blue.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/apple.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/clipboard.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/clippy.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/cloud.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/content.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/design.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/exclamation.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/facebook.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/focus.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/freebsd.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/functions.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/github-corner.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/github-squared.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/gitter.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/gme.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/godoc-icon.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/gopher-2.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/gopher-front.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/gopher-hero.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/gopher-homepage.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/gopher-side_path.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/gopher-small.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/gopher.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/hugo-h-only.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/hugo-logo-wide.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/hugo.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/ic_arrow_drop_down.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/ic_arrow_drop_up.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/ic_chevron_left_black_24px.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/ic_chevron_right_black_24px.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/idea.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/instagram.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/javascript.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/json.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/link-ext.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/link-permalink.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/md.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/mdsolid.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/newlogo.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/sass.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/search.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/twitter.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/website.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/windows.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/svg/yaml.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/tags.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/partials/toc.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/robots.txt
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/articlelist.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/code-toggle.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/code.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/datatable.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/directoryindex.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/docfile.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/exfile.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/exfm.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/gh.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/ghrepo.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/nohighlight.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/note.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/output.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/readfile.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/tip.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/warning.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/shortcodes/yt.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/showcase/list.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/layouts/showcase/single.html
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/license.md
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_algolia.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_anchorforid.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_animation.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_carousel.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_chroma.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_code.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_color-scheme.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_columns.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_content-tables.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_content.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_definition-lists.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_documentation-styles.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_fluid-type.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_font-family.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_hljs.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_hugo-internal-template-styling.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_no-js.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_social-icons.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_stickyheader.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_svg.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_tabs.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_tachyons.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/_variables.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/font/_muli-200.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/font/_muli-300.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/font/_muli-400.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/font/_muli-600.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/font/_muli-700.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/font/_muli-800.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/font/_muli-900.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/main.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/css/postcss.config.js
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/js/anchorforid.js
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/js/clipboardjs.js
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/js/codeblocks.js
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/js/docsearch.js
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/js/filesaver.js
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/js/hljs.js
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/js/lazysizes.js
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/js/main.js
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/js/menutoggle.js
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/js/nojs.js
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/js/scrolldir.js
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/js/smoothscroll.js
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/js/tabs.js
+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/src/webpack.config.js
+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
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-36x36.png
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-48x48.png
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-72x72.png
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-96x96.png
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/apple-touch-icon.png
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/browserconfig.xml
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/dist/app.bundle.js
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/dist/main.css
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/favicon-16x16.png
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/favicon-32x32.png
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/favicon.ico
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-200.eot
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-200.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-200.woff
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-200.woff2
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-200italic.eot
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-200italic.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-200italic.woff
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-200italic.woff2
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-300.eot
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-300.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-300.woff
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-300.woff2
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-300italic.eot
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-300italic.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-300italic.woff
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-300italic.woff2
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-400.eot
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-400.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-400.woff
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-400.woff2
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-400italic.eot
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-400italic.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-400italic.woff
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-400italic.woff2
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-600.eot
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-600.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-600.woff
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-600.woff2
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-600italic.eot
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-600italic.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-600italic.woff
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-600italic.woff2
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-700.eot
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-700.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-700.woff
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-700.woff2
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-700italic.eot
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-700italic.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-700italic.woff
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-700italic.woff2
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-800.eot
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-800.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-800.woff
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-800.woff2
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-800italic.eot
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-800italic.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-800italic.woff
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-800italic.woff2
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-900.eot
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-900.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-900.woff
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-900.woff2
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-900italic.eot
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-900italic.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-900italic.woff
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/files/muli-latin-900italic.woff2
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/images/GitHub-Mark-64px.png
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/images/gohugoio-card.png
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/images/gopher-side_color.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/images/home-page-templating-example.png
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/images/homepage-screenshot-hugo-themes.jpg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/images/homepage-screenshot-hugo-themes_not-optimized-according-to-google.jpg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/images/icon-built-in-templates.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/images/icon-content-management.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/images/icon-fast.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/images/icon-multilingual.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/images/icon-multilingual2.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/images/icon-search.png
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/images/icon-shortcodes.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/images/site-hierarchy.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/images/sponsors/esolia-logo.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/images/sponsors/forestry-logotype.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/images/sponsors/linode-logo_standard_light_medium.png
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/manifest.json
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/mstile-144x144.png
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/mstile-150x150.png
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/mstile-310x310.png
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/safari-pinned-tab.svg
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/theme.toml
 gopkg/src/github.com/gohugoio/hugo/docshelper/docs.go
 gopkg/src/github.com/gohugoio/hugo/examples/blog/.gitignore
 gopkg/src/github.com/gohugoio/hugo/examples/blog/README.md
@@ -728,59 +1115,78 @@ gopkg/src/github.com/gohugoio/hugo/examp
 gopkg/src/github.com/gohugoio/hugo/examples/multilingual/layouts/story/single.html
 gopkg/src/github.com/gohugoio/hugo/examples/multilingual/layouts/uudis/single.html
 gopkg/src/github.com/gohugoio/hugo/examples/multilingual/static/main.css
+gopkg/src/github.com/gohugoio/hugo/go.mod
+gopkg/src/github.com/gohugoio/hugo/go.sum
+gopkg/src/github.com/gohugoio/hugo/goreleaser-extended.yml
 gopkg/src/github.com/gohugoio/hugo/goreleaser.yml
-gopkg/src/github.com/gohugoio/hugo/helpers/baseURL.go
-gopkg/src/github.com/gohugoio/hugo/helpers/baseURL_test.go
 gopkg/src/github.com/gohugoio/hugo/helpers/content.go
 gopkg/src/github.com/gohugoio/hugo/helpers/content.go.orig
 gopkg/src/github.com/gohugoio/hugo/helpers/content_renderer.go
 gopkg/src/github.com/gohugoio/hugo/helpers/content_renderer_test.go
 gopkg/src/github.com/gohugoio/hugo/helpers/content_test.go
+gopkg/src/github.com/gohugoio/hugo/helpers/docshelper.go
 gopkg/src/github.com/gohugoio/hugo/helpers/emoji.go
 gopkg/src/github.com/gohugoio/hugo/helpers/emoji_test.go
 gopkg/src/github.com/gohugoio/hugo/helpers/general.go
 gopkg/src/github.com/gohugoio/hugo/helpers/general_test.go
 gopkg/src/github.com/gohugoio/hugo/helpers/hugo.go
 gopkg/src/github.com/gohugoio/hugo/helpers/hugo_test.go
-gopkg/src/github.com/gohugoio/hugo/helpers/language.go
-gopkg/src/github.com/gohugoio/hugo/helpers/language_test.go
 gopkg/src/github.com/gohugoio/hugo/helpers/path.go
 gopkg/src/github.com/gohugoio/hugo/helpers/path_test.go
 gopkg/src/github.com/gohugoio/hugo/helpers/pathspec.go
 gopkg/src/github.com/gohugoio/hugo/helpers/pathspec_test.go
+gopkg/src/github.com/gohugoio/hugo/helpers/processing_stats.go
 gopkg/src/github.com/gohugoio/hugo/helpers/pygments.go
 gopkg/src/github.com/gohugoio/hugo/helpers/pygments_test.go
 gopkg/src/github.com/gohugoio/hugo/helpers/testhelpers_test.go
 gopkg/src/github.com/gohugoio/hugo/helpers/url.go
 gopkg/src/github.com/gohugoio/hugo/helpers/url_test.go
+gopkg/src/github.com/gohugoio/hugo/hugofs/basepath_real_filename_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
+gopkg/src/github.com/gohugoio/hugo/hugofs/hashing_fs_test.go
+gopkg/src/github.com/gohugoio/hugo/hugofs/language_composite_fs.go
+gopkg/src/github.com/gohugoio/hugo/hugofs/language_composite_fs_test.go
+gopkg/src/github.com/gohugoio/hugo/hugofs/language_fs.go
+gopkg/src/github.com/gohugoio/hugo/hugofs/language_fs_test.go
+gopkg/src/github.com/gohugoio/hugo/hugofs/nolstat_fs.go
+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/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
 gopkg/src/github.com/gohugoio/hugo/hugolib/config.go
 gopkg/src/github.com/gohugoio/hugo/hugolib/config_test.go
 gopkg/src/github.com/gohugoio/hugo/hugolib/datafiles_test.go
 gopkg/src/github.com/gohugoio/hugo/hugolib/disableKinds_test.go
 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/filesystems/basefs.go
+gopkg/src/github.com/gohugoio/hugo/hugolib/filesystems/basefs_test.go
 gopkg/src/github.com/gohugoio/hugo/hugolib/gitinfo.go
-gopkg/src/github.com/gohugoio/hugo/hugolib/handler_base.go
-gopkg/src/github.com/gohugoio/hugo/hugolib/handler_file.go
-gopkg/src/github.com/gohugoio/hugo/hugolib/handler_meta.go
-gopkg/src/github.com/gohugoio/hugo/hugolib/handler_page.go
-gopkg/src/github.com/gohugoio/hugo/hugolib/handler_test.go
 gopkg/src/github.com/gohugoio/hugo/hugolib/hugo_info.go
+gopkg/src/github.com/gohugoio/hugo/hugolib/hugo_info_test.go
 gopkg/src/github.com/gohugoio/hugo/hugolib/hugo_sites.go
 gopkg/src/github.com/gohugoio/hugo/hugolib/hugo_sites_build.go
+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_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_old_test.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/node_as_page_test.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
@@ -788,31 +1194,51 @@ gopkg/src/github.com/gohugoio/hugo/hugol
 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_collections.go
-gopkg/src/github.com/gohugoio/hugo/hugolib/page_collections_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_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/pagebundler.go
+gopkg/src/github.com/gohugoio/hugo/hugolib/pagebundler_capture.go
+gopkg/src/github.com/gohugoio/hugo/hugolib/pagebundler_capture_test.go
+gopkg/src/github.com/gohugoio/hugo/hugolib/pagebundler_handlers.go
+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/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/scratch.go
-gopkg/src/github.com/gohugoio/hugo/hugolib/scratch_test.go
 gopkg/src/github.com/gohugoio/hugo/hugolib/shortcode.go
 gopkg/src/github.com/gohugoio/hugo/hugolib/shortcode_test.go
-gopkg/src/github.com/gohugoio/hugo/hugolib/shortcodeparser.go
-gopkg/src/github.com/gohugoio/hugo/hugolib/shortcodeparser_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_test.go
@@ -821,6 +1247,7 @@ gopkg/src/github.com/gohugoio/hugo/hugol
 gopkg/src/github.com/gohugoio/hugo/hugolib/site_render.go
 gopkg/src/github.com/gohugoio/hugo/hugolib/site_sections.go
 gopkg/src/github.com/gohugoio/hugo/hugolib/site_sections_test.go
+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
@@ -830,18 +1257,28 @@ gopkg/src/github.com/gohugoio/hugo/hugol
 gopkg/src/github.com/gohugoio/hugo/hugolib/template_engines_test.go
 gopkg/src/github.com/gohugoio/hugo/hugolib/template_test.go
 gopkg/src/github.com/gohugoio/hugo/hugolib/testdata/redis.cn.md
+gopkg/src/github.com/gohugoio/hugo/hugolib/testdata/sunset.jpg
 gopkg/src/github.com/gohugoio/hugo/hugolib/testhelpers_test.go
+gopkg/src/github.com/gohugoio/hugo/hugolib/testsite/content/first-post.md
+gopkg/src/github.com/gohugoio/hugo/hugolib/testsite/content_nn/first-post.md
 gopkg/src/github.com/gohugoio/hugo/hugolib/translations.go
 gopkg/src/github.com/gohugoio/hugo/i18n/i18n.go
 gopkg/src/github.com/gohugoio/hugo/i18n/i18n_test.go
 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/livereload/connection.go
 gopkg/src/github.com/gohugoio/hugo/livereload/hub.go
 gopkg/src/github.com/gohugoio/hugo/livereload/livereload.go
+gopkg/src/github.com/gohugoio/hugo/magefile.go
 gopkg/src/github.com/gohugoio/hugo/main.go
 gopkg/src/github.com/gohugoio/hugo/media/docshelper.go
 gopkg/src/github.com/gohugoio/hugo/media/mediaType.go
 gopkg/src/github.com/gohugoio/hugo/media/mediaType_test.go
+gopkg/src/github.com/gohugoio/hugo/metrics/metrics.go
+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/output/docshelper.go
 gopkg/src/github.com/gohugoio/hugo/output/layout.go
 gopkg/src/github.com/gohugoio/hugo/output/layout_base.go
@@ -851,11 +1288,21 @@ gopkg/src/github.com/gohugoio/hugo/outpu
 gopkg/src/github.com/gohugoio/hugo/output/outputFormat_test.go
 gopkg/src/github.com/gohugoio/hugo/parser/frontmatter.go
 gopkg/src/github.com/gohugoio/hugo/parser/frontmatter_test.go
-gopkg/src/github.com/gohugoio/hugo/parser/long_text_test.md
-gopkg/src/github.com/gohugoio/hugo/parser/page.go
-gopkg/src/github.com/gohugoio/hugo/parser/page_test.go
-gopkg/src/github.com/gohugoio/hugo/parser/parse_frontmatter_test.go
+gopkg/src/github.com/gohugoio/hugo/parser/metadecoders/decoder.go
+gopkg/src/github.com/gohugoio/hugo/parser/metadecoders/decoder_test.go
+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/pagelexer.go
+gopkg/src/github.com/gohugoio/hugo/parser/pageparser/pagelexer_test.go
+gopkg/src/github.com/gohugoio/hugo/parser/pageparser/pageparser.go
+gopkg/src/github.com/gohugoio/hugo/parser/pageparser/pageparser_intro_test.go
+gopkg/src/github.com/gohugoio/hugo/parser/pageparser/pageparser_shortcode_test.go
+gopkg/src/github.com/gohugoio/hugo/publisher/publisher.go
+gopkg/src/github.com/gohugoio/hugo/publisher/publisher_test.go
 gopkg/src/github.com/gohugoio/hugo/pull-docs.sh
+gopkg/src/github.com/gohugoio/hugo/related/inverted_index.go
+gopkg/src/github.com/gohugoio/hugo/related/inverted_index_test.go
 gopkg/src/github.com/gohugoio/hugo/releaser/git.go
 gopkg/src/github.com/gohugoio/hugo/releaser/git_test.go
 gopkg/src/github.com/gohugoio/hugo/releaser/github.go
@@ -864,27 +1311,57 @@ gopkg/src/github.com/gohugoio/hugo/relea
 gopkg/src/github.com/gohugoio/hugo/releaser/releasenotes_writer_test.go
 gopkg/src/github.com/gohugoio/hugo/releaser/releaser.go
 gopkg/src/github.com/gohugoio/hugo/requirements.txt
-gopkg/src/github.com/gohugoio/hugo/snapcraft.yaml
+gopkg/src/github.com/gohugoio/hugo/resource/bundler/bundler.go
+gopkg/src/github.com/gohugoio/hugo/resource/create/create.go
+gopkg/src/github.com/gohugoio/hugo/resource/image.go
+gopkg/src/github.com/gohugoio/hugo/resource/image_cache.go
+gopkg/src/github.com/gohugoio/hugo/resource/image_test.go
+gopkg/src/github.com/gohugoio/hugo/resource/integrity/integrity.go
+gopkg/src/github.com/gohugoio/hugo/resource/minifier/minify.go
+gopkg/src/github.com/gohugoio/hugo/resource/postcss/postcss.go
+gopkg/src/github.com/gohugoio/hugo/resource/resource.go
+gopkg/src/github.com/gohugoio/hugo/resource/resource_cache.go
+gopkg/src/github.com/gohugoio/hugo/resource/resource_metadata.go
+gopkg/src/github.com/gohugoio/hugo/resource/resource_metadata_test.go
+gopkg/src/github.com/gohugoio/hugo/resource/resource_test.go
+gopkg/src/github.com/gohugoio/hugo/resource/smartcrop.go
+gopkg/src/github.com/gohugoio/hugo/resource/templates/execute_as_template.go
+gopkg/src/github.com/gohugoio/hugo/resource/testdata/1234567890qwertyuiopasdfghjklzxcvbnm5to6eeeeee7via8eleph.jpg
+gopkg/src/github.com/gohugoio/hugo/resource/testdata/circle.svg
+gopkg/src/github.com/gohugoio/hugo/resource/testdata/gohugoio.png
+gopkg/src/github.com/gohugoio/hugo/resource/testdata/sub/gohugoio2.png
+gopkg/src/github.com/gohugoio/hugo/resource/testdata/sunset.jpg
+gopkg/src/github.com/gohugoio/hugo/resource/testhelpers_test.go
+gopkg/src/github.com/gohugoio/hugo/resource/tocss/scss/client.go
+gopkg/src/github.com/gohugoio/hugo/resource/tocss/scss/tocss.go
+gopkg/src/github.com/gohugoio/hugo/resource/tocss/scss/tocss_notavailable.go
+gopkg/src/github.com/gohugoio/hugo/resource/transform.go
+gopkg/src/github.com/gohugoio/hugo/resource/transform_test.go
+gopkg/src/github.com/gohugoio/hugo/snap/plugins/x-nodejs.yaml
+gopkg/src/github.com/gohugoio/hugo/snap/plugins/x_nodejs.py
+gopkg/src/github.com/gohugoio/hugo/snap/snapcraft.yaml
 gopkg/src/github.com/gohugoio/hugo/source/content_directory_test.go
-gopkg/src/github.com/gohugoio/hugo/source/file.go
-gopkg/src/github.com/gohugoio/hugo/source/file_test.go
+gopkg/src/github.com/gohugoio/hugo/source/fileInfo.go
+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/inmemory.go
-gopkg/src/github.com/gohugoio/hugo/source/lazy_file_reader.go
-gopkg/src/github.com/gohugoio/hugo/source/lazy_file_reader_test.go
-gopkg/src/github.com/gohugoio/hugo/temp/0.26-relnotes.md
+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
 gopkg/src/github.com/gohugoio/hugo/tpl/cast/cast_test.go
 gopkg/src/github.com/gohugoio/hugo/tpl/cast/docshelper.go
 gopkg/src/github.com/gohugoio/hugo/tpl/cast/init.go
 gopkg/src/github.com/gohugoio/hugo/tpl/cast/init_test.go
+gopkg/src/github.com/gohugoio/hugo/tpl/collections/append.go
+gopkg/src/github.com/gohugoio/hugo/tpl/collections/append_test.go
 gopkg/src/github.com/gohugoio/hugo/tpl/collections/apply.go
 gopkg/src/github.com/gohugoio/hugo/tpl/collections/apply_test.go
 gopkg/src/github.com/gohugoio/hugo/tpl/collections/collections.go
 gopkg/src/github.com/gohugoio/hugo/tpl/collections/collections_test.go
+gopkg/src/github.com/gohugoio/hugo/tpl/collections/complement.go
+gopkg/src/github.com/gohugoio/hugo/tpl/collections/complement_test.go
 gopkg/src/github.com/gohugoio/hugo/tpl/collections/index.go
 gopkg/src/github.com/gohugoio/hugo/tpl/collections/index_test.go
 gopkg/src/github.com/gohugoio/hugo/tpl/collections/init.go
@@ -892,6 +1369,8 @@ gopkg/src/github.com/gohugoio/hugo/tpl/c
 gopkg/src/github.com/gohugoio/hugo/tpl/collections/reflect_helpers.go
 gopkg/src/github.com/gohugoio/hugo/tpl/collections/sort.go
 gopkg/src/github.com/gohugoio/hugo/tpl/collections/sort_test.go
+gopkg/src/github.com/gohugoio/hugo/tpl/collections/symdiff.go
+gopkg/src/github.com/gohugoio/hugo/tpl/collections/symdiff_test.go
 gopkg/src/github.com/gohugoio/hugo/tpl/collections/where.go
 gopkg/src/github.com/gohugoio/hugo/tpl/collections/where_test.go
 gopkg/src/github.com/gohugoio/hugo/tpl/compare/compare.go
@@ -935,6 +1414,7 @@ gopkg/src/github.com/gohugoio/hugo/tpl/m
 gopkg/src/github.com/gohugoio/hugo/tpl/math/init_test.go
 gopkg/src/github.com/gohugoio/hugo/tpl/math/math.go
 gopkg/src/github.com/gohugoio/hugo/tpl/math/math_test.go
+gopkg/src/github.com/gohugoio/hugo/tpl/math/round.go
 gopkg/src/github.com/gohugoio/hugo/tpl/os/init.go
 gopkg/src/github.com/gohugoio/hugo/tpl/os/init_test.go
 gopkg/src/github.com/gohugoio/hugo/tpl/os/os.go
@@ -942,6 +1422,11 @@ gopkg/src/github.com/gohugoio/hugo/tpl/o
 gopkg/src/github.com/gohugoio/hugo/tpl/partials/init.go
 gopkg/src/github.com/gohugoio/hugo/tpl/partials/init_test.go
 gopkg/src/github.com/gohugoio/hugo/tpl/partials/partials.go
+gopkg/src/github.com/gohugoio/hugo/tpl/path/init.go
+gopkg/src/github.com/gohugoio/hugo/tpl/path/init_test.go
+gopkg/src/github.com/gohugoio/hugo/tpl/path/path.go
+gopkg/src/github.com/gohugoio/hugo/tpl/resources/init.go
+gopkg/src/github.com/gohugoio/hugo/tpl/resources/resources.go
 gopkg/src/github.com/gohugoio/hugo/tpl/safe/init.go
 gopkg/src/github.com/gohugoio/hugo/tpl/safe/init_test.go
 gopkg/src/github.com/gohugoio/hugo/tpl/safe/safe.go
@@ -955,36 +1440,71 @@ 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_test.go
+gopkg/src/github.com/gohugoio/hugo/tpl/templates/init.go
+gopkg/src/github.com/gohugoio/hugo/tpl/templates/init_test.go
+gopkg/src/github.com/gohugoio/hugo/tpl/templates/templates.go
 gopkg/src/github.com/gohugoio/hugo/tpl/time/init.go
 gopkg/src/github.com/gohugoio/hugo/tpl/time/init_test.go
 gopkg/src/github.com/gohugoio/hugo/tpl/time/time.go
 gopkg/src/github.com/gohugoio/hugo/tpl/time/time_test.go
 gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/ace.go
 gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/amber_compiler.go
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/.gitattributes
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/README.md
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/generate/generate.go
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates.autogen.go
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/_default/robots.txt
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/_default/rss.xml
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/_default/sitemap.xml
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/_default/sitemapindex.xml
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/disqus.html
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/google_analytics.html
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/google_analytics_async.html
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/google_news.html
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/opengraph.html
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/pagination.html
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/schema.html
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/shortcodes/__h_simple_assets.html
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/shortcodes/figure.html
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/shortcodes/gist.html
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/shortcodes/highlight.html
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/shortcodes/instagram.html
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/shortcodes/instagram_simple.html
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/shortcodes/ref.html
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/shortcodes/relref.html
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/shortcodes/twitter.html
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/shortcodes/twitter_simple.html
+gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/embedded/templates/shortcodes/vimeo.html
+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/template.go
 gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/templateFuncster.go
 gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/templateProvider.go
 gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/template_ast_transformers.go
 gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/template_ast_transformers_test.go
-gopkg/src/github.com/gohugoio/hugo/tpl/tplimpl/template_embedded.go
+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/transform/init.go
 gopkg/src/github.com/gohugoio/hugo/tpl/transform/init_test.go
+gopkg/src/github.com/gohugoio/hugo/tpl/transform/remarshal.go
+gopkg/src/github.com/gohugoio/hugo/tpl/transform/remarshal_test.go
 gopkg/src/github.com/gohugoio/hugo/tpl/transform/transform.go
 gopkg/src/github.com/gohugoio/hugo/tpl/transform/transform_test.go
 gopkg/src/github.com/gohugoio/hugo/tpl/urls/init.go
 gopkg/src/github.com/gohugoio/hugo/tpl/urls/init_test.go
 gopkg/src/github.com/gohugoio/hugo/tpl/urls/urls.go
-gopkg/src/github.com/gohugoio/hugo/transform/absurl.go
-gopkg/src/github.com/gohugoio/hugo/transform/absurlreplacer.go
+gopkg/src/github.com/gohugoio/hugo/tpl/urls/urls_test.go
 gopkg/src/github.com/gohugoio/hugo/transform/chain.go
 gopkg/src/github.com/gohugoio/hugo/transform/chain_test.go
-gopkg/src/github.com/gohugoio/hugo/transform/hugogeneratorinject.go
-gopkg/src/github.com/gohugoio/hugo/transform/hugogeneratorinject_test.go
-gopkg/src/github.com/gohugoio/hugo/transform/livereloadinject.go
-gopkg/src/github.com/gohugoio/hugo/transform/livereloadinject_test.go
-gopkg/src/github.com/gohugoio/hugo/utils/utils.go
-gopkg/src/github.com/gohugoio/hugo/vendor/vendor.json
+gopkg/src/github.com/gohugoio/hugo/transform/livereloadinject/livereloadinject.go
+gopkg/src/github.com/gohugoio/hugo/transform/livereloadinject/livereloadinject_test.go
+gopkg/src/github.com/gohugoio/hugo/transform/metainject/hugogenerator.go
+gopkg/src/github.com/gohugoio/hugo/transform/metainject/hugogenerator_test.go
+gopkg/src/github.com/gohugoio/hugo/transform/urlreplacers/absurl.go
+gopkg/src/github.com/gohugoio/hugo/transform/urlreplacers/absurlreplacer.go
+gopkg/src/github.com/gohugoio/hugo/transform/urlreplacers/absurlreplacer_test.go
 gopkg/src/github.com/gohugoio/hugo/watcher/batcher.go
-@pkgdir gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme
Index: pkgsrc/www/hugo/distinfo
diff -u pkgsrc/www/hugo/distinfo:1.1 pkgsrc/www/hugo/distinfo:1.2
--- pkgsrc/www/hugo/distinfo:1.1        Thu Aug 17 01:50:25 2017
+++ pkgsrc/www/hugo/distinfo    Sun Nov 18 08:58:22 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2017/08/17 01:50:25 gavan Exp $
+$NetBSD: distinfo,v 1.2 2018/11/18 08:58:22 ryoon Exp $
 
-SHA1 (hugo-0.26.tar.gz) = a78a2b0698dc985e5d0ce30575876c6be65115b0
-RMD160 (hugo-0.26.tar.gz) = 144e452943e1a2de69a1aa133973f72b388ef79b
-SHA512 (hugo-0.26.tar.gz) = 3b345c0659abf510550d08f72f03c27b95731210d7bca0c513c05b36c61ccd2584206c9f76402bb7b4c9a1dd0c86a1c8fb0745581f21756b10ce48dcbc169fa1
-Size (hugo-0.26.tar.gz) = 17353541 bytes
+SHA1 (hugo-0.51.tar.gz) = 7d0bdfaa974d8586c18cf8d3f9c628ad3548d2a5
+RMD160 (hugo-0.51.tar.gz) = 140bf88ed66966142b250994aad683c390f09a23
+SHA512 (hugo-0.51.tar.gz) = 47c04c0388856c02aaf1be58676c0f625b30552c3ccc11c77a014d70bfb18ba6856268a1f3714ec75c8462753e333a597285064ab56f80c946669c35c5d2ee0c
+Size (hugo-0.51.tar.gz) = 19948327 bytes
 SHA1 (patch-helpers_content.go) = 7c16f7512f0a3bf2fbb873cebd8ad91686d68521



Home | Main Index | Thread Index | Old Index