From b9bd35d72e14932fb6588ff62b90cddef0a060fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 21 Oct 2019 10:22:28 +0200 Subject: Squashed 'docs/' content from commit fdea5430f git-subtree-dir: docs git-subtree-split: fdea5430f89dfd849d39212abdf5ace0a4763e5a --- .editorconfig | 20 + .github/calibre/image-actions.yml | 2 + .github/stale.yml | 22 + .github/workflows/calibreapp-image-actions.yml | 12 + .gitignore | 5 + LICENSE.md | 194 + README.md | 48 + archetypes/default.md | 13 + archetypes/functions.md | 17 + archetypes/showcase/bio.md | 8 + archetypes/showcase/featured.png | Bin 0 -> 41270 bytes archetypes/showcase/index.md | 37 + config.toml | 118 + config/_default/config.toml | 103 + config/_default/languages.toml | 10 + config/_default/menus/menus.en.toml | 154 + config/_default/menus/menus.zh.toml | 121 + config/_default/params.toml | 25 + config/development/params.toml | 1 + config/production/config.toml | 6 + config/production/params.toml | 2 + content/en/_index.md | 49 + content/en/about/_index.md | 20 + content/en/about/benefits.md | 43 + content/en/about/features.md | 87 + content/en/about/hugo-and-gdpr.md | 135 + content/en/about/license.md | 165 + content/en/about/what-is-hugo.md | 65 + content/en/commands/hugo.md | 82 + content/en/commands/hugo_check.md | 43 + content/en/commands/hugo_check_ulimit.md | 47 + content/en/commands/hugo_config.md | 47 + content/en/commands/hugo_config_mounts.md | 46 + content/en/commands/hugo_convert.md | 49 + content/en/commands/hugo_convert_toJSON.md | 49 + content/en/commands/hugo_convert_toTOML.md | 49 + content/en/commands/hugo_convert_toYAML.md | 49 + content/en/commands/hugo_deploy.md | 56 + content/en/commands/hugo_env.md | 46 + content/en/commands/hugo_gen.md | 46 + content/en/commands/hugo_gen_autocomplete.md | 64 + content/en/commands/hugo_gen_chromastyles.md | 51 + content/en/commands/hugo_gen_doc.md | 53 + content/en/commands/hugo_gen_man.md | 49 + content/en/commands/hugo_import.md | 45 + content/en/commands/hugo_import_jekyll.md | 49 + content/en/commands/hugo_list.md | 48 + content/en/commands/hugo_list_all.md | 46 + content/en/commands/hugo_list_drafts.md | 46 + content/en/commands/hugo_list_expired.md | 46 + content/en/commands/hugo_list_future.md | 46 + content/en/commands/hugo_mod.md | 83 + content/en/commands/hugo_mod_clean.md | 52 + content/en/commands/hugo_mod_get.md | 71 + content/en/commands/hugo_mod_graph.md | 48 + content/en/commands/hugo_mod_init.md | 53 + content/en/commands/hugo_mod_tidy.md | 46 + content/en/commands/hugo_mod_vendor.md | 49 + content/en/commands/hugo_new.md | 80 + content/en/commands/hugo_new_site.md | 50 + content/en/commands/hugo_new_theme.md | 49 + content/en/commands/hugo_server.md | 93 + content/en/commands/hugo_version.md | 46 + content/en/content-management/_index.md | 20 + content/en/content-management/archetypes.md | 97 + content/en/content-management/authors.md | 184 + content/en/content-management/comments.md | 88 + content/en/content-management/cross-references.md | 100 + content/en/content-management/formats.md | 248 ++ content/en/content-management/front-matter.md | 210 + .../content-management/image-processing/index.md | 292 ++ .../content-management/image-processing/sunset.jpg | Bin 0 -> 90587 bytes content/en/content-management/menus.md | 123 + content/en/content-management/multilingual.md | 460 ++ .../organization/1-featured-content-bundles.png | Bin 0 -> 63640 bytes .../en/content-management/organization/index.md | 240 ++ content/en/content-management/page-bundles.md | 185 + content/en/content-management/page-resources.md | 165 + content/en/content-management/related.md | 135 + content/en/content-management/sections.md | 98 + content/en/content-management/shortcodes.md | 422 ++ content/en/content-management/static-files.md | 70 + content/en/content-management/summaries.md | 112 + .../en/content-management/syntax-highlighting.md | 199 + content/en/content-management/taxonomies.md | 214 + content/en/content-management/toc.md | 95 + content/en/content-management/types.md | 99 + content/en/content-management/urls.md | 297 ++ content/en/contribute/_index.md | 23 + content/en/contribute/development.md | 442 ++ content/en/contribute/documentation.md | 333 ++ content/en/contribute/themes.md | 32 + content/en/documentation.md | 20 + content/en/functions/GetPage.md | 89 + content/en/functions/NumFmt.md | 38 + content/en/functions/_index.md | 20 + content/en/functions/abslangurl.md | 28 + content/en/functions/absurl.md | 51 + content/en/functions/adddate.md | 52 + content/en/functions/after.md | 66 + content/en/functions/anchorize.md | 26 + content/en/functions/append.md | 38 + content/en/functions/apply.md | 119 + content/en/functions/base64.md | 51 + content/en/functions/chomp.md | 24 + content/en/functions/complement.md | 29 + content/en/functions/cond.md | 31 + content/en/functions/countrunes.md | 27 + content/en/functions/countwords.md | 28 + content/en/functions/dateformat.md | 31 + content/en/functions/default.md | 93 + content/en/functions/delimit.md | 64 + content/en/functions/dict.md | 48 + content/en/functions/echoparam.md | 25 + content/en/functions/emojify.md | 32 + content/en/functions/eq.md | 25 + content/en/functions/errorf.md | 29 + content/en/functions/fileExists.md | 29 + content/en/functions/findRe.md | 47 + content/en/functions/first.md | 54 + content/en/functions/float.md | 26 + content/en/functions/format.md | 126 + content/en/functions/ge.md | 25 + content/en/functions/get.md | 35 + content/en/functions/getenv.md | 31 + content/en/functions/group.md | 37 + content/en/functions/gt.md | 25 + content/en/functions/hasPrefix.md | 22 + content/en/functions/haschildren.md | 23 + content/en/functions/hasmenucurrent.md | 27 + content/en/functions/highlight.md | 28 + content/en/functions/htmlEscape.md | 26 + content/en/functions/htmlUnescape.md | 28 + content/en/functions/humanize.md | 30 + content/en/functions/i18n.md | 34 + content/en/functions/images/index.md | 174 + content/en/functions/in.md | 33 + content/en/functions/index-function.md | 84 + content/en/functions/int.md | 51 + content/en/functions/intersect.md | 37 + content/en/functions/ismenucurrent.md | 27 + content/en/functions/isset.md | 32 + content/en/functions/jsonify.md | 28 + content/en/functions/lang.Merge.md | 43 + content/en/functions/last.md | 29 + content/en/functions/le.md | 25 + content/en/functions/len.md | 61 + content/en/functions/lower.md | 24 + content/en/functions/lt.md | 25 + content/en/functions/markdownify.md | 25 + content/en/functions/math.md | 38 + content/en/functions/md5.md | 33 + content/en/functions/merge.md | 40 + content/en/functions/ne.md | 25 + content/en/functions/now.md | 50 + content/en/functions/os.Stat.md | 33 + content/en/functions/param.md | 41 + content/en/functions/partialCached.md | 45 + content/en/functions/path.Base.md | 31 + content/en/functions/path.Dir.md | 32 + content/en/functions/path.Ext.md | 29 + content/en/functions/path.Join.md | 29 + content/en/functions/path.Split.md | 31 + content/en/functions/plainify.md | 31 + content/en/functions/pluralize.md | 25 + content/en/functions/print.md | 26 + content/en/functions/printf.md | 29 + content/en/functions/println.md | 25 + content/en/functions/querify.md | 34 + content/en/functions/range.md | 25 + content/en/functions/readdir.md | 30 + content/en/functions/readfile.md | 35 + content/en/functions/ref.md | 34 + content/en/functions/reflect.IsMap.md | 25 + content/en/functions/reflect.IsSlice.md | 25 + content/en/functions/relLangURL.md | 30 + content/en/functions/relref.md | 34 + content/en/functions/relurl.md | 51 + content/en/functions/render.md | 33 + content/en/functions/replace.md | 26 + content/en/functions/replacere.md | 31 + content/en/functions/safeCSS.md | 36 + content/en/functions/safeHTML.md | 41 + content/en/functions/safeHTMLAttr.md | 32 + content/en/functions/safeJS.md | 31 + content/en/functions/safeURL.md | 72 + content/en/functions/scratch.md | 124 + content/en/functions/seq.md | 51 + content/en/functions/sha.md | 34 + content/en/functions/shuffle.md | 39 + content/en/functions/singularize.md | 25 + content/en/functions/slice.md | 32 + content/en/functions/slicestr.md | 27 + content/en/functions/sort.md | 65 + content/en/functions/split.md | 24 + content/en/functions/string.md | 23 + content/en/functions/strings.HasSuffix.md | 23 + content/en/functions/strings.Repeat.md | 31 + content/en/functions/strings.RuneCount.md | 28 + content/en/functions/strings.TrimLeft.md | 27 + content/en/functions/strings.TrimPrefix.md | 25 + content/en/functions/strings.TrimRight.md | 28 + content/en/functions/strings.TrimSuffix.md | 25 + content/en/functions/substr.md | 31 + content/en/functions/symdiff.md | 28 + content/en/functions/templates.Exists.md | 37 + content/en/functions/time.md | 48 + content/en/functions/title.md | 37 + content/en/functions/transform.Unmarshal.md | 47 + content/en/functions/trim.md | 42 + content/en/functions/truncate.md | 29 + content/en/functions/union.md | 50 + content/en/functions/uniq.md | 31 + content/en/functions/unix.md | 38 + content/en/functions/upper.md | 30 + content/en/functions/urlize.md | 73 + content/en/functions/urls.Parse.md | 32 + content/en/functions/where.md | 177 + content/en/functions/with.md | 31 + content/en/getting-started/_index.md | 23 + content/en/getting-started/code-toggle.md | 79 + content/en/getting-started/configuration.md | 522 +++ content/en/getting-started/directory-structure.md | 93 + content/en/getting-started/installing.md | 528 +++ content/en/getting-started/quick-start.md | 186 + content/en/getting-started/usage.md | 229 + content/en/hosting-and-deployment/_index.md | 20 + .../deployment-with-nanobox.md | 249 ++ .../deployment-with-rsync.md | 157 + .../deployment-with-wercker.md | 324 ++ .../hosting-on-aws-amplify.md | 45 + .../hosting-and-deployment/hosting-on-bitbucket.md | 143 + .../hosting-and-deployment/hosting-on-firebase.md | 91 + .../en/hosting-and-deployment/hosting-on-github.md | 252 ++ .../en/hosting-and-deployment/hosting-on-gitlab.md | 84 + .../en/hosting-and-deployment/hosting-on-keycdn.md | 94 + .../hosting-and-deployment/hosting-on-netlify.md | 159 + .../en/hosting-and-deployment/hosting-on-render.md | 93 + content/en/hosting-and-deployment/hugo-deploy.md | 125 + content/en/hugo-modules/_index.md | 32 + content/en/hugo-modules/configuration.md | 132 + content/en/hugo-modules/theme-components.md | 54 + content/en/hugo-modules/use-modules.md | 122 + content/en/hugo-pipes/_index.md | 15 + content/en/hugo-pipes/bundling.md | 26 + content/en/hugo-pipes/fingerprint.md | 29 + content/en/hugo-pipes/introduction.md | 52 + content/en/hugo-pipes/minification.md | 25 + content/en/hugo-pipes/postcss.md | 58 + content/en/hugo-pipes/resource-from-string.md | 31 + content/en/hugo-pipes/resource-from-template.md | 38 + content/en/hugo-pipes/scss-sass.md | 49 + content/en/maintenance/_index.md | 14 + content/en/news/0.10-relnotes/index.md | 21 + content/en/news/0.11-relnotes/index.md | 23 + content/en/news/0.12-relnotes/index.md | 29 + content/en/news/0.13-relnotes/index.md | 95 + content/en/news/0.14-relnotes/index.md | 54 + content/en/news/0.15-relnotes/index.md | 97 + content/en/news/0.16-relnotes/index.md | 248 ++ content/en/news/0.17-relnotes/index.md | 93 + content/en/news/0.18-relnotes/index.md | 114 + content/en/news/0.19-relnotes/index.md | 83 + content/en/news/0.20-relnotes/index.md | 72 + content/en/news/0.20.1-relnotes/index.md | 15 + content/en/news/0.20.2-relnotes/index.md | 45 + content/en/news/0.20.3-relnotes/index.md | 26 + content/en/news/0.20.4-relnotes/index.md | 24 + content/en/news/0.20.5-relnotes/index.md | 12 + content/en/news/0.20.6-relnotes/index.md | 24 + content/en/news/0.20.7-relnotes/index.md | 23 + content/en/news/0.21-relnotes/index.md | 105 + content/en/news/0.22-relnotes/index.md | 89 + content/en/news/0.22.1-relnotes/index.md | 37 + content/en/news/0.23-relnotes/index.md | 46 + content/en/news/0.24-relnotes/index.md | 74 + content/en/news/0.24.1-relnotes/index.md | 22 + content/en/news/0.25-relnotes/index.md | 78 + content/en/news/0.25.1-relnotes/index.md | 25 + content/en/news/0.26-relnotes/index.md | 81 + content/en/news/0.27-relnotes/index.md | 95 + content/en/news/0.27.1-relnotes/index.md | 21 + content/en/news/0.28-relnotes/index.md | 64 + content/en/news/0.29-relnotes/index.md | 46 + content/en/news/0.30-relnotes/index.md | 63 + content/en/news/0.30.1-relnotes/index.md | 23 + content/en/news/0.30.2-relnotes/index.md | 14 + content/en/news/0.31-relnotes/index.md | 79 + content/en/news/0.31.1-relnotes/index.md | 19 + content/en/news/0.32-relnotes/index.md | 94 + content/en/news/0.32.1-relnotes/index.md | 18 + content/en/news/0.32.2-relnotes/index.md | 23 + content/en/news/0.32.3-relnotes/index.md | 30 + content/en/news/0.32.4-relnotes/index.md | 20 + .../news/0.33-relnotes/featured-hugo-33-poster.png | Bin 0 -> 70230 bytes content/en/news/0.33-relnotes/index.md | 76 + .../en/news/0.34-relnotes/featured-34-poster.png | Bin 0 -> 78317 bytes content/en/news/0.34-relnotes/index.md | 44 + .../news/0.35-relnotes/featured-hugo-35-poster.png | Bin 0 -> 88519 bytes content/en/news/0.35-relnotes/index.md | 102 + .../news/0.36-relnotes/featured-hugo-36-poster.png | Bin 0 -> 67640 bytes content/en/news/0.36-relnotes/index.md | 50 + content/en/news/0.36.1-relnotes/index.md | 43 + .../news/0.37-relnotes/featured-hugo-37-poster.png | Bin 0 -> 186693 bytes content/en/news/0.37-relnotes/index.md | 76 + content/en/news/0.37.1-relnotes/index.md | 20 + content/en/news/0.38-relnotes/featured-poster.png | Bin 0 -> 69978 bytes content/en/news/0.38-relnotes/index.md | 66 + content/en/news/0.38.1-relnotes/index.md | 32 + content/en/news/0.38.2-relnotes/index.md | 26 + .../news/0.39-relnotes/featured-hugo-39-poster.png | Bin 0 -> 217215 bytes content/en/news/0.39-relnotes/index.md | 87 + .../news/0.40-relnotes/featured-hugo-40-poster.png | Bin 0 -> 69238 bytes content/en/news/0.40-relnotes/index.md | 76 + content/en/news/0.40.1-relnotes/index.md | 19 + content/en/news/0.40.2-relnotes/index.md | 20 + content/en/news/0.40.3-relnotes/index.md | 12 + .../news/0.41-relnotes/featured-hugo-41-poster.png | Bin 0 -> 67955 bytes content/en/news/0.41-relnotes/index.md | 64 + .../news/0.42-relnotes/featured-hugo-42-poster.png | Bin 0 -> 74852 bytes content/en/news/0.42-relnotes/index.md | 66 + content/en/news/0.42.1-relnotes/index.md | 18 + content/en/news/0.42.2-relnotes/index.md | 18 + .../news/0.43-relnotes/featured-hugo-43-poster.png | Bin 0 -> 78299 bytes content/en/news/0.43-relnotes/index.md | 96 + .../news/0.44-relnotes/featured-hugo-44-poster.png | Bin 0 -> 77631 bytes content/en/news/0.44-relnotes/index.md | 39 + .../news/0.45-relnotes/featured-hugo-45-poster.png | Bin 0 -> 66863 bytes content/en/news/0.45-relnotes/index.md | 107 + content/en/news/0.45.1-relnotes/index.md | 26 + .../news/0.46-relnotes/featured-hugo-46-poster.png | Bin 0 -> 68614 bytes content/en/news/0.46-relnotes/index.md | 49 + .../news/0.47-relnotes/featured-hugo-47-poster.png | Bin 0 -> 88288 bytes content/en/news/0.47-relnotes/index.md | 79 + content/en/news/0.47.1-relnotes/index.md | 30 + .../news/0.48-relnotes/featured-hugo-48-poster.png | Bin 0 -> 95358 bytes content/en/news/0.48-relnotes/index.md | 57 + .../news/0.49-relnotes/featured-hugo-49-poster.png | Bin 0 -> 66352 bytes content/en/news/0.49-relnotes/index.md | 120 + content/en/news/0.49.1-relnotes/index.md | 22 + content/en/news/0.49.2-relnotes/index.md | 17 + .../news/0.50-relnotes/featured-hugo-50-poster.png | Bin 0 -> 227240 bytes content/en/news/0.50-relnotes/index.md | 150 + .../news/0.51-relnotes/featured-hugo-51-poster.png | Bin 0 -> 117678 bytes content/en/news/0.51-relnotes/index.md | 102 + .../news/0.52-relnotes/featured-hugo-52-poster.png | Bin 0 -> 336810 bytes content/en/news/0.52-relnotes/index.md | 74 + .../news/0.53-relnotes/featured-hugo-53-poster.png | Bin 0 -> 110427 bytes content/en/news/0.53-relnotes/index.md | 94 + .../0.54.0-relnotes/featured-hugo-54.0-poster.png | Bin 0 -> 59805 bytes content/en/news/0.54.0-relnotes/index.md | 69 + content/en/news/0.55.0-relnotes/featured.png | Bin 0 -> 1221797 bytes content/en/news/0.55.0-relnotes/index.md | 194 + content/en/news/0.55.1-relnotes/index.md | 53 + content/en/news/0.55.2-relnotes/index.md | 51 + content/en/news/0.55.3-relnotes/index.md | 49 + content/en/news/0.55.4-relnotes/index.md | 44 + content/en/news/0.55.5-relnotes/index.md | 56 + content/en/news/0.55.6-relnotes/index.md | 13 + content/en/news/0.56.0-relnotes/featured.png | Bin 0 -> 254587 bytes content/en/news/0.56.0-relnotes/index.md | 189 + content/en/news/0.56.1-relnotes/index.md | 21 + content/en/news/0.56.2-relnotes/index.md | 26 + content/en/news/0.56.3-relnotes/index.md | 47 + .../0.57.0-relnotes/hugo-57-poster-featured.png | Bin 0 -> 45223 bytes content/en/news/0.57.0-relnotes/index.md | 119 + content/en/news/0.57.1-relnotes/index.md | 26 + content/en/news/0.57.2-relnotes/index.md | 35 + .../en/news/0.58.0-relnotes/hugo58-featured.png | Bin 0 -> 23413 bytes content/en/news/0.58.0-relnotes/index.md | 109 + content/en/news/0.58.1-relnotes/index.md | 23 + content/en/news/0.58.2-relnotes/index.md | 20 + content/en/news/0.58.3-relnotes/index.md | 21 + content/en/news/0.7-relnotes/index.md | 16 + content/en/news/0.8-relnotes/index.md | 21 + content/en/news/0.9-relnotes/index.md | 43 + content/en/news/_index.md | 4 + content/en/news/http2-server-push-in-hugo.md | 79 + .../lets-celebrate-hugos-5th-birthday/featured.png | Bin 0 -> 179291 bytes .../graph-stars.png | Bin 0 -> 15599 bytes .../graph-themes.png | Bin 0 -> 16956 bytes .../lets-celebrate-hugos-5th-birthday/index.md | 108 + .../sunset-get.png | Bin 0 -> 387442 bytes content/en/readfiles/README.md | 16 + content/en/readfiles/bfconfig.md | 197 + content/en/readfiles/dateformatting.md | 87 + content/en/readfiles/index.md | 3 + content/en/readfiles/pages-vs-site-pages.md | 32 + content/en/readfiles/sectionvars.md | 23 + content/en/readfiles/testing.txt | 3 + content/en/showcase/1password-support/bio.md | 5 + content/en/showcase/1password-support/featured.png | Bin 0 -> 165718 bytes content/en/showcase/1password-support/index.md | 39 + content/en/showcase/arolla-cocoon/bio.md | 6 + .../showcase/arolla-cocoon/featured-template.png | Bin 0 -> 451984 bytes content/en/showcase/arolla-cocoon/index.md | 29 + content/en/showcase/bypasscensorship/bio.md | 6 + content/en/showcase/bypasscensorship/featured.png | Bin 0 -> 180903 bytes content/en/showcase/bypasscensorship/index.md | 24 + content/en/showcase/fireship/bio.md | 6 + content/en/showcase/fireship/featured.png | Bin 0 -> 136959 bytes content/en/showcase/fireship/index.md | 18 + content/en/showcase/flesland-flis/bio.md | 8 + content/en/showcase/flesland-flis/featured.png | Bin 0 -> 309284 bytes content/en/showcase/flesland-flis/index.md | 24 + content/en/showcase/forestry/bio.md | 5 + content/en/showcase/forestry/featured.png | Bin 0 -> 227009 bytes content/en/showcase/forestry/index.md | 48 + content/en/showcase/hapticmedia/bio.md | 1 + content/en/showcase/hapticmedia/featured.png | Bin 0 -> 543922 bytes content/en/showcase/hapticmedia/index.md | 33 + content/en/showcase/hartwell-insurance/bio.md | 6 + .../en/showcase/hartwell-insurance/featured.png | Bin 0 -> 446603 bytes .../hartwell-insurance/hartwell-columns.png | Bin 0 -> 140272 bytes .../hartwell-insurance/hartwell-lighthouse.png | Bin 0 -> 20649 bytes .../hartwell-insurance/hartwell-webpagetest.png | Bin 0 -> 19503 bytes content/en/showcase/hartwell-insurance/index.md | 69 + content/en/showcase/letsencrypt/bio.md | 3 + content/en/showcase/letsencrypt/featured.png | Bin 0 -> 147459 bytes content/en/showcase/letsencrypt/index.md | 21 + content/en/showcase/linode/bio.md | 4 + content/en/showcase/linode/featured.png | Bin 0 -> 126664 bytes content/en/showcase/linode/index.md | 21 + content/en/showcase/over/bio.md | 5 + content/en/showcase/over/featured-over.png | Bin 0 -> 234973 bytes content/en/showcase/over/index.md | 17 + content/en/showcase/pace-revenue-management/bio.md | 4 + .../showcase/pace-revenue-management/featured.png | Bin 0 -> 298908 bytes .../en/showcase/pace-revenue-management/index.md | 28 + content/en/showcase/pharmaseal/bio.md | 7 + .../en/showcase/pharmaseal/featured-pharmaseal.png | Bin 0 -> 809599 bytes content/en/showcase/pharmaseal/index.md | 37 + .../quiply-employee-communications-app/bio.md | 4 + .../featured.png | Bin 0 -> 631206 bytes .../quiply-employee-communications-app/index.md | 29 + content/en/showcase/small-multiples/bio.md | 3 + .../small-multiples/featured-small-multiples.png | Bin 0 -> 374273 bytes content/en/showcase/small-multiples/index.md | 47 + content/en/showcase/stackimpact/bio.md | 4 + content/en/showcase/stackimpact/featured.png | Bin 0 -> 153794 bytes content/en/showcase/stackimpact/index.md | 21 + content/en/showcase/template/bio.md | 8 + content/en/showcase/template/featured-template.png | Bin 0 -> 41270 bytes content/en/showcase/template/index.md | 22 + content/en/showcase/tomango/bio.md | 6 + content/en/showcase/tomango/featured.png | Bin 0 -> 232791 bytes content/en/showcase/tomango/index.md | 29 + content/en/templates/404.md | 64 + content/en/templates/_index.md | 19 + content/en/templates/alternatives.md | 77 + content/en/templates/base.md | 132 + content/en/templates/data-templates.md | 259 ++ content/en/templates/files.md | 67 + content/en/templates/homepage.md | 76 + content/en/templates/internal.md | 212 + content/en/templates/introduction.md | 664 +++ content/en/templates/lists.md | 558 +++ content/en/templates/lookup-order.md | 85 + content/en/templates/menu-templates.md | 162 + content/en/templates/ordering-and-grouping.md | 344 ++ content/en/templates/output-formats.md | 253 ++ content/en/templates/pagination.md | 155 + content/en/templates/partials.md | 209 + content/en/templates/robots.md | 54 + content/en/templates/rss.md | 120 + content/en/templates/section-templates.md | 122 + content/en/templates/shortcode-templates.md | 418 ++ content/en/templates/single-page-templates.md | 92 + content/en/templates/sitemap-template.md | 106 + content/en/templates/taxonomy-templates.md | 375 ++ content/en/templates/template-debugging.md | 77 + content/en/templates/views.md | 121 + content/en/tools/_index.md | 24 + content/en/tools/editors.md | 47 + content/en/tools/frontends.md | 34 + content/en/tools/migrations.md | 85 + content/en/tools/other.md | 29 + content/en/tools/search.md | 33 + content/en/tools/starter-kits.md | 43 + content/en/troubleshooting/_index.md | 26 + content/en/troubleshooting/build-performance.md | 101 + content/en/troubleshooting/faq.md | 56 + content/en/variables/_index.md | 23 + content/en/variables/files.md | 52 + content/en/variables/git.md | 58 + content/en/variables/hugo.md | 49 + content/en/variables/menus.md | 124 + content/en/variables/page.md | 304 ++ content/en/variables/shortcodes.md | 48 + content/en/variables/site.md | 131 + content/en/variables/sitemap.md | 32 + content/en/variables/taxonomy.md | 84 + content/zh/_index.md | 49 + content/zh/about/_index.md | 20 + content/zh/content-management/_index.md | 21 + content/zh/documentation.md | 21 + content/zh/news/_index.md | 4 + content/zh/templates/_index.md | 19 + content/zh/templates/base.md | 132 + data/articles.toml | 731 ++++ data/docs.json | 4441 ++++++++++++++++++++ data/homepagetweets.toml | 279 ++ data/titles.toml | 2 + go.mod | 5 + go.sum | 3 + layouts/index.rss.xml | 38 + layouts/maintenance/list.html | 36 + layouts/partials/maintenance-pages-table.html | 24 + layouts/shortcodes/asciicast.html | 2 + layouts/shortcodes/chroma-lexers.html | 6 + layouts/shortcodes/code.html | 25 + layouts/shortcodes/datatable-filtered.html | 28 + layouts/shortcodes/datatable.html | 22 + layouts/shortcodes/directoryindex.html | 13 + layouts/shortcodes/docfile.html | 11 + layouts/shortcodes/exfile.html | 12 + layouts/shortcodes/exfm.html | 13 + layouts/shortcodes/funcsig.html | 4 + layouts/shortcodes/gh.html | 9 + layouts/shortcodes/ghrepo.html | 1 + layouts/shortcodes/gomodules-info.html | 17 + layouts/shortcodes/imgproc.html | 25 + layouts/shortcodes/module-mounts-note.html | 1 + layouts/shortcodes/nohighlight.html | 1 + layouts/shortcodes/note.html | 9 + layouts/shortcodes/output.html | 8 + layouts/shortcodes/readfile.html | 8 + layouts/shortcodes/tip.html | 9 + layouts/shortcodes/todo.html | 1 + layouts/shortcodes/warning.html | 9 + layouts/shortcodes/yt.html | 11 + netlify.toml | 31 + pull-theme.sh | 4 + requirements.txt | 1 + resources/.gitattributes | 2 + ...pp.css_d11fe7b62c27961c87ecd0f2490357b9.content | 1 + .../app.css_d11fe7b62c27961c87ecd0f2490357b9.json | 1 + ...app.js_8848f55d07695b7ff7188138f23d69e3.content | 18 + .../app.js_8848f55d07695b7ff7188138f23d69e3.json | 1 + ...3d34e039f_90587_300x0_resize_q10_catmullrom.jpg | Bin 0 -> 1939 bytes ...3d34e039f_90587_300x0_resize_q75_catmullrom.jpg | Bin 0 -> 5109 bytes ...e039f_90587_90x120_fill_q75_catmullrom_left.jpg | Bin 0 -> 1697 bytes ...039f_90587_90x120_fill_q75_catmullrom_right.jpg | Bin 0 -> 1661 bytes ...1403d34e039f_90587_90x90_fit_q75_catmullrom.jpg | Bin 0 -> 1292 bytes ...9f_90587_200x200_fill_q75_catmullrom_smart1.jpg | Bin 0 -> 3570 bytes ...3d34e039f_90587_300x0_resize_q10_catmullrom.jpg | Bin 0 -> 1939 bytes ...3d34e039f_90587_300x0_resize_q75_catmullrom.jpg | Bin 0 -> 5109 bytes ...e039f_90587_90x120_fill_q75_catmullrom_left.jpg | Bin 0 -> 1697 bytes ...039f_90587_90x120_fill_q75_catmullrom_right.jpg | Bin 0 -> 1661 bytes ...1403d34e039f_90587_90x90_fit_q75_catmullrom.jpg | Bin 0 -> 1292 bytes ...aa20f204198_63640_300x0_resize_catmullrom_2.png | Bin 0 -> 30621 bytes ...f5baccdcad4_70230_480x0_resize_catmullrom_2.png | Bin 0 -> 31698 bytes ...9a78eea35dd_78317_480x0_resize_catmullrom_2.png | Bin 0 -> 34288 bytes ...851ebf2f82e_88519_480x0_resize_catmullrom_2.png | Bin 0 -> 37252 bytes ...1ed4225c39a_67640_480x0_resize_catmullrom_2.png | Bin 0 -> 30114 bytes ...98bf6a10ee_186693_480x0_resize_catmullrom_2.png | Bin 0 -> 60209 bytes ...98bf6a10ee_186693_640x0_resize_catmullrom_2.png | Bin 0 -> 100937 bytes ...1b31156bf3a_69978_480x0_resize_catmullrom_2.png | Bin 0 -> 30670 bytes ...1b31156bf3a_69978_640x0_resize_catmullrom_2.png | Bin 0 -> 50111 bytes ...e20bf5f60d_217215_480x0_resize_catmullrom_2.png | Bin 0 -> 76170 bytes ...e20bf5f60d_217215_640x0_resize_catmullrom_2.png | Bin 0 -> 127766 bytes ...babe8d2cc58_69238_480x0_resize_catmullrom_2.png | Bin 0 -> 32598 bytes ...babe8d2cc58_69238_640x0_resize_catmullrom_2.png | Bin 0 -> 51464 bytes ...09ee199ae20_67955_480x0_resize_catmullrom_2.png | Bin 0 -> 29799 bytes ...09ee199ae20_67955_640x0_resize_catmullrom_2.png | Bin 0 -> 47990 bytes ...376edd013b6_74852_480x0_resize_catmullrom_2.png | Bin 0 -> 32730 bytes ...376edd013b6_74852_640x0_resize_catmullrom_2.png | Bin 0 -> 52600 bytes ...bf077395057_78299_480x0_resize_catmullrom_2.png | Bin 0 -> 36338 bytes ...bf077395057_78299_640x0_resize_catmullrom_2.png | Bin 0 -> 57591 bytes ...7adcedfd7f7_77631_480x0_resize_catmullrom_2.png | Bin 0 -> 35977 bytes ...7adcedfd7f7_77631_640x0_resize_catmullrom_2.png | Bin 0 -> 57252 bytes ...e824a391758_66863_480x0_resize_catmullrom_2.png | Bin 0 -> 30118 bytes ...e824a391758_66863_640x0_resize_catmullrom_2.png | Bin 0 -> 47821 bytes ...1c9409185d8_68614_480x0_resize_catmullrom_2.png | Bin 0 -> 30457 bytes ...1c9409185d8_68614_640x0_resize_catmullrom_2.png | Bin 0 -> 49480 bytes ...d1416f654ff_88288_480x0_resize_catmullrom_2.png | Bin 0 -> 38599 bytes ...d1416f654ff_88288_640x0_resize_catmullrom_2.png | Bin 0 -> 61347 bytes ...01d64fb9889_95358_480x0_resize_catmullrom_2.png | Bin 0 -> 42776 bytes ...01d64fb9889_95358_640x0_resize_catmullrom_2.png | Bin 0 -> 67402 bytes ...f49c81e7940_66352_480x0_resize_catmullrom_2.png | Bin 0 -> 31519 bytes ...f49c81e7940_66352_640x0_resize_catmullrom_2.png | Bin 0 -> 49917 bytes ...e6cfae6e40_227240_480x0_resize_catmullrom_2.png | Bin 0 -> 88975 bytes ...e6cfae6e40_227240_640x0_resize_catmullrom_2.png | Bin 0 -> 145297 bytes ...2fdb888ccf_117678_480x0_resize_catmullrom_2.png | Bin 0 -> 48159 bytes ...2fdb888ccf_117678_640x0_resize_catmullrom_2.png | Bin 0 -> 78187 bytes ...275a935ada_336810_480x0_resize_catmullrom_2.png | Bin 0 -> 105061 bytes ...275a935ada_336810_640x0_resize_catmullrom_2.png | Bin 0 -> 180710 bytes ...0be89133bf_110427_480x0_resize_catmullrom_2.png | Bin 0 -> 66442 bytes ...0be89133bf_110427_640x0_resize_catmullrom_2.png | Bin 0 -> 108732 bytes ...c70a25724c2_59805_480x0_resize_catmullrom_2.png | Bin 0 -> 28700 bytes ...c70a25724c2_59805_640x0_resize_catmullrom_2.png | Bin 0 -> 45783 bytes ...e1ecf78c0_1221797_480x0_resize_catmullrom_2.png | Bin 0 -> 173126 bytes ...e1ecf78c0_1221797_640x0_resize_catmullrom_2.png | Bin 0 -> 307282 bytes ...24bd5458e5_254587_480x0_resize_catmullrom_2.png | Bin 0 -> 84536 bytes ...24bd5458e5_254587_640x0_resize_catmullrom_2.png | Bin 0 -> 144892 bytes ...faa7522c907_45223_480x0_resize_catmullrom_2.png | Bin 0 -> 28711 bytes ...faa7522c907_45223_640x0_resize_catmullrom_2.png | Bin 0 -> 43076 bytes ...2b3c71a3170_23413_480x0_resize_catmullrom_2.png | Bin 0 -> 21753 bytes ...2b3c71a3170_23413_640x0_resize_catmullrom_2.png | Bin 0 -> 29764 bytes ...5d006d8f64_179291_480x0_resize_catmullrom_2.png | Bin 0 -> 60638 bytes ...5d006d8f64_179291_640x0_resize_catmullrom_2.png | Bin 0 -> 88936 bytes ...a1aa8505c448_15599_600x400_fit_catmullrom_2.png | Bin 0 -> 24246 bytes ...1bb29226f30c_16956_600x400_fit_catmullrom_2.png | Bin 0 -> 26574 bytes ...c86_387442_600x300_fill_catmullrom_smart1_2.png | Bin 0 -> 104931 bytes ...ac099_165718_1024x512_fill_catmullrom_top_2.png | Bin 0 -> 128594 bytes ...18dd7ac099_165718_640x0_resize_catmullrom_2.png | Bin 0 -> 52357 bytes ...099_165718_8714c8c914d32c12c7eb833a42713319.png | Bin 0 -> 36323 bytes ...78050_451984_1024x512_fill_catmullrom_top_2.png | Bin 0 -> 227795 bytes ...0b7cf78050_451984_640x0_resize_catmullrom_2.png | Bin 0 -> 113846 bytes ...050_451984_ea485187288cde4b679b149346aca832.png | Bin 0 -> 68265 bytes ...f80c1_180903_1024x512_fill_catmullrom_top_2.png | Bin 0 -> 190774 bytes ...67ed0f80c1_180903_640x0_resize_catmullrom_2.png | Bin 0 -> 113241 bytes ...0c1_180903_d94e4c803eac4491bc295665908df904.png | Bin 0 -> 68464 bytes ...8d0f1_136959_1024x512_fill_catmullrom_top_2.png | Bin 0 -> 98052 bytes ...cb29c8d0f1_136959_640x0_resize_catmullrom_2.png | Bin 0 -> 45700 bytes ...0f1_136959_9bf5371384e80c9f59e1f5e018440c34.png | Bin 0 -> 32680 bytes ...f5391_309284_1024x512_fill_catmullrom_top_2.png | Bin 0 -> 177628 bytes ...750a0f5391_309284_640x0_resize_catmullrom_2.png | Bin 0 -> 80505 bytes ...391_309284_f66ed2dc2e475b0cb21d76296890c5a2.png | Bin 0 -> 55651 bytes ...912a7_227009_1024x512_fill_catmullrom_top_2.png | Bin 0 -> 144909 bytes ...2a7_227009_192a300d3ccaa4371c674791fb50a62c.png | Bin 0 -> 45100 bytes ...c62e2912a7_227009_640x0_resize_catmullrom_2.png | Bin 0 -> 64714 bytes ...a0c5d_543922_1024x512_fill_catmullrom_top_2.png | Bin 0 -> 544728 bytes ...c5d_543922_43a9cdd8a433ceeb8ba91f1801209927.png | Bin 0 -> 163219 bytes ...0b79da0c5d_543922_640x0_resize_catmullrom_2.png | Bin 0 -> 240955 bytes ...0243f_446603_1024x512_fill_catmullrom_top_2.png | Bin 0 -> 283187 bytes ...aa25b0243f_446603_640x0_resize_catmullrom_2.png | Bin 0 -> 119036 bytes ...43f_446603_a6f43693b7589a8d91c844654967eb51.png | Bin 0 -> 78247 bytes ...e4737_147459_1024x512_fill_catmullrom_top_2.png | Bin 0 -> 111430 bytes ...cdd6ae4737_147459_640x0_resize_catmullrom_2.png | Bin 0 -> 50540 bytes ...737_147459_825bc0f79626434a7ab711238e84984a.png | Bin 0 -> 36458 bytes ...b54c0_126664_1024x512_fill_catmullrom_top_2.png | Bin 0 -> 57772 bytes ...f09fdb54c0_126664_640x0_resize_catmullrom_2.png | Bin 0 -> 29073 bytes ...4c0_126664_97b33e8221e700cd517d4ce317c69e48.png | Bin 0 -> 21333 bytes ...dc7c9_234973_1024x512_fill_catmullrom_top_2.png | Bin 0 -> 116441 bytes ...07849dc7c9_234973_640x0_resize_catmullrom_2.png | Bin 0 -> 55485 bytes ...7c9_234973_fea71f0b8a2baebaf03af6e3be6229bb.png | Bin 0 -> 40217 bytes ...5dd02_298908_1024x512_fill_catmullrom_top_2.png | Bin 0 -> 169210 bytes ...d02_298908_7e3f008d047fb3522bf02df4e9229522.png | Bin 0 -> 53399 bytes ...8f063_809599_1024x512_fill_catmullrom_top_2.png | Bin 0 -> 119985 bytes ...063_809599_5d0cd50b49fef5d99b816cd049191f5e.png | Bin 0 -> 43147 bytes ...3c98b8f063_809599_640x0_resize_catmullrom_2.png | Bin 0 -> 59087 bytes ...86c95_631206_1024x512_fill_catmullrom_top_2.png | Bin 0 -> 280168 bytes ...c95_631206_3b6053b86d6afebe8262ece1955ed6cf.png | Bin 0 -> 89438 bytes ...76b0c86c95_631206_640x0_resize_catmullrom_2.png | Bin 0 -> 129787 bytes ...12f5c_153794_1024x512_fill_catmullrom_top_2.png | Bin 0 -> 97618 bytes ...9a25912f5c_153794_640x0_resize_catmullrom_2.png | Bin 0 -> 47639 bytes ...f5c_153794_671a5c232ffa27a2cf198d2c39f253eb.png | Bin 0 -> 33218 bytes ...965b_41270_0be9b039f9029effab69b9239e224cf7.png | Bin 0 -> 10934 bytes ...eb965b_41270_1024x512_fill_catmullrom_top_2.png | Bin 0 -> 30468 bytes ...8dc5a_232791_1024x512_fill_catmullrom_top_2.png | Bin 0 -> 119968 bytes ...ac9518dc5a_232791_640x0_resize_catmullrom_2.png | Bin 0 -> 61107 bytes ...c5a_232791_6dfd850dc877e20e2554751f779e5953.png | Bin 0 -> 41947 bytes src/css/_chroma.css | 43 + src/package-lock.json | 3 + static/apple-touch-icon.png | Bin 0 -> 7993 bytes static/css/hugofont.css | 184 + static/css/style.css | 684 +++ static/favicon.ico | Bin 0 -> 15086 bytes static/fonts/hugo.eot | Bin 0 -> 16380 bytes static/fonts/hugo.svg | 63 + static/fonts/hugo.ttf | Bin 0 -> 16228 bytes static/fonts/hugo.woff | Bin 0 -> 11728 bytes static/images/blog/hugo-26-poster.png | Bin 0 -> 69207 bytes static/images/blog/hugo-27-poster.png | Bin 0 -> 79893 bytes static/images/blog/hugo-28-poster.png | Bin 0 -> 116760 bytes static/images/blog/hugo-29-poster.png | Bin 0 -> 123034 bytes static/images/blog/hugo-30-poster.png | Bin 0 -> 123192 bytes static/images/blog/hugo-31-poster.png | Bin 0 -> 65077 bytes static/images/blog/hugo-32-poster.png | Bin 0 -> 95867 bytes static/images/blog/hugo-bug-poster.png | Bin 0 -> 74141 bytes static/images/blog/hugo-http2-push.png | Bin 0 -> 20544 bytes static/images/blog/sunset.jpg | Bin 0 -> 90587 bytes .../images/contribute/development/accept-cla.png | Bin 0 -> 33286 bytes static/images/contribute/development/ci-errors.png | Bin 0 -> 124801 bytes .../contribute/development/copy-remote-url.png | Bin 0 -> 10570 bytes .../development/forking-a-repository.png | Bin 0 -> 6759 bytes .../contribute/development/open-pull-request.png | Bin 0 -> 59990 bytes static/images/gohugoio-card-1.png | Bin 0 -> 73881 bytes .../deployment-with-nanobox/hugo-server.png | Bin 0 -> 123619 bytes .../deployment-with-nanobox/hugo-with-nanobox.png | Bin 0 -> 15998 bytes .../nanobox-deploy-dry-run.png | Bin 0 -> 67571 bytes .../deployment-with-nanobox/nanobox-run.png | Bin 0 -> 121995 bytes .../adding-a-github-pages-step.png | Bin 0 -> 49765 bytes .../adding-the-project-to-github.png | Bin 0 -> 67637 bytes .../and-we-ve-got-an-app.png | Bin 0 -> 45696 bytes .../configure-the-deploy-step.png | Bin 0 -> 91874 bytes .../creating-a-basic-hugo-site.png | Bin 0 -> 34409 bytes .../deployment-with-wercker/public-or-not.png | Bin 0 -> 16659 bytes .../deployment-with-wercker/using-hugo-build.png | Bin 0 -> 14897 bytes .../deployment-with-wercker/wercker-access.png | Bin 0 -> 60815 bytes .../wercker-account-settings.png | Bin 0 -> 10375 bytes .../deployment-with-wercker/wercker-add-app.png | Bin 0 -> 46966 bytes .../wercker-git-connections.png | Bin 0 -> 27003 bytes .../deployment-with-wercker/wercker-search.png | Bin 0 -> 31555 bytes .../wercker-select-owner.png | Bin 0 -> 19496 bytes .../wercker-select-repository.png | Bin 0 -> 30944 bytes .../wercker-sign-up-page.png | Bin 0 -> 23973 bytes .../deployment-with-wercker/wercker-sign-up.png | Bin 0 -> 159610 bytes .../deployment-with-wercker/werckeryml.png | Bin 0 -> 52440 bytes .../amplify-build-settings.png | Bin 0 -> 110416 bytes .../amplify-connect-repo.gif | Bin 0 -> 2880775 bytes .../amplify-gettingstarted.png | Bin 0 -> 66505 bytes .../hosting-on-bitbucket/bitbucket-blog-post.png | Bin 0 -> 37585 bytes .../hosting-on-bitbucket/bitbucket-create-repo.png | Bin 0 -> 24689 bytes .../hosting-on-keycdn/keycdn-pull-zone.png | Bin 0 -> 209459 bytes .../hosting-on-keycdn/secret-api-key.png | Bin 0 -> 213381 bytes .../hosting-on-keycdn/secret-zone-id.png | Bin 0 -> 205500 bytes .../hosting-on-netlify/netlify-add-new-site.jpg | Bin 0 -> 25643 bytes .../netlify-authorize-added-permissions.jpg | Bin 0 -> 46713 bytes .../netlify-create-new-site-step-1.jpg | Bin 0 -> 37855 bytes .../netlify-create-new-site-step-2.jpg | Bin 0 -> 42233 bytes .../netlify-create-new-site-step-3.jpg | Bin 0 -> 36939 bytes .../netlify-deploy-published.jpg | Bin 0 -> 18930 bytes .../hosting-on-netlify/netlify-deploying-site.gif | Bin 0 -> 783315 bytes .../hosting-on-netlify/netlify-first-authorize.jpg | Bin 0 -> 44374 bytes .../hosting-on-netlify/netlify-live-site.jpg | Bin 0 -> 37306 bytes .../hosting-on-netlify/netlify-push-to-deploy.jpg | Bin 0 -> 21536 bytes .../hosting-on-netlify/netlify-signup.jpg | Bin 0 -> 37118 bytes static/images/hugo-content-bundles.png | Bin 0 -> 63640 bytes static/images/icon-custom-outputs.svg | 36 + static/images/site-hierarchy.svg | 634 +++ static/img/hugo-logo-med.png | Bin 0 -> 23265 bytes static/img/hugo-logo.png | Bin 0 -> 13782 bytes static/img/hugo.png | Bin 0 -> 18210 bytes static/img/hugoSM.png | Bin 0 -> 1869 bytes static/share/hugo-tall.png | Bin 0 -> 9971 bytes static/share/made-with-hugo-dark.png | Bin 0 -> 8764 bytes static/share/made-with-hugo-long-dark.png | Bin 0 -> 9116 bytes static/share/made-with-hugo-long.png | Bin 0 -> 9318 bytes static/share/made-with-hugo.png | Bin 0 -> 8900 bytes static/share/powered-by-hugo-dark.png | Bin 0 -> 3545 bytes static/share/powered-by-hugo-long-dark.png | Bin 0 -> 3857 bytes static/share/powered-by-hugo-long.png | Bin 0 -> 3773 bytes static/share/powered-by-hugo.png | Bin 0 -> 3527 bytes 735 files changed, 38220 insertions(+) create mode 100644 .editorconfig create mode 100644 .github/calibre/image-actions.yml create mode 100644 .github/stale.yml create mode 100644 .github/workflows/calibreapp-image-actions.yml create mode 100644 .gitignore create mode 100644 LICENSE.md create mode 100644 README.md create mode 100644 archetypes/default.md create mode 100644 archetypes/functions.md create mode 100644 archetypes/showcase/bio.md create mode 100644 archetypes/showcase/featured.png create mode 100644 archetypes/showcase/index.md create mode 100644 config.toml create mode 100644 config/_default/config.toml create mode 100644 config/_default/languages.toml create mode 100644 config/_default/menus/menus.en.toml create mode 100644 config/_default/menus/menus.zh.toml create mode 100644 config/_default/params.toml create mode 100644 config/development/params.toml create mode 100644 config/production/config.toml create mode 100644 config/production/params.toml create mode 100644 content/en/_index.md create mode 100644 content/en/about/_index.md create mode 100644 content/en/about/benefits.md create mode 100644 content/en/about/features.md create mode 100644 content/en/about/hugo-and-gdpr.md create mode 100644 content/en/about/license.md create mode 100644 content/en/about/what-is-hugo.md create mode 100644 content/en/commands/hugo.md create mode 100644 content/en/commands/hugo_check.md create mode 100644 content/en/commands/hugo_check_ulimit.md create mode 100644 content/en/commands/hugo_config.md create mode 100644 content/en/commands/hugo_config_mounts.md create mode 100644 content/en/commands/hugo_convert.md create mode 100644 content/en/commands/hugo_convert_toJSON.md create mode 100644 content/en/commands/hugo_convert_toTOML.md create mode 100644 content/en/commands/hugo_convert_toYAML.md create mode 100644 content/en/commands/hugo_deploy.md create mode 100644 content/en/commands/hugo_env.md create mode 100644 content/en/commands/hugo_gen.md create mode 100644 content/en/commands/hugo_gen_autocomplete.md create mode 100644 content/en/commands/hugo_gen_chromastyles.md create mode 100644 content/en/commands/hugo_gen_doc.md create mode 100644 content/en/commands/hugo_gen_man.md create mode 100644 content/en/commands/hugo_import.md create mode 100644 content/en/commands/hugo_import_jekyll.md create mode 100644 content/en/commands/hugo_list.md create mode 100644 content/en/commands/hugo_list_all.md create mode 100644 content/en/commands/hugo_list_drafts.md create mode 100644 content/en/commands/hugo_list_expired.md create mode 100644 content/en/commands/hugo_list_future.md create mode 100644 content/en/commands/hugo_mod.md create mode 100644 content/en/commands/hugo_mod_clean.md create mode 100644 content/en/commands/hugo_mod_get.md create mode 100644 content/en/commands/hugo_mod_graph.md create mode 100644 content/en/commands/hugo_mod_init.md create mode 100644 content/en/commands/hugo_mod_tidy.md create mode 100644 content/en/commands/hugo_mod_vendor.md create mode 100644 content/en/commands/hugo_new.md create mode 100644 content/en/commands/hugo_new_site.md create mode 100644 content/en/commands/hugo_new_theme.md create mode 100644 content/en/commands/hugo_server.md create mode 100644 content/en/commands/hugo_version.md create mode 100644 content/en/content-management/_index.md create mode 100644 content/en/content-management/archetypes.md create mode 100644 content/en/content-management/authors.md create mode 100644 content/en/content-management/comments.md create mode 100644 content/en/content-management/cross-references.md create mode 100644 content/en/content-management/formats.md create mode 100644 content/en/content-management/front-matter.md create mode 100644 content/en/content-management/image-processing/index.md create mode 100644 content/en/content-management/image-processing/sunset.jpg create mode 100644 content/en/content-management/menus.md create mode 100644 content/en/content-management/multilingual.md create mode 100644 content/en/content-management/organization/1-featured-content-bundles.png create mode 100644 content/en/content-management/organization/index.md create mode 100644 content/en/content-management/page-bundles.md create mode 100644 content/en/content-management/page-resources.md create mode 100644 content/en/content-management/related.md create mode 100644 content/en/content-management/sections.md create mode 100644 content/en/content-management/shortcodes.md create mode 100644 content/en/content-management/static-files.md create mode 100644 content/en/content-management/summaries.md create mode 100644 content/en/content-management/syntax-highlighting.md create mode 100644 content/en/content-management/taxonomies.md create mode 100644 content/en/content-management/toc.md create mode 100644 content/en/content-management/types.md create mode 100644 content/en/content-management/urls.md create mode 100644 content/en/contribute/_index.md create mode 100644 content/en/contribute/development.md create mode 100644 content/en/contribute/documentation.md create mode 100644 content/en/contribute/themes.md create mode 100644 content/en/documentation.md create mode 100644 content/en/functions/GetPage.md create mode 100644 content/en/functions/NumFmt.md create mode 100644 content/en/functions/_index.md create mode 100644 content/en/functions/abslangurl.md create mode 100644 content/en/functions/absurl.md create mode 100644 content/en/functions/adddate.md create mode 100644 content/en/functions/after.md create mode 100644 content/en/functions/anchorize.md create mode 100644 content/en/functions/append.md create mode 100644 content/en/functions/apply.md create mode 100644 content/en/functions/base64.md create mode 100644 content/en/functions/chomp.md create mode 100644 content/en/functions/complement.md create mode 100644 content/en/functions/cond.md create mode 100644 content/en/functions/countrunes.md create mode 100644 content/en/functions/countwords.md create mode 100644 content/en/functions/dateformat.md create mode 100644 content/en/functions/default.md create mode 100644 content/en/functions/delimit.md create mode 100644 content/en/functions/dict.md create mode 100644 content/en/functions/echoparam.md create mode 100644 content/en/functions/emojify.md create mode 100644 content/en/functions/eq.md create mode 100644 content/en/functions/errorf.md create mode 100644 content/en/functions/fileExists.md create mode 100644 content/en/functions/findRe.md create mode 100644 content/en/functions/first.md create mode 100644 content/en/functions/float.md create mode 100644 content/en/functions/format.md create mode 100644 content/en/functions/ge.md create mode 100644 content/en/functions/get.md create mode 100644 content/en/functions/getenv.md create mode 100644 content/en/functions/group.md create mode 100644 content/en/functions/gt.md create mode 100644 content/en/functions/hasPrefix.md create mode 100644 content/en/functions/haschildren.md create mode 100644 content/en/functions/hasmenucurrent.md create mode 100644 content/en/functions/highlight.md create mode 100644 content/en/functions/htmlEscape.md create mode 100644 content/en/functions/htmlUnescape.md create mode 100644 content/en/functions/humanize.md create mode 100644 content/en/functions/i18n.md create mode 100644 content/en/functions/images/index.md create mode 100644 content/en/functions/in.md create mode 100644 content/en/functions/index-function.md create mode 100644 content/en/functions/int.md create mode 100644 content/en/functions/intersect.md create mode 100644 content/en/functions/ismenucurrent.md create mode 100644 content/en/functions/isset.md create mode 100644 content/en/functions/jsonify.md create mode 100644 content/en/functions/lang.Merge.md create mode 100644 content/en/functions/last.md create mode 100644 content/en/functions/le.md create mode 100644 content/en/functions/len.md create mode 100644 content/en/functions/lower.md create mode 100644 content/en/functions/lt.md create mode 100644 content/en/functions/markdownify.md create mode 100644 content/en/functions/math.md create mode 100644 content/en/functions/md5.md create mode 100644 content/en/functions/merge.md create mode 100644 content/en/functions/ne.md create mode 100644 content/en/functions/now.md create mode 100644 content/en/functions/os.Stat.md create mode 100644 content/en/functions/param.md create mode 100644 content/en/functions/partialCached.md create mode 100644 content/en/functions/path.Base.md create mode 100644 content/en/functions/path.Dir.md create mode 100644 content/en/functions/path.Ext.md create mode 100644 content/en/functions/path.Join.md create mode 100644 content/en/functions/path.Split.md create mode 100644 content/en/functions/plainify.md create mode 100644 content/en/functions/pluralize.md create mode 100644 content/en/functions/print.md create mode 100644 content/en/functions/printf.md create mode 100644 content/en/functions/println.md create mode 100644 content/en/functions/querify.md create mode 100644 content/en/functions/range.md create mode 100644 content/en/functions/readdir.md create mode 100644 content/en/functions/readfile.md create mode 100644 content/en/functions/ref.md create mode 100644 content/en/functions/reflect.IsMap.md create mode 100644 content/en/functions/reflect.IsSlice.md create mode 100644 content/en/functions/relLangURL.md create mode 100644 content/en/functions/relref.md create mode 100644 content/en/functions/relurl.md create mode 100644 content/en/functions/render.md create mode 100644 content/en/functions/replace.md create mode 100644 content/en/functions/replacere.md create mode 100644 content/en/functions/safeCSS.md create mode 100644 content/en/functions/safeHTML.md create mode 100644 content/en/functions/safeHTMLAttr.md create mode 100644 content/en/functions/safeJS.md create mode 100644 content/en/functions/safeURL.md create mode 100644 content/en/functions/scratch.md create mode 100644 content/en/functions/seq.md create mode 100644 content/en/functions/sha.md create mode 100644 content/en/functions/shuffle.md create mode 100644 content/en/functions/singularize.md create mode 100644 content/en/functions/slice.md create mode 100644 content/en/functions/slicestr.md create mode 100644 content/en/functions/sort.md create mode 100644 content/en/functions/split.md create mode 100644 content/en/functions/string.md create mode 100644 content/en/functions/strings.HasSuffix.md create mode 100644 content/en/functions/strings.Repeat.md create mode 100644 content/en/functions/strings.RuneCount.md create mode 100644 content/en/functions/strings.TrimLeft.md create mode 100644 content/en/functions/strings.TrimPrefix.md create mode 100644 content/en/functions/strings.TrimRight.md create mode 100644 content/en/functions/strings.TrimSuffix.md create mode 100644 content/en/functions/substr.md create mode 100644 content/en/functions/symdiff.md create mode 100644 content/en/functions/templates.Exists.md create mode 100644 content/en/functions/time.md create mode 100644 content/en/functions/title.md create mode 100644 content/en/functions/transform.Unmarshal.md create mode 100644 content/en/functions/trim.md create mode 100644 content/en/functions/truncate.md create mode 100644 content/en/functions/union.md create mode 100644 content/en/functions/uniq.md create mode 100644 content/en/functions/unix.md create mode 100644 content/en/functions/upper.md create mode 100644 content/en/functions/urlize.md create mode 100644 content/en/functions/urls.Parse.md create mode 100644 content/en/functions/where.md create mode 100644 content/en/functions/with.md create mode 100644 content/en/getting-started/_index.md create mode 100644 content/en/getting-started/code-toggle.md create mode 100644 content/en/getting-started/configuration.md create mode 100644 content/en/getting-started/directory-structure.md create mode 100644 content/en/getting-started/installing.md create mode 100644 content/en/getting-started/quick-start.md create mode 100644 content/en/getting-started/usage.md create mode 100644 content/en/hosting-and-deployment/_index.md create mode 100644 content/en/hosting-and-deployment/deployment-with-nanobox.md create mode 100644 content/en/hosting-and-deployment/deployment-with-rsync.md create mode 100644 content/en/hosting-and-deployment/deployment-with-wercker.md create mode 100644 content/en/hosting-and-deployment/hosting-on-aws-amplify.md create mode 100644 content/en/hosting-and-deployment/hosting-on-bitbucket.md create mode 100644 content/en/hosting-and-deployment/hosting-on-firebase.md create mode 100644 content/en/hosting-and-deployment/hosting-on-github.md create mode 100644 content/en/hosting-and-deployment/hosting-on-gitlab.md create mode 100644 content/en/hosting-and-deployment/hosting-on-keycdn.md create mode 100644 content/en/hosting-and-deployment/hosting-on-netlify.md create mode 100644 content/en/hosting-and-deployment/hosting-on-render.md create mode 100644 content/en/hosting-and-deployment/hugo-deploy.md create mode 100644 content/en/hugo-modules/_index.md create mode 100644 content/en/hugo-modules/configuration.md create mode 100644 content/en/hugo-modules/theme-components.md create mode 100644 content/en/hugo-modules/use-modules.md create mode 100755 content/en/hugo-pipes/_index.md create mode 100755 content/en/hugo-pipes/bundling.md create mode 100755 content/en/hugo-pipes/fingerprint.md create mode 100755 content/en/hugo-pipes/introduction.md create mode 100755 content/en/hugo-pipes/minification.md create mode 100755 content/en/hugo-pipes/postcss.md create mode 100755 content/en/hugo-pipes/resource-from-string.md create mode 100755 content/en/hugo-pipes/resource-from-template.md create mode 100755 content/en/hugo-pipes/scss-sass.md create mode 100644 content/en/maintenance/_index.md create mode 100644 content/en/news/0.10-relnotes/index.md create mode 100644 content/en/news/0.11-relnotes/index.md create mode 100644 content/en/news/0.12-relnotes/index.md create mode 100644 content/en/news/0.13-relnotes/index.md create mode 100644 content/en/news/0.14-relnotes/index.md create mode 100644 content/en/news/0.15-relnotes/index.md create mode 100644 content/en/news/0.16-relnotes/index.md create mode 100644 content/en/news/0.17-relnotes/index.md create mode 100644 content/en/news/0.18-relnotes/index.md create mode 100644 content/en/news/0.19-relnotes/index.md create mode 100644 content/en/news/0.20-relnotes/index.md create mode 100644 content/en/news/0.20.1-relnotes/index.md create mode 100644 content/en/news/0.20.2-relnotes/index.md create mode 100644 content/en/news/0.20.3-relnotes/index.md create mode 100644 content/en/news/0.20.4-relnotes/index.md create mode 100644 content/en/news/0.20.5-relnotes/index.md create mode 100644 content/en/news/0.20.6-relnotes/index.md create mode 100644 content/en/news/0.20.7-relnotes/index.md create mode 100644 content/en/news/0.21-relnotes/index.md create mode 100644 content/en/news/0.22-relnotes/index.md create mode 100644 content/en/news/0.22.1-relnotes/index.md create mode 100644 content/en/news/0.23-relnotes/index.md create mode 100644 content/en/news/0.24-relnotes/index.md create mode 100644 content/en/news/0.24.1-relnotes/index.md create mode 100644 content/en/news/0.25-relnotes/index.md create mode 100644 content/en/news/0.25.1-relnotes/index.md create mode 100644 content/en/news/0.26-relnotes/index.md create mode 100644 content/en/news/0.27-relnotes/index.md create mode 100644 content/en/news/0.27.1-relnotes/index.md create mode 100644 content/en/news/0.28-relnotes/index.md create mode 100644 content/en/news/0.29-relnotes/index.md create mode 100644 content/en/news/0.30-relnotes/index.md create mode 100644 content/en/news/0.30.1-relnotes/index.md create mode 100644 content/en/news/0.30.2-relnotes/index.md create mode 100644 content/en/news/0.31-relnotes/index.md create mode 100644 content/en/news/0.31.1-relnotes/index.md create mode 100644 content/en/news/0.32-relnot