pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/hugo Add hugo package



details:   https://anonhg.NetBSD.org/pkgsrc/rev/501945955515
branches:  trunk
changeset: 366664:501945955515
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Thu Aug 17 01:50:25 2017 +0000

description:
Add hugo package

diffstat:

 www/hugo/DESCR                            |    1 +
 www/hugo/Makefile                         |   48 +
 www/hugo/PLIST                            |  990 ++++++++++++++++++++++++++++++
 www/hugo/distinfo                         |    7 +
 www/hugo/patches/patch-helpers_content.go |   23 +
 5 files changed, 1069 insertions(+), 0 deletions(-)

diffs (truncated from 1089 to 300 lines):

diff -r 3f167ffe59ab -r 501945955515 www/hugo/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/hugo/DESCR    Thu Aug 17 01:50:25 2017 +0000
@@ -0,0 +1,1 @@
+Introducing Hugo, a new idea around making website creation simple again. Hugo flexibly works with many formats and is ideal for blogs, docs, portfolios and much more. Hugoâ??s speed fosters 
creativity and makes building a website fun again.
diff -r 3f167ffe59ab -r 501945955515 www/hugo/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/hugo/Makefile Thu Aug 17 01:50:25 2017 +0000
@@ -0,0 +1,48 @@
+# $NetBSD: Makefile,v 1.1 2017/08/17 01:50:25 gavan Exp $
+
+DISTNAME=      hugo-0.26
+PKGNAME=       go-${DISTNAME}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=gohugoio/}
+CATEGORIES=    www
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+GITHUB_PROJECT= ${PKGBASE:S/^go-//}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://gohugo.io/
+COMMENT=       A Fast & Modern Static Website Engine
+LICENSE=       apache-2.0
+
+GO_DIST_BASE=  ${DISTNAME}
+GO_SRCPATH=    github.com/gohugoio/hugo
+
+.include "../../devel/go-purell/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/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-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 "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
+
diff -r 3f167ffe59ab -r 501945955515 www/hugo/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/hugo/PLIST    Thu Aug 17 01:50:25 2017 +0000
@@ -0,0 +1,990 @@
+@comment $NetBSD: PLIST,v 1.1 2017/08/17 01:50:25 gavan 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/commands.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/config.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/i18n.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/output.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/parser.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/releaser.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/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/safe.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/strings.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/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/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/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/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/commandeer.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/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/hugo.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/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/release.go
+gopkg/src/github.com/gohugoio/hugo/commands/server.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/version.go
+gopkg/src/github.com/gohugoio/hugo/config/configProvider.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/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



Home | Main Index | Thread Index | Old Index