pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ea9362b19b5
branches:  trunk
changeset: 315214:3ea9362b19b5
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Nov 18 08:58:22 2018 +0000

description:
Update to 0.51

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

diffstat:

 www/hugo/Makefile |    30 +-
 www/hugo/PLIST    |  1604 +++++++++++++++++++++++++++++++++++-----------------
 www/hugo/distinfo |    10 +-
 3 files changed, 1092 insertions(+), 552 deletions(-)

diffs (truncated from 2010 to 300 lines):

diff -r 6e7e5df01a34 -r 3ea9362b19b5 www/hugo/Makefile
--- a/www/hugo/Makefile Sun Nov 18 08:52:35 2018 +0000
+++ b/www/hugo/Makefile Sun Nov 18 08:58:22 2018 +0000
@@ -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 @@
 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 @@
 .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 @@
 .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"
 
diff -r 6e7e5df01a34 -r 3ea9362b19b5 www/hugo/PLIST
--- a/www/hugo/PLIST    Sun Nov 18 08:52:35 2018 +0000
+++ b/www/hugo/PLIST    Sun Nov 18 08:58:22 2018 +0000
@@ -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/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/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



Home | Main Index | Thread Index | Old Index