Merge commit '6dbde8d731f221b027c0c60b772ba82dad759943'
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 18 Jul 2017 08:33:58 +0000 (10:33 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 18 Jul 2017 08:33:58 +0000 (10:33 +0200)
commit4c220c4ac2302b6c0a535c1099f2d393d57049c6
tree76036635bff9d53416f0de68c266dd989a30de45
parentdeccc54004cbe88ddbf8f3f951d3178dc0693189
parent6dbde8d731f221b027c0c60b772ba82dad759943
Merge commit '6dbde8d731f221b027c0c60b772ba82dad759943'

Fixes #3709
361 files changed:
docs/.gitmodules
docs/LICENSE.md
docs/archetypes/default.md
docs/archetypes/functions.md
docs/archetypes/showcase.md
docs/archetypes/tutorials.md
docs/config.toml
docs/content/_index.md
docs/content/about/_index.md
docs/content/about/benefits.md
docs/content/about/features.md
docs/content/about/license.md
docs/content/about/roadmap.md
docs/content/about/what-is-hugo.md
docs/content/commands/_index.md
docs/content/commands/hugo.md
docs/content/commands/hugo_benchmark.md
docs/content/commands/hugo_check.md
docs/content/commands/hugo_check_ulimit.md
docs/content/commands/hugo_config.md
docs/content/commands/hugo_convert.md
docs/content/commands/hugo_convert_toJSON.md
docs/content/commands/hugo_convert_toTOML.md
docs/content/commands/hugo_convert_toYAML.md
docs/content/commands/hugo_env.md
docs/content/commands/hugo_gen.md
docs/content/commands/hugo_gen_autocomplete.md
docs/content/commands/hugo_gen_doc.md
docs/content/commands/hugo_gen_man.md
docs/content/commands/hugo_import.md
docs/content/commands/hugo_import_jekyll.md
docs/content/commands/hugo_list.md
docs/content/commands/hugo_list_drafts.md
docs/content/commands/hugo_list_expired.md
docs/content/commands/hugo_list_future.md
docs/content/commands/hugo_new.md
docs/content/commands/hugo_new_site.md
docs/content/commands/hugo_new_theme.md
docs/content/commands/hugo_server.md
docs/content/commands/hugo_undraft.md
docs/content/commands/hugo_version.md
docs/content/content-management/_index.md
docs/content/content-management/archetypes.md
docs/content/content-management/authors.md
docs/content/content-management/comments.md
docs/content/content-management/cross-references.md
docs/content/content-management/formats.md
docs/content/content-management/front-matter.md
docs/content/content-management/menus.md
docs/content/content-management/multilingual.md
docs/content/content-management/organization.md
docs/content/content-management/sections.md
docs/content/content-management/shortcodes.md
docs/content/content-management/summaries.md
docs/content/content-management/taxonomies.md
docs/content/content-management/toc.md
docs/content/content-management/types.md
docs/content/content-management/urls.md
docs/content/contribute/_index.md
docs/content/contribute/development.md
docs/content/contribute/documentation.md
docs/content/contribute/themes.md
docs/content/documentation.md
docs/content/functions/GetPage.md
docs/content/functions/NumFmt.md
docs/content/functions/_index.md
docs/content/functions/abslangurl.md
docs/content/functions/absurl.md
docs/content/functions/adddate.md
docs/content/functions/after.md
docs/content/functions/apply.md
docs/content/functions/base64.md
docs/content/functions/chomp.md
docs/content/functions/countrunes.md
docs/content/functions/countwords.md
docs/content/functions/dateformat.md
docs/content/functions/default.md
docs/content/functions/delimit.md
docs/content/functions/dict.md
docs/content/functions/echoparam.md
docs/content/functions/emojify.md
docs/content/functions/eq.md
docs/content/functions/findRe.md
docs/content/functions/first.md
docs/content/functions/format.md
docs/content/functions/get.md
docs/content/functions/getenv.md
docs/content/functions/hasPrefix.md
docs/content/functions/haschildren.md
docs/content/functions/hasmenucurrent.md
docs/content/functions/highlight.md
docs/content/functions/htmlEscape.md
docs/content/functions/htmlUnescape.md
docs/content/functions/humanize.md
docs/content/functions/i18n.md
docs/content/functions/imageConfig.md
docs/content/functions/in.md
docs/content/functions/index-function.md
docs/content/functions/int.md
docs/content/functions/intersect.md
docs/content/functions/ismenucurrent.md
docs/content/functions/isset.md
docs/content/functions/jsonify.md
docs/content/functions/last.md
docs/content/functions/len.md
docs/content/functions/lower.md
docs/content/functions/markdownify.md
docs/content/functions/math.md
docs/content/functions/md5.md
docs/content/functions/now.md
docs/content/functions/param.md
docs/content/functions/partialCached.md
docs/content/functions/plainify.md
docs/content/functions/pluralize.md
docs/content/functions/printf.md
docs/content/functions/querify.md
docs/content/functions/range.md
docs/content/functions/readdir.md
docs/content/functions/readfile.md
docs/content/functions/ref.md
docs/content/functions/relLangURL.md
docs/content/functions/relref.md
docs/content/functions/relurl.md
docs/content/functions/render.md
docs/content/functions/replace.md
docs/content/functions/replacere.md
docs/content/functions/safeCSS.md
docs/content/functions/safeHTML.md
docs/content/functions/safeHTMLAttr.md
docs/content/functions/safeJS.md
docs/content/functions/safeURL.md
docs/content/functions/scratch.md
docs/content/functions/seq.md
docs/content/functions/sha.md
docs/content/functions/shuffle.md
docs/content/functions/singularize.md
docs/content/functions/slice.md
docs/content/functions/slicestr.md
docs/content/functions/sort.md
docs/content/functions/split.md
docs/content/functions/string.md
docs/content/functions/substr.md
docs/content/functions/time.md
docs/content/functions/title.md
docs/content/functions/trim.md
docs/content/functions/truncate.md
docs/content/functions/union.md
docs/content/functions/uniq.md
docs/content/functions/unix.md
docs/content/functions/upper.md
docs/content/functions/urlize.md
docs/content/functions/where.md
docs/content/functions/with.md
docs/content/getting-started/_index.md
docs/content/getting-started/configuration.md
docs/content/getting-started/directory-structure.md
docs/content/getting-started/installing.md
docs/content/getting-started/quick-start.md
docs/content/getting-started/usage.md
docs/content/hosting-and-deployment/_index.md
docs/content/hosting-and-deployment/deployment-with-rsync.md
docs/content/hosting-and-deployment/deployment-with-wercker.md
docs/content/hosting-and-deployment/hosting-on-bitbucket.md
docs/content/hosting-and-deployment/hosting-on-firebase.md
docs/content/hosting-and-deployment/hosting-on-github.md
docs/content/hosting-and-deployment/hosting-on-gitlab.md
docs/content/hosting-and-deployment/hosting-on-netlify.md
docs/content/news/0-16.md
docs/content/news/0-17.md
docs/content/news/0-18.md
docs/content/news/0-19.md
docs/content/news/0-20-1.md
docs/content/news/0-20-2.md
docs/content/news/0-20-3.md
docs/content/news/0-20-4.md
docs/content/news/0-20-5.md
docs/content/news/0-20-6.md
docs/content/news/0-20-7.md
docs/content/news/0-20.md
docs/content/news/0-21.md
docs/content/news/0-22-1.md
docs/content/news/0-22.md
docs/content/news/0-23.md
docs/content/news/0-24-1.md
docs/content/news/0-24.md
docs/content/news/0-25-1.md
docs/content/news/0-25.md
docs/content/news/_index.md
docs/content/news/press-and-articles.md
docs/content/news/release-notes.md
docs/content/readfiles/README.md
docs/content/readfiles/bfconfig.md
docs/content/readfiles/dateformatting.md
docs/content/readfiles/menuvars.md
docs/content/readfiles/testing.txt
docs/content/templates/404.md
docs/content/templates/_index.md
docs/content/templates/alternatives.md
docs/content/templates/base.md
docs/content/templates/data-templates.md
docs/content/templates/files.md
docs/content/templates/homepage.md
docs/content/templates/internal.md
docs/content/templates/introduction.md
docs/content/templates/lists.md
docs/content/templates/lookup-order.md
docs/content/templates/menu-templates.md
docs/content/templates/ordering-and-grouping.md
docs/content/templates/output-formats.md
docs/content/templates/pagination.md
docs/content/templates/partials.md
docs/content/templates/robots.md
docs/content/templates/rss.md
docs/content/templates/section-templates.md
docs/content/templates/shortcode-templates.md
docs/content/templates/single-page-templates.md
docs/content/templates/sitemap-template.md
docs/content/templates/taxonomy-templates.md
docs/content/templates/template-debugging.md
docs/content/templates/views.md
docs/content/themes/_index.md
docs/content/themes/creating.md
docs/content/themes/customizing.md
docs/content/themes/installing-and-using-themes.md
docs/content/tools/_index.md
docs/content/tools/editors.md
docs/content/tools/frontends.md
docs/content/tools/migrations.md
docs/content/tools/other.md
docs/content/tools/search.md
docs/content/tools/starter-kits.md
docs/content/tools/syntax-highlighting.md
docs/content/troubleshooting/_index.md
docs/content/troubleshooting/accented-characters-in-urls.md
docs/content/troubleshooting/build-performance.md
docs/content/troubleshooting/eof-error.md
docs/content/variables/_index.md
docs/content/variables/files.md
docs/content/variables/git.md
docs/content/variables/hugo.md
docs/content/variables/menus.md
docs/content/variables/page.md
docs/content/variables/shortcodes.md
docs/content/variables/site.md
docs/content/variables/sitemap.md
docs/content/variables/taxonomy.md
docs/data/articles.toml
docs/data/homepagetweets.toml
docs/layouts/shortcodes/articlelist.html
docs/layouts/shortcodes/code.html
docs/layouts/shortcodes/datatable.html
docs/layouts/shortcodes/directoryindex.html
docs/layouts/shortcodes/docfile.html
docs/layouts/shortcodes/exfile.html
docs/layouts/shortcodes/exfm.html
docs/layouts/shortcodes/gh.html
docs/layouts/shortcodes/ghrepo.html
docs/layouts/shortcodes/nohighlight.html
docs/layouts/shortcodes/note.html
docs/layouts/shortcodes/output.html
docs/layouts/shortcodes/readfile.html
docs/layouts/shortcodes/tip.html
docs/layouts/shortcodes/todo.html
docs/layouts/shortcodes/warning.html
docs/layouts/shortcodes/yt.html
docs/netlify.toml
docs/static/_headers
docs/static/contribute/development/accept-cla.png
docs/static/contribute/development/ci-errors.png
docs/static/contribute/development/copy-remote-url.png
docs/static/contribute/development/forking-a-repository.png
docs/static/contribute/development/open-pull-request.png
docs/static/hosting-and-deployment/deployment-with-wercker/adding-a-github-pages-step.png
docs/static/hosting-and-deployment/deployment-with-wercker/adding-the-project-to-github.png
docs/static/hosting-and-deployment/deployment-with-wercker/and-we-ve-got-an-app.png
docs/static/hosting-and-deployment/deployment-with-wercker/configure-the-deploy-step.png
docs/static/hosting-and-deployment/deployment-with-wercker/creating-a-basic-hugo-site.png
docs/static/hosting-and-deployment/deployment-with-wercker/public-or-not.png
docs/static/hosting-and-deployment/deployment-with-wercker/using-hugo-build.png
docs/static/hosting-and-deployment/deployment-with-wercker/wercker-access.png
docs/static/hosting-and-deployment/deployment-with-wercker/wercker-account-settings.png
docs/static/hosting-and-deployment/deployment-with-wercker/wercker-add-app.png
docs/static/hosting-and-deployment/deployment-with-wercker/wercker-git-connections.png
docs/static/hosting-and-deployment/deployment-with-wercker/wercker-search.png
docs/static/hosting-and-deployment/deployment-with-wercker/wercker-select-owner.png
docs/static/hosting-and-deployment/deployment-with-wercker/wercker-select-repository.png
docs/static/hosting-and-deployment/deployment-with-wercker/wercker-sign-up-page.png
docs/static/hosting-and-deployment/deployment-with-wercker/wercker-sign-up.png
docs/static/hosting-and-deployment/deployment-with-wercker/werckeryml.png
docs/static/hosting-and-deployment/hosting-on-bitbucket/bitbucket-blog-post.png
docs/static/hosting-and-deployment/hosting-on-bitbucket/bitbucket-create-repo.png
docs/static/hosting-and-deployment/hosting-on-netlify/netlify-add-new-site.jpg
docs/static/hosting-and-deployment/hosting-on-netlify/netlify-authorize-added-permissions.jpg
docs/static/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-1.jpg
docs/static/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-2.jpg
docs/static/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-3.jpg
docs/static/hosting-and-deployment/hosting-on-netlify/netlify-deploy-published.jpg
docs/static/hosting-and-deployment/hosting-on-netlify/netlify-deploying-site.gif
docs/static/hosting-and-deployment/hosting-on-netlify/netlify-first-authorize.jpg
docs/static/hosting-and-deployment/hosting-on-netlify/netlify-live-site.jpg
docs/static/hosting-and-deployment/hosting-on-netlify/netlify-push-to-deploy.jpg
docs/static/hosting-and-deployment/hosting-on-netlify/netlify-signup.jpg
docs/static/hosting-and-deployment/hosting-on-netlify/tibobeijennl.jpg
docs/static/images/contribute/development/accept-cla.png
docs/static/images/contribute/development/ci-errors.png
docs/static/images/contribute/development/copy-remote-url.png
docs/static/images/contribute/development/forking-a-repository.png
docs/static/images/contribute/development/open-pull-request.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/adding-a-github-pages-step.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/adding-the-project-to-github.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/and-we-ve-got-an-app.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/configure-the-deploy-step.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/creating-a-basic-hugo-site.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/public-or-not.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/using-hugo-build.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-access.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-account-settings.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-add-app.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-git-connections.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-search.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-select-owner.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-select-repository.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-sign-up-page.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-sign-up.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/werckeryml.png
docs/static/images/hosting-and-deployment/hosting-on-bitbucket/bitbucket-blog-post.png
docs/static/images/hosting-and-deployment/hosting-on-bitbucket/bitbucket-create-repo.png
docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-add-new-site.jpg
docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-authorize-added-permissions.jpg
docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-1.jpg
docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-2.jpg
docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-3.jpg
docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-deploy-published.jpg
docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-deploying-site.gif
docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-first-authorize.jpg
docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-live-site.jpg
docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-push-to-deploy.jpg
docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-signup.jpg
docs/static/images/hosting-and-deployment/hosting-on-netlify/tibobeijennl.jpg
docs/static/images/icon-custom-outputs.svg
docs/static/images/quickstart/bookshelf-bleak-theme.png
docs/static/images/quickstart/bookshelf-disqus.png
docs/static/images/quickstart/bookshelf-new-default-image.png
docs/static/images/quickstart/bookshelf-only-picture.png
docs/static/images/quickstart/bookshelf-robust-theme.png
docs/static/images/quickstart/bookshelf-updated-config.png
docs/static/images/quickstart/bookshelf.png
docs/static/images/quickstart/default.jpg
docs/static/images/quickstart/gh-pages-ui.png
docs/static/images/site-hierarchy.svg
docs/static/img/jonbeebe.net-thumbnail.png
docs/static/quickstart/bookshelf-bleak-theme.png
docs/static/quickstart/bookshelf-disqus.png
docs/static/quickstart/bookshelf-new-default-image.png
docs/static/quickstart/bookshelf-only-picture.png
docs/static/quickstart/bookshelf-robust-theme.png
docs/static/quickstart/bookshelf-updated-config.png
docs/static/quickstart/bookshelf.png
docs/static/quickstart/default.jpg
docs/static/quickstart/gh-pages-ui.png
docs/themes/gohugoioTheme