pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/hugo go-hugo: Update to 0.78.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d4cce512c24
branches:  trunk
changeset: 442089:7d4cce512c24
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Nov 18 14:44:24 2020 +0000

description:
go-hugo: Update to 0.78.2.

Switch to go-modules and tidy up.

There have been 59 releases and nearly 3,000 lines of changelog since 0.55.6,
so apologies, but if you want a changelog you'll need to browse:

  https://github.com/gohugoio/hugo/releases

to see what changed as it's impractical to list them here.

diffstat:

 www/hugo/Makefile                         |    67 +-
 www/hugo/PLIST                            |  1633 +---------------
 www/hugo/distinfo                         |  3155 ++++++++++++++++++++++++++++-
 www/hugo/go-modules.mk                    |   788 +++++++
 www/hugo/patches/patch-helpers_content.go |    23 -
 5 files changed, 3945 insertions(+), 1721 deletions(-)

diffs (truncated from 5701 to 300 lines):

diff -r 234ab0894c19 -r 7d4cce512c24 www/hugo/Makefile
--- a/www/hugo/Makefile Wed Nov 18 14:32:20 2020 +0000
+++ b/www/hugo/Makefile Wed Nov 18 14:44:24 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2020/11/13 19:26:26 bsiegert Exp $
+# $NetBSD: Makefile,v 1.37 2020/11/18 14:44:24 jperkin Exp $
 
-DISTNAME=      hugo-0.55.6
+DISTNAME=      hugo-0.78.2
 PKGNAME=       go-${DISTNAME}
-PKGREVISION=   17
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=gohugoio/}
 CATEGORIES=    www
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -10,64 +9,12 @@
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://gohugo.io/
-COMMENT=       A Fast & Modern Static Website Engine
+COMMENT=       Fast & Modern Static Website Engine
 LICENSE=       apache-2.0
 
-GO_DIST_BASE=  ${DISTNAME}
-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
+GO_BUILD_PATTERN=
 
-.include "../../devel/go-locker/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"
-.include "../../net/go-websocket/buildlink3.mk"
-.include "../../devel/go-osext/buildlink3.mk"
-.include "../../devel/go-emoji/buildlink3.mk"
-.include "../../textproc/go-mmark/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"
-.include "../../devel/go-cobra/buildlink3.mk"
-.include "../../devel/go-fsync/buildlink3.mk"
-.include "../../devel/go-jwalterweatherman/buildlink3.mk"
-.include "../../devel/go-nitro/buildlink3.mk"
-.include "../../devel/go-pflag/buildlink3.mk"
-.include "../../devel/go-viper/buildlink3.mk"
-.include "../../www/go-ace/buildlink3.mk"
-.include "../../textproc/go-text/buildlink3.mk"
-.include "../../devel/go-yaml/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 "go-modules.mk"
+
+.include "../../lang/go/go-module.mk"
 .include "../../mk/bsd.pkg.mk"
-
diff -r 234ab0894c19 -r 7d4cce512c24 www/hugo/PLIST
--- a/www/hugo/PLIST    Wed Nov 18 14:32:20 2020 +0000
+++ b/www/hugo/PLIST    Wed Nov 18 14:44:24 2020 +0000
@@ -1,1633 +1,2 @@
-@comment $NetBSD: PLIST,v 1.7 2019/05/20 13:32:18 ryoon Exp $
-bin/generate
+@comment $NetBSD: PLIST,v 1.8 2020/11/18 14:44:24 jperkin Exp $
 bin/hugo
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/bufferpool.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/cache.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/cache/filecache.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/cache/namedmemcache.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/codegen.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/commands.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/collections.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/herrors.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/hreflect.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/hugio.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/hugo.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/loggers.a
-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/htesting.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/paths.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/i18n.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/langs.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/lazy.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/livereload.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/media.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/metrics.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/minifiers.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/navigation.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/output.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/parser.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/parser/metadecoders.a
-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/resources.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/internal.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/page.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/page/page_generate.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/page/pagemeta.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_factories/bundler.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_factories/create.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_transformers/integrity.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_transformers/minifier.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_transformers/postcss.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_transformers/templates.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_transformers/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
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/collections.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/compare.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/crypto.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/data.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/encoding.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/fmt.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/hugo.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/images.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/inflect.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/internal.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/lang.a
-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/reflect.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/site.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/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
-gopkg/src/github.com/gohugoio/hugo/README.md
-gopkg/src/github.com/gohugoio/hugo/bench.sh
-gopkg/src/github.com/gohugoio/hugo/benchSite.sh
-gopkg/src/github.com/gohugoio/hugo/benchbep.sh
-gopkg/src/github.com/gohugoio/hugo/bepdock.sh
-gopkg/src/github.com/gohugoio/hugo/bufferpool/bufpool.go
-gopkg/src/github.com/gohugoio/hugo/bufferpool/bufpool_test.go
-gopkg/src/github.com/gohugoio/hugo/cache/filecache/filecache.go
-gopkg/src/github.com/gohugoio/hugo/cache/filecache/filecache_config.go
-gopkg/src/github.com/gohugoio/hugo/cache/filecache/filecache_config_test.go
-gopkg/src/github.com/gohugoio/hugo/cache/filecache/filecache_pruner.go
-gopkg/src/github.com/gohugoio/hugo/cache/filecache/filecache_pruner_test.go
-gopkg/src/github.com/gohugoio/hugo/cache/filecache/filecache_test.go
-gopkg/src/github.com/gohugoio/hugo/cache/namedmemcache/named_cache.go
-gopkg/src/github.com/gohugoio/hugo/cache/namedmemcache/named_cache_test.go
-gopkg/src/github.com/gohugoio/hugo/cache/partitioned_lazy_cache.go
-gopkg/src/github.com/gohugoio/hugo/cache/partitioned_lazy_cache_test.go
-gopkg/src/github.com/gohugoio/hugo/codegen/methods.go
-gopkg/src/github.com/gohugoio/hugo/codegen/methods2_test.go
-gopkg/src/github.com/gohugoio/hugo/codegen/methods_test.go
-gopkg/src/github.com/gohugoio/hugo/commands/check.go
-gopkg/src/github.com/gohugoio/hugo/commands/check_darwin.go
-gopkg/src/github.com/gohugoio/hugo/commands/commandeer.go
-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_test.go
-gopkg/src/github.com/gohugoio/hugo/commands/hugo_windows.go
-gopkg/src/github.com/gohugoio/hugo/commands/import_jekyll.go
-gopkg/src/github.com/gohugoio/hugo/commands/import_jekyll_test.go
-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/new.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/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/hreflect/helpers.go
-gopkg/src/github.com/gohugoio/hugo/common/hreflect/helpers_test.go
-gopkg/src/github.com/gohugoio/hugo/common/hugio/readers.go
-gopkg/src/github.com/gohugoio/hugo/common/hugio/writers.go
-gopkg/src/github.com/gohugoio/hugo/common/hugo/hugo.go
-gopkg/src/github.com/gohugoio/hugo/common/hugo/hugo_test.go
-gopkg/src/github.com/gohugoio/hugo/common/hugo/vars_extended.go
-gopkg/src/github.com/gohugoio/hugo/common/hugo/vars_regular.go
-gopkg/src/github.com/gohugoio/hugo/common/hugo/version.go
-gopkg/src/github.com/gohugoio/hugo/common/hugo/version_current.go
-gopkg/src/github.com/gohugoio/hugo/common/hugo/version_test.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/configLoader.go
-gopkg/src/github.com/gohugoio/hugo/config/configLoader_test.go
-gopkg/src/github.com/gohugoio/hugo/config/configProvider.go
-gopkg/src/github.com/gohugoio/hugo/config/configProvider_test.go
-gopkg/src/github.com/gohugoio/hugo/config/env.go
-gopkg/src/github.com/gohugoio/hugo/config/privacy/privacyConfig.go
-gopkg/src/github.com/gohugoio/hugo/config/privacy/privacyConfig_test.go
-gopkg/src/github.com/gohugoio/hugo/config/services/servicesConfig.go
-gopkg/src/github.com/gohugoio/hugo/config/services/servicesConfig_test.go
-gopkg/src/github.com/gohugoio/hugo/config/sitemap.go
-gopkg/src/github.com/gohugoio/hugo/create/content.go
-gopkg/src/github.com/gohugoio/hugo/create/content_template_handler.go
-gopkg/src/github.com/gohugoio/hugo/create/content_test.go
-gopkg/src/github.com/gohugoio/hugo/deps/deps.go
-gopkg/src/github.com/gohugoio/hugo/docs/.github/stale.yml
-gopkg/src/github.com/gohugoio/hugo/docs/.gitignore
-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



Home | Main Index | Thread Index | Old Index