From 77b976dd92b4f66657d83d875aef0c617df492d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 30 Aug 2023 19:23:47 +0200 Subject: [PATCH] Squashed 'docs/' changes from a7e1e9be8..686c7b6eb 686c7b6eb ci(Netlify): specify `HUGO_VERSION` environment variable once da99a356f fix: change heading level e57da3f00 Update taxonomy methods 746172490 Update description of rendered breadcrumb navigation 6bc52fd40 Clarify term dab07dcb0 Fix typo e50fa452a Fix typo 6c1ea83c2 Update template overview page a5dc97845 Clarify the append function a135e52a0 Update GitHub hosting instructions a51bf9f4f Update sections page ed35fc6c4 Update archetypes and glossary 1a4522b3e Format examples a70f20094 Use "hugo new content" to create content 673846ff9 Remove comment b7febf0c5 Fix link 6f6fe2133 Miscellaneous edits 99227dd18 Remove lookup order table from output formats page bc8870657 tools/editors: Add Prettier Plugin for Go Templates 157b169eb Update docs.yaml 1c8f514e0 Update cond function e5f1f8113 Add assumptions to taxonomy and term template lookup order examples 475b406e2 Update postprocess 2d6cb8dfc glossary: Update content type 03b514bac Add descriptions to template lookup order example sections 06678f919 glossary: Fix broken link 4cd505612 Simplify news listing fadb980db Update glossary of terms 491bacd78 Change order of example sections for template lookup order 04b8f39ec Create glossary of terms 12e896bc0 Remove reference to asciidoctor-rouge extension 055f7bb37 Insert missing words 8cd6ac387 Miscellaneous edits 2cbe17f41 Update configuration.md 529615373 Update data-templates.md 853154e65 Update theme 45f08627a resources.getRemote: Fix definition list 29a51dac1 Update docshelper 3bdfe88c6 Remove link to gitter from site footer cacd0e461 Use "map" instead of "dictionary" 704dd5da6 Document the transform.Remarshal template function e8d744951 Populate news section via GitHub releases API 3ff1118c7 Replace docs.json with docs.yaml 7726bbcac Use docs.json to generate default config throughout the site 57dca93df Use docs.json to generate default config for related content 74d5082c7 Add some .RenderShortcodes docs cf5ab5062 netlify: Hugo 0.117.0 420f7aa69 Add all config to docshelper.json git-subtree-dir: docs git-subtree-split: 686c7b6eb182ed335dc94b3a0b80c564f7658380 --- .../gohugoioTheme/assets/css/_content.css | 12 + .../gohugoioTheme/assets/output/css/app.css | 45 +- .../gohugoioTheme/assets/output/js/app.js | 23 +- .../gohugoioTheme/layouts/_default/page.html | 2 +- _vendor/modules.txt | 2 +- config/_default/params.toml | 4 +- content/en/content-management/archetypes.md | 215 +- content/en/content-management/formats.md | 2 +- .../image-processing/index.md | 46 +- content/en/content-management/multilingual.md | 25 +- content/en/content-management/related.md | 14 +- content/en/content-management/sections.md | 152 +- content/en/content-management/shortcodes.md | 7 +- content/en/content-management/taxonomies.md | 6 +- content/en/functions/anchorize.md | 2 +- content/en/functions/append.md | 88 +- content/en/functions/apply.md | 8 +- content/en/functions/cond.md | 32 +- content/en/functions/dict.md | 4 +- content/en/functions/echoparam.md | 2 +- content/en/functions/findRe.md | 2 +- content/en/functions/findresubmatch.md | 2 +- content/en/functions/highlight.md | 4 +- content/en/functions/images/index.md | 2 +- content/en/functions/index-function.md | 2 +- content/en/functions/jsonify.md | 4 +- content/en/functions/merge.md | 2 +- content/en/functions/partialCached.md | 6 +- content/en/functions/ref.md | 2 +- content/en/functions/relref.md | 2 +- content/en/functions/replace.md | 2 +- content/en/functions/replacere.md | 2 +- content/en/functions/substr.md | 2 +- content/en/functions/time.md | 2 +- content/en/functions/transform.Remarshal.md | 88 + .../getting-started/configuration-markup.md | 16 +- content/en/getting-started/configuration.md | 61 +- .../en/getting-started/directory-structure.md | 2 +- .../external-learning-resources/index.md | 4 +- content/en/getting-started/glossary.md | 266 + content/en/getting-started/quick-start.md | 2 +- .../hosting-on-github/index.md | 13 + content/en/hugo-pipes/introduction.md | 6 +- content/en/hugo-pipes/postprocess.md | 5 +- 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 | 91 - content/en/news/0.18-relnotes/index.md | 112 - content/en/news/0.19-relnotes/index.md | 81 - content/en/news/0.20-relnotes/index.md | 70 - content/en/news/0.20.1-relnotes/index.md | 13 - content/en/news/0.20.2-relnotes/index.md | 45 - content/en/news/0.20.3-relnotes/index.md | 24 - content/en/news/0.20.4-relnotes/index.md | 22 - content/en/news/0.20.5-relnotes/index.md | 10 - content/en/news/0.20.6-relnotes/index.md | 22 - content/en/news/0.20.7-relnotes/index.md | 21 - content/en/news/0.21-relnotes/index.md | 103 - content/en/news/0.22-relnotes/index.md | 87 - content/en/news/0.22.1-relnotes/index.md | 35 - content/en/news/0.23-relnotes/index.md | 44 - content/en/news/0.24-relnotes/index.md | 72 - content/en/news/0.24.1-relnotes/index.md | 20 - content/en/news/0.25-relnotes/index.md | 74 - content/en/news/0.25.1-relnotes/index.md | 22 - 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 | 61 - 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 - .../0.33-relnotes/featured-hugo-33-poster.png | Bin 70230 -> 0 bytes content/en/news/0.33-relnotes/index.md | 76 - .../news/0.34-relnotes/featured-34-poster.png | Bin 78317 -> 0 bytes content/en/news/0.34-relnotes/index.md | 44 - .../0.35-relnotes/featured-hugo-35-poster.png | Bin 88519 -> 0 bytes content/en/news/0.35-relnotes/index.md | 102 - .../0.36-relnotes/featured-hugo-36-poster.png | Bin 67640 -> 0 bytes content/en/news/0.36-relnotes/index.md | 51 - content/en/news/0.36.1-relnotes/index.md | 43 - .../0.37-relnotes/featured-hugo-37-poster.png | Bin 186693 -> 0 bytes content/en/news/0.37-relnotes/index.md | 76 - content/en/news/0.37.1-relnotes/index.md | 20 - .../en/news/0.38-relnotes/featured-poster.png | Bin 69978 -> 0 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 - .../0.39-relnotes/featured-hugo-39-poster.png | Bin 217215 -> 0 bytes content/en/news/0.39-relnotes/index.md | 87 - .../0.40-relnotes/featured-hugo-40-poster.png | Bin 69238 -> 0 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 - .../0.41-relnotes/featured-hugo-41-poster.png | Bin 67955 -> 0 bytes content/en/news/0.41-relnotes/index.md | 64 - .../0.42-relnotes/featured-hugo-42-poster.png | Bin 74852 -> 0 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 - .../0.43-relnotes/featured-hugo-43-poster.png | Bin 78299 -> 0 bytes content/en/news/0.43-relnotes/index.md | 96 - .../0.44-relnotes/featured-hugo-44-poster.png | Bin 77631 -> 0 bytes content/en/news/0.44-relnotes/index.md | 39 - .../0.45-relnotes/featured-hugo-45-poster.png | Bin 66863 -> 0 bytes content/en/news/0.45-relnotes/index.md | 107 - content/en/news/0.45.1-relnotes/index.md | 26 - .../0.46-relnotes/featured-hugo-46-poster.png | Bin 68614 -> 0 bytes content/en/news/0.46-relnotes/index.md | 49 - .../0.47-relnotes/featured-hugo-47-poster.png | Bin 88288 -> 0 bytes content/en/news/0.47-relnotes/index.md | 79 - content/en/news/0.47.1-relnotes/index.md | 30 - .../0.48-relnotes/featured-hugo-48-poster.png | Bin 95358 -> 0 bytes content/en/news/0.48-relnotes/index.md | 57 - .../0.49-relnotes/featured-hugo-49-poster.png | Bin 66352 -> 0 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 - .../0.50-relnotes/featured-hugo-50-poster.png | Bin 227240 -> 0 bytes content/en/news/0.50-relnotes/index.md | 150 - .../0.51-relnotes/featured-hugo-51-poster.png | Bin 117678 -> 0 bytes content/en/news/0.51-relnotes/index.md | 102 - .../0.52-relnotes/featured-hugo-52-poster.png | Bin 336810 -> 0 bytes content/en/news/0.52-relnotes/index.md | 74 - .../0.53-relnotes/featured-hugo-53-poster.png | Bin 110427 -> 0 bytes content/en/news/0.53-relnotes/index.md | 94 - .../featured-hugo-54.0-poster.png | Bin 59805 -> 0 bytes content/en/news/0.54.0-relnotes/index.md | 69 - content/en/news/0.55.0-relnotes/featured.png | Bin 1221797 -> 0 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 254587 -> 0 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 - .../hugo-57-poster-featured.png | Bin 45223 -> 0 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 - .../news/0.58.0-relnotes/hugo58-featured.png | Bin 23413 -> 0 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 - .../hugo-59-poster-featured.png | Bin 78054 -> 0 bytes content/en/news/0.59.0-relnotes/index.md | 115 - content/en/news/0.59.1-relnotes/index.md | 25 - content/en/news/0.60.0-relnotes/index.md | 136 - .../news/0.60.0-relnotes/poster-featured.png | Bin 31907 -> 0 bytes .../en/news/0.60.1-relnotes/featured-061.png | Bin 28841 -> 0 bytes content/en/news/0.60.1-relnotes/index.md | 19 - .../news/0.61.0-relnotes/hugo-61-featured.png | Bin 79929 -> 0 bytes content/en/news/0.61.0-relnotes/index.md | 56 - .../hugo-62-poster-featured.png | Bin 105390 -> 0 bytes content/en/news/0.62.0-relnotes/index.md | 78 - content/en/news/0.62.1-relnotes/index.md | 17 - content/en/news/0.62.2-relnotes/index.md | 26 - .../en/news/0.63.0-relnotes/featured-063.png | Bin 212246 -> 0 bytes content/en/news/0.63.0-relnotes/index.md | 119 - content/en/news/0.63.1-relnotes/index.md | 17 - content/en/news/0.63.2-relnotes/index.md | 20 - .../hugo-64-poster-featured.png | Bin 69464 -> 0 bytes content/en/news/0.64.0-relnotes/index.md | 54 - content/en/news/0.64.1-relnotes/index.md | 22 - .../hugo-65-poster-featured.png | Bin 115945 -> 0 bytes content/en/news/0.65.0-relnotes/index.md | 141 - .../en/news/0.65.0-relnotes/pg-admin-tos.png | Bin 65614 -> 0 bytes content/en/news/0.65.1-relnotes/index.md | 20 - content/en/news/0.65.2-relnotes/index.md | 21 - content/en/news/0.65.3-relnotes/index.md | 21 - .../hugo-66-poster-featured.png | Bin 75588 -> 0 bytes content/en/news/0.66.0-relnotes/index.md | 81 - .../hugo-67-poster-featured.png | Bin 79436 -> 0 bytes content/en/news/0.67.0-relnotes/index.md | 64 - content/en/news/0.67.1-relnotes/index.md | 24 - .../news/0.68.0-relnotes/hugo-68-featured.png | Bin 65337 -> 0 bytes content/en/news/0.68.0-relnotes/index.md | 57 - content/en/news/0.68.1-relnotes/index.md | 19 - content/en/news/0.68.2-relnotes/index.md | 19 - content/en/news/0.68.3-relnotes/index.md | 19 - .../hugo-69-easter-featured.png | Bin 398560 -> 0 bytes content/en/news/0.69.0-relnotes/index.md | 73 - content/en/news/0.69.1-relnotes/index.md | 29 - content/en/news/0.69.2-relnotes/index.md | 21 - content/en/news/0.7-relnotes/index.md | 16 - .../news/0.70.0-relnotes/hugo-70-featured.png | Bin 65533 -> 0 bytes content/en/news/0.70.0-relnotes/index.md | 68 - .../news/0.71.0-relnotes/hugo-71-featured.png | Bin 209832 -> 0 bytes content/en/news/0.71.0-relnotes/index.md | 45 - content/en/news/0.71.1-relnotes/index.md | 25 - .../news/0.72.0-relnotes/hugo-72-featured.png | Bin 256988 -> 0 bytes content/en/news/0.72.0-relnotes/index.md | 41 - .../news/0.73.0-relnotes/hugo-73-featured.png | Bin 186170 -> 0 bytes content/en/news/0.73.0-relnotes/index.md | 64 - content/en/news/0.74.0-relnotes/featured.png | Bin 56047 -> 0 bytes content/en/news/0.74.0-relnotes/index.md | 85 - content/en/news/0.74.1-relnotes/index.md | 19 - content/en/news/0.74.2-relnotes/index.md | 24 - content/en/news/0.74.3-relnotes/index.md | 26 - content/en/news/0.75.0-relnotes/featured.png | Bin 125400 -> 0 bytes content/en/news/0.75.0-relnotes/index.md | 166 - content/en/news/0.75.1-relnotes/index.md | 21 - content/en/news/0.76.0-relnotes/featured.png | Bin 146539 -> 0 bytes content/en/news/0.76.0-relnotes/index.md | 111 - content/en/news/0.76.1-relnotes/index.md | 17 - content/en/news/0.76.2-relnotes/index.md | 17 - content/en/news/0.76.3-relnotes/index.md | 20 - content/en/news/0.76.4-relnotes/index.md | 22 - content/en/news/0.76.5-relnotes/index.md | 19 - content/en/news/0.77.0-relnotes/featured.png | Bin 130926 -> 0 bytes content/en/news/0.77.0-relnotes/index.md | 85 - content/en/news/0.78.0-relnotes/featured.png | Bin 47074 -> 0 bytes content/en/news/0.78.0-relnotes/index.md | 50 - content/en/news/0.78.1-relnotes/index.md | 20 - content/en/news/0.78.2-relnotes/index.md | 28 - content/en/news/0.79.0-relnotes/featured.png | Bin 75235 -> 0 bytes content/en/news/0.79.0-relnotes/index.md | 71 - content/en/news/0.79.1-relnotes/index.md | 22 - content/en/news/0.8-relnotes/index.md | 21 - content/en/news/0.80.0-relnotes/featured.png | Bin 162027 -> 0 bytes content/en/news/0.80.0-relnotes/index.md | 79 - content/en/news/0.81.0-relnotes/featured.jpg | Bin 345282 -> 0 bytes content/en/news/0.81.0-relnotes/index.md | 223 - content/en/news/0.82.0-relnotes/featured.png | Bin 57106 -> 0 bytes content/en/news/0.82.0-relnotes/index.md | 78 - content/en/news/0.82.1-relnotes/index.md | 19 - content/en/news/0.83.0-relnotes/featured.png | Bin 82972 -> 0 bytes content/en/news/0.83.0-relnotes/index.md | 133 - content/en/news/0.83.1-relnotes/index.md | 19 - content/en/news/0.84.0-relnotes/featured.png | Bin 47732 -> 0 bytes content/en/news/0.84.0-relnotes/index.md | 160 - content/en/news/0.84.1-relnotes/index.md | 21 - content/en/news/0.84.2-relnotes/index.md | 26 - content/en/news/0.84.3-relnotes/index.md | 20 - content/en/news/0.84.4-relnotes/index.md | 20 - content/en/news/0.85.0-relnotes/featured.png | Bin 67393 -> 0 bytes content/en/news/0.85.0-relnotes/index.md | 70 - content/en/news/0.86.0-relnotes/featured.png | Bin 188476 -> 0 bytes content/en/news/0.86.0-relnotes/index.md | 56 - content/en/news/0.86.1-relnotes/index.md | 19 - content/en/news/0.87.0-relnotes/featured.png | Bin 104936 -> 0 bytes content/en/news/0.87.0-relnotes/index.md | 90 - content/en/news/0.88.0-relnotes/featured.png | Bin 87331 -> 0 bytes content/en/news/0.88.0-relnotes/index.md | 62 - content/en/news/0.88.1-relnotes/index.md | 19 - content/en/news/0.89.0-relnotes/featured.png | Bin 104046 -> 0 bytes content/en/news/0.89.0-relnotes/index.md | 106 - content/en/news/0.89.1-relnotes/index.md | 20 - content/en/news/0.89.2-relnotes/index.md | 20 - content/en/news/0.89.3-relnotes/index.md | 26 - content/en/news/0.89.4-relnotes/index.md | 12 - content/en/news/0.9-relnotes/index.md | 43 - .../news/2021-12-17-no-more-releasenotes.md | 10 - .../en/news/2021/0.91.2-relnotes/featured.png | Bin 131575 -> 0 bytes content/en/news/2021/0.91.2-relnotes/index.md | 9 - .../news/hugo-macos-intel-vs-arm/featured.png | Bin 299333 -> 0 bytes .../news/hugo-macos-intel-vs-arm/index.html | 9139 ----------------- .../featured.png | Bin 179291 -> 0 bytes .../graph-stars.png | Bin 15599 -> 0 bytes .../graph-themes.png | Bin 16956 -> 0 bytes .../index.md | 107 - .../sunset-get.png | Bin 358844 -> 0 bytes content/en/readfiles/pages-vs-site-pages.md | 34 - content/en/showcase/letsencrypt/index.md | 2 +- content/en/showcase/template/index.md | 2 +- content/en/templates/_index.md | 2 + content/en/templates/data-templates.md | 2 +- content/en/templates/lists/index.md | 348 +- content/en/templates/lookup-order.md | 24 +- content/en/templates/output-formats.md | 71 +- content/en/templates/partials.md | 26 +- content/en/templates/sitemap-template.md | 7 +- content/en/templates/taxonomy-templates.md | 20 +- content/en/tools/editors.md | 12 +- content/en/variables/page.md | 66 +- content/en/variables/site.md | 16 +- data/docs.json | 5812 ----------- data/docs.yaml | 4413 ++++++++ go.mod | 2 +- go.sum | 2 + hugo.toml | 3 + layouts/maintenance/list.html | 136 +- layouts/news/list.html | 70 + layouts/partials/boxes-section-summaries.html | 19 +- layouts/shortcodes/code-toggle.html | 44 +- layouts/shortcodes/datatable.html | 41 +- netlify.toml | 11 +- 307 files changed, 5833 insertions(+), 24929 deletions(-) create mode 100644 content/en/functions/transform.Remarshal.md create mode 100644 content/en/getting-started/glossary.md delete mode 100644 content/en/news/0.10-relnotes/index.md delete mode 100644 content/en/news/0.11-relnotes/index.md delete mode 100644 content/en/news/0.12-relnotes/index.md delete mode 100644 content/en/news/0.13-relnotes/index.md delete mode 100644 content/en/news/0.14-relnotes/index.md delete mode 100644 content/en/news/0.15-relnotes/index.md delete mode 100644 content/en/news/0.16-relnotes/index.md delete mode 100644 content/en/news/0.17-relnotes/index.md delete mode 100644 content/en/news/0.18-relnotes/index.md delete mode 100644 content/en/news/0.19-relnotes/index.md delete mode 100644 content/en/news/0.20-relnotes/index.md delete mode 100644 content/en/news/0.20.1-relnotes/index.md delete mode 100644 content/en/news/0.20.2-relnotes/index.md delete mode 100644 content/en/news/0.20.3-relnotes/index.md delete mode 100644 content/en/news/0.20.4-relnotes/index.md delete mode 100644 content/en/news/0.20.5-relnotes/index.md delete mode 100644 content/en/news/0.20.6-relnotes/index.md delete mode 100644 content/en/news/0.20.7-relnotes/index.md delete mode 100644 content/en/news/0.21-relnotes/index.md delete mode 100644 content/en/news/0.22-relnotes/index.md delete mode 100644 content/en/news/0.22.1-relnotes/index.md delete mode 100644 content/en/news/0.23-relnotes/index.md delete mode 100644 content/en/news/0.24-relnotes/index.md delete mode 100644 content/en/news/0.24.1-relnotes/index.md delete mode 100644 content/en/news/0.25-relnotes/index.md delete mode 100644 content/en/news/0.25.1-relnotes/index.md delete mode 100644 content/en/news/0.26-relnotes/index.md delete mode 100644 content/en/news/0.27-relnotes/index.md delete mode 100644 content/en/news/0.27.1-relnotes/index.md delete mode 100644 content/en/news/0.28-relnotes/index.md delete mode 100644 content/en/news/0.29-relnotes/index.md delete mode 100644 content/en/news/0.30-relnotes/index.md delete mode 100644 content/en/news/0.30.1-relnotes/index.md delete mode 100644 content/en/news/0.30.2-relnotes/index.md delete mode 100644 content/en/news/0.31-relnotes/index.md delete mode 100644 content/en/news/0.31.1-relnotes/index.md delete mode 100644 content/en/news/0.32-relnotes/index.md delete mode 100644 content/en/news/0.32.1-relnotes/index.md delete mode 100644 content/en/news/0.32.2-relnotes/index.md delete mode 100644 content/en/news/0.32.3-relnotes/index.md delete mode 100644 content/en/news/0.32.4-relnotes/index.md delete mode 100644 content/en/news/0.33-relnotes/featured-hugo-33-poster.png delete mode 100644 content/en/news/0.33-relnotes/index.md delete mode 100644 content/en/news/0.34-relnotes/featured-34-poster.png delete mode 100644 content/en/news/0.34-relnotes/index.md delete mode 100644 content/en/news/0.35-relnotes/featured-hugo-35-poster.png delete mode 100644 content/en/news/0.35-relnotes/index.md delete mode 100644 content/en/news/0.36-relnotes/featured-hugo-36-poster.png delete mode 100644 content/en/news/0.36-relnotes/index.md delete mode 100644 content/en/news/0.36.1-relnotes/index.md delete mode 100644 content/en/news/0.37-relnotes/featured-hugo-37-poster.png delete mode 100644 content/en/news/0.37-relnotes/index.md delete mode 100644 content/en/news/0.37.1-relnotes/index.md delete mode 100644 content/en/news/0.38-relnotes/featured-poster.png delete mode 100644 content/en/news/0.38-relnotes/index.md delete mode 100644 content/en/news/0.38.1-relnotes/index.md delete mode 100644 content/en/news/0.38.2-relnotes/index.md delete mode 100644 content/en/news/0.39-relnotes/featured-hugo-39-poster.png delete mode 100644 content/en/news/0.39-relnotes/index.md delete mode 100644 content/en/news/0.40-relnotes/featured-hugo-40-poster.png delete mode 100644 content/en/news/0.40-relnotes/index.md delete mode 100644 content/en/news/0.40.1-relnotes/index.md delete mode 100644 content/en/news/0.40.2-relnotes/index.md delete mode 100644 content/en/news/0.40.3-relnotes/index.md delete mode 100644 content/en/news/0.41-relnotes/featured-hugo-41-poster.png delete mode 100644 content/en/news/0.41-relnotes/index.md delete mode 100644 content/en/news/0.42-relnotes/featured-hugo-42-poster.png delete mode 100644 content/en/news/0.42-relnotes/index.md delete mode 100644 content/en/news/0.42.1-relnotes/index.md delete mode 100644 content/en/news/0.42.2-relnotes/index.md delete mode 100644 content/en/news/0.43-relnotes/featured-hugo-43-poster.png delete mode 100644 content/en/news/0.43-relnotes/index.md delete mode 100644 content/en/news/0.44-relnotes/featured-hugo-44-poster.png delete mode 100644 content/en/news/0.44-relnotes/index.md delete mode 100644 content/en/news/0.45-relnotes/featured-hugo-45-poster.png delete mode 100644 content/en/news/0.45-relnotes/index.md delete mode 100644 content/en/news/0.45.1-relnotes/index.md delete mode 100644 content/en/news/0.46-relnotes/featured-hugo-46-poster.png delete mode 100644 content/en/news/0.46-relnotes/index.md delete mode 100644 content/en/news/0.47-relnotes/featured-hugo-47-poster.png delete mode 100644 content/en/news/0.47-relnotes/index.md delete mode 100644 content/en/news/0.47.1-relnotes/index.md delete mode 100644 content/en/news/0.48-relnotes/featured-hugo-48-poster.png delete mode 100644 content/en/news/0.48-relnotes/index.md delete mode 100644 content/en/news/0.49-relnotes/featured-hugo-49-poster.png delete mode 100644 content/en/news/0.49-relnotes/index.md delete mode 100644 content/en/news/0.49.1-relnotes/index.md delete mode 100644 content/en/news/0.49.2-relnotes/index.md delete mode 100644 content/en/news/0.50-relnotes/featured-hugo-50-poster.png delete mode 100644 content/en/news/0.50-relnotes/index.md delete mode 100644 content/en/news/0.51-relnotes/featured-hugo-51-poster.png delete mode 100644 content/en/news/0.51-relnotes/index.md delete mode 100644 content/en/news/0.52-relnotes/featured-hugo-52-poster.png delete mode 100644 content/en/news/0.52-relnotes/index.md delete mode 100644 content/en/news/0.53-relnotes/featured-hugo-53-poster.png delete mode 100644 content/en/news/0.53-relnotes/index.md delete mode 100644 content/en/news/0.54.0-relnotes/featured-hugo-54.0-poster.png delete mode 100644 content/en/news/0.54.0-relnotes/index.md delete mode 100644 content/en/news/0.55.0-relnotes/featured.png delete mode 100644 content/en/news/0.55.0-relnotes/index.md delete mode 100644 content/en/news/0.55.1-relnotes/index.md delete mode 100644 content/en/news/0.55.2-relnotes/index.md delete mode 100644 content/en/news/0.55.3-relnotes/index.md delete mode 100644 content/en/news/0.55.4-relnotes/index.md delete mode 100644 content/en/news/0.55.5-relnotes/index.md delete mode 100644 content/en/news/0.55.6-relnotes/index.md delete mode 100644 content/en/news/0.56.0-relnotes/featured.png delete mode 100644 content/en/news/0.56.0-relnotes/index.md delete mode 100644 content/en/news/0.56.1-relnotes/index.md delete mode 100644 content/en/news/0.56.2-relnotes/index.md delete mode 100644 content/en/news/0.56.3-relnotes/index.md delete mode 100644 content/en/news/0.57.0-relnotes/hugo-57-poster-featured.png delete mode 100644 content/en/news/0.57.0-relnotes/index.md delete mode 100644 content/en/news/0.57.1-relnotes/index.md delete mode 100644 content/en/news/0.57.2-relnotes/index.md delete mode 100644 content/en/news/0.58.0-relnotes/hugo58-featured.png delete mode 100644 content/en/news/0.58.0-relnotes/index.md delete mode 100644 content/en/news/0.58.1-relnotes/index.md delete mode 100644 content/en/news/0.58.2-relnotes/index.md delete mode 100644 content/en/news/0.58.3-relnotes/index.md delete mode 100644 content/en/news/0.59.0-relnotes/hugo-59-poster-featured.png delete mode 100644 content/en/news/0.59.0-relnotes/index.md delete mode 100644 content/en/news/0.59.1-relnotes/index.md delete mode 100644 content/en/news/0.60.0-relnotes/index.md delete mode 100644 content/en/news/0.60.0-relnotes/poster-featured.png delete mode 100644 content/en/news/0.60.1-relnotes/featured-061.png delete mode 100644 content/en/news/0.60.1-relnotes/index.md delete mode 100644 content/en/news/0.61.0-relnotes/hugo-61-featured.png delete mode 100644 content/en/news/0.61.0-relnotes/index.md delete mode 100644 content/en/news/0.62.0-relnotes/hugo-62-poster-featured.png delete mode 100644 content/en/news/0.62.0-relnotes/index.md delete mode 100644 content/en/news/0.62.1-relnotes/index.md delete mode 100644 content/en/news/0.62.2-relnotes/index.md delete mode 100644 content/en/news/0.63.0-relnotes/featured-063.png delete mode 100644 content/en/news/0.63.0-relnotes/index.md delete mode 100644 content/en/news/0.63.1-relnotes/index.md delete mode 100644 content/en/news/0.63.2-relnotes/index.md delete mode 100644 content/en/news/0.64.0-relnotes/hugo-64-poster-featured.png delete mode 100644 content/en/news/0.64.0-relnotes/index.md delete mode 100644 content/en/news/0.64.1-relnotes/index.md delete mode 100644 content/en/news/0.65.0-relnotes/hugo-65-poster-featured.png delete mode 100644 content/en/news/0.65.0-relnotes/index.md delete mode 100644 content/en/news/0.65.0-relnotes/pg-admin-tos.png delete mode 100644 content/en/news/0.65.1-relnotes/index.md delete mode 100644 content/en/news/0.65.2-relnotes/index.md delete mode 100644 content/en/news/0.65.3-relnotes/index.md delete mode 100644 content/en/news/0.66.0-relnotes/hugo-66-poster-featured.png delete mode 100644 content/en/news/0.66.0-relnotes/index.md delete mode 100644 content/en/news/0.67.0-relnotes/hugo-67-poster-featured.png delete mode 100644 content/en/news/0.67.0-relnotes/index.md delete mode 100644 content/en/news/0.67.1-relnotes/index.md delete mode 100644 content/en/news/0.68.0-relnotes/hugo-68-featured.png delete mode 100644 content/en/news/0.68.0-relnotes/index.md delete mode 100644 content/en/news/0.68.1-relnotes/index.md delete mode 100644 content/en/news/0.68.2-relnotes/index.md delete mode 100644 content/en/news/0.68.3-relnotes/index.md delete mode 100644 content/en/news/0.69.0-relnotes/hugo-69-easter-featured.png delete mode 100644 content/en/news/0.69.0-relnotes/index.md delete mode 100644 content/en/news/0.69.1-relnotes/index.md delete mode 100644 content/en/news/0.69.2-relnotes/index.md delete mode 100644 content/en/news/0.7-relnotes/index.md delete mode 100644 content/en/news/0.70.0-relnotes/hugo-70-featured.png delete mode 100644 content/en/news/0.70.0-relnotes/index.md delete mode 100644 content/en/news/0.71.0-relnotes/hugo-71-featured.png delete mode 100644 content/en/news/0.71.0-relnotes/index.md delete mode 100644 content/en/news/0.71.1-relnotes/index.md delete mode 100644 content/en/news/0.72.0-relnotes/hugo-72-featured.png delete mode 100644 content/en/news/0.72.0-relnotes/index.md delete mode 100644 content/en/news/0.73.0-relnotes/hugo-73-featured.png delete mode 100644 content/en/news/0.73.0-relnotes/index.md delete mode 100644 content/en/news/0.74.0-relnotes/featured.png delete mode 100644 content/en/news/0.74.0-relnotes/index.md delete mode 100644 content/en/news/0.74.1-relnotes/index.md delete mode 100644 content/en/news/0.74.2-relnotes/index.md delete mode 100644 content/en/news/0.74.3-relnotes/index.md delete mode 100644 content/en/news/0.75.0-relnotes/featured.png delete mode 100644 content/en/news/0.75.0-relnotes/index.md delete mode 100644 content/en/news/0.75.1-relnotes/index.md delete mode 100644 content/en/news/0.76.0-relnotes/featured.png delete mode 100644 content/en/news/0.76.0-relnotes/index.md delete mode 100644 content/en/news/0.76.1-relnotes/index.md delete mode 100644 content/en/news/0.76.2-relnotes/index.md delete mode 100644 content/en/news/0.76.3-relnotes/index.md delete mode 100644 content/en/news/0.76.4-relnotes/index.md delete mode 100644 content/en/news/0.76.5-relnotes/index.md delete mode 100644 content/en/news/0.77.0-relnotes/featured.png delete mode 100644 content/en/news/0.77.0-relnotes/index.md delete mode 100644 content/en/news/0.78.0-relnotes/featured.png delete mode 100644 content/en/news/0.78.0-relnotes/index.md delete mode 100644 content/en/news/0.78.1-relnotes/index.md delete mode 100644 content/en/news/0.78.2-relnotes/index.md delete mode 100644 content/en/news/0.79.0-relnotes/featured.png delete mode 100644 content/en/news/0.79.0-relnotes/index.md delete mode 100644 content/en/news/0.79.1-relnotes/index.md delete mode 100644 content/en/news/0.8-relnotes/index.md delete mode 100644 content/en/news/0.80.0-relnotes/featured.png delete mode 100644 content/en/news/0.80.0-relnotes/index.md delete mode 100644 content/en/news/0.81.0-relnotes/featured.jpg delete mode 100644 content/en/news/0.81.0-relnotes/index.md delete mode 100644 content/en/news/0.82.0-relnotes/featured.png delete mode 100644 content/en/news/0.82.0-relnotes/index.md delete mode 100644 content/en/news/0.82.1-relnotes/index.md delete mode 100644 content/en/news/0.83.0-relnotes/featured.png delete mode 100644 content/en/news/0.83.0-relnotes/index.md delete mode 100644 content/en/news/0.83.1-relnotes/index.md delete mode 100644 content/en/news/0.84.0-relnotes/featured.png delete mode 100644 content/en/news/0.84.0-relnotes/index.md delete mode 100644 content/en/news/0.84.1-relnotes/index.md delete mode 100644 content/en/news/0.84.2-relnotes/index.md delete mode 100644 content/en/news/0.84.3-relnotes/index.md delete mode 100644 content/en/news/0.84.4-relnotes/index.md delete mode 100644 content/en/news/0.85.0-relnotes/featured.png delete mode 100644 content/en/news/0.85.0-relnotes/index.md delete mode 100644 content/en/news/0.86.0-relnotes/featured.png delete mode 100644 content/en/news/0.86.0-relnotes/index.md delete mode 100644 content/en/news/0.86.1-relnotes/index.md delete mode 100644 content/en/news/0.87.0-relnotes/featured.png delete mode 100644 content/en/news/0.87.0-relnotes/index.md delete mode 100644 content/en/news/0.88.0-relnotes/featured.png delete mode 100644 content/en/news/0.88.0-relnotes/index.md delete mode 100644 content/en/news/0.88.1-relnotes/index.md delete mode 100644 content/en/news/0.89.0-relnotes/featured.png delete mode 100644 content/en/news/0.89.0-relnotes/index.md delete mode 100644 content/en/news/0.89.1-relnotes/index.md delete mode 100644 content/en/news/0.89.2-relnotes/index.md delete mode 100644 content/en/news/0.89.3-relnotes/index.md delete mode 100644 content/en/news/0.89.4-relnotes/index.md delete mode 100644 content/en/news/0.9-relnotes/index.md delete mode 100644 content/en/news/2021-12-17-no-more-releasenotes.md delete mode 100644 content/en/news/2021/0.91.2-relnotes/featured.png delete mode 100644 content/en/news/2021/0.91.2-relnotes/index.md delete mode 100644 content/en/news/hugo-macos-intel-vs-arm/featured.png delete mode 100644 content/en/news/hugo-macos-intel-vs-arm/index.html delete mode 100644 content/en/news/lets-celebrate-hugos-5th-birthday/featured.png delete mode 100644 content/en/news/lets-celebrate-hugos-5th-birthday/graph-stars.png delete mode 100644 content/en/news/lets-celebrate-hugos-5th-birthday/graph-themes.png delete mode 100644 content/en/news/lets-celebrate-hugos-5th-birthday/index.md delete mode 100644 content/en/news/lets-celebrate-hugos-5th-birthday/sunset-get.png delete mode 100644 content/en/readfiles/pages-vs-site-pages.md delete mode 100644 data/docs.json create mode 100644 data/docs.yaml create mode 100644 layouts/news/list.html diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_content.css b/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_content.css index 9c8a8a14d..9306f8b2f 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_content.css +++ b/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_content.css @@ -12,6 +12,18 @@ color: white; } +.prose-glossary h3 { + margin-top: 0; + font-size: 1.125rem; +} + +.prose-glossary h3:first-of-type { + margin-top: 3em; +} + +.prose-glossary h3 ~ p { + margin: 0.5em 0 2em 0; +} body { diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/css/app.css b/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/css/app.css index 8b0c8c191..af648c759 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/css/app.css +++ b/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/css/app.css @@ -804,6 +804,8 @@ img { max-width: 100%; } .b--washed-red { border-color: #ffdfdf; } .b--transparent { border-color: transparent; } .b--inherit { border-color: inherit; } +.b--initial { border-color: currentColor; border-color: initial; } +.b--unset { border-color: unset; } /* BORDER RADIUS @@ -852,6 +854,9 @@ img { max-width: 100%; } border-top-right-radius: 0; border-bottom-right-radius: 0; } +.br-inherit { border-radius: inherit; } +.br-initial { border-radius: 0; border-radius: initial; } +.br-unset { border-radius: unset; } @media screen and (min-width: 30em) { .br0-ns { border-radius: 0; } .br1-ns { border-radius: .125rem; } @@ -876,6 +881,9 @@ img { max-width: 100%; } border-top-right-radius: 0; border-bottom-right-radius: 0; } + .br-inherit-ns { border-radius: inherit; } + .br-initial-ns { border-radius: 0; border-radius: initial; } + .br-unset-ns { border-radius: unset; } } @media screen and (min-width: 30em) and (max-width: 60em) { .br0-m { border-radius: 0; } @@ -901,6 +909,9 @@ img { max-width: 100%; } border-top-right-radius: 0; border-bottom-right-radius: 0; } + .br-inherit-m { border-radius: inherit; } + .br-initial-m { border-radius: 0; border-radius: initial; } + .br-unset-m { border-radius: unset; } } @media screen and (min-width: 60em) { .br0-l { border-radius: 0; } @@ -926,6 +937,9 @@ img { max-width: 100%; } border-top-right-radius: 0; border-bottom-right-radius: 0; } + .br-inherit-l { border-radius: inherit; } + .br-initial-l { border-radius: 0; border-radius: initial; } + .br-unset-l { border-radius: unset; } } /* @@ -2367,6 +2381,7 @@ img { max-width: 100%; } .washed-yellow { color: #fffceb; } .washed-red { color: #ffdfdf; } .color-inherit { color: inherit; } +/* Background colors */ .bg-black-90 { background-color: rgba(0, 0, 0, .9); } .bg-black-80 { background-color: rgba(0, 0, 0, .8); } .bg-black-70 { background-color: rgba(0, 0, 0, .7); } @@ -2386,7 +2401,6 @@ img { max-width: 100%; } .bg-white-30 { background-color: rgba(255, 255, 255, .3); } .bg-white-20 { background-color: rgba(255, 255, 255, .2); } .bg-white-10 { background-color: rgba(255, 255, 255, .1); } -/* Background colors */ .bg-black { background-color: #000; } .bg-near-black { background-color: #111; } .bg-dark-gray { background-color: #333; } @@ -4671,6 +4685,7 @@ h6:hover .header-link { .searchbox__input::-webkit-input-placeholder{color:#aaa} .searchbox__input:-ms-input-placeholder{color:#aaa} .searchbox__input::-ms-input-placeholder{color:#aaa} +.searchbox__input::-moz-placeholder{color:#aaa} .searchbox__input::placeholder{color:#aaa} .searchbox__submit{position:absolute;top:0;margin:0;border:0;border-radius:16px 0 0 16px;background-color:rgba(69, 142, 225, 0);padding:0;width:32px;height:100%;vertical-align:middle;text-align:center;font-size:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;right:inherit;left:0} .searchbox__submit:before{display:inline-block;margin-right:-4px;height:100%;vertical-align:middle;content:""} @@ -4904,14 +4919,14 @@ pre { text-decoration: none; } -.column-count-2 {-webkit-column-count: 1;column-count: 1} -.column-gap-1 {-webkit-column-gap: 0;column-gap: 0} -.break-inside-avoid {-webkit-column-break-inside: auto;break-inside: auto} +.column-count-2 {-webkit-column-count: 1;-moz-column-count: 1;column-count: 1} +.column-gap-1 {-webkit-column-gap: 0;-moz-column-gap: 0;column-gap: 0} +.break-inside-avoid {-webkit-column-break-inside: auto;page-break-inside: auto;break-inside: auto} @media screen and (min-width: 60em) { - .column-count-3-l {-webkit-column-count: 3;column-count: 3} - .column-count-2-l {-webkit-column-count: 2;column-count: 2} - .column-gap-1-l {-webkit-column-gap: 1;column-gap: 1} - .break-inside-avoid-l {-webkit-column-break-inside: avoid;break-inside: avoid} + .column-count-3-l {-webkit-column-count: 3;-moz-column-count: 3;column-count: 3} + .column-count-2-l {-webkit-column-count: 2;-moz-column-count: 2;column-count: 2} + .column-gap-1-l {-webkit-column-gap: 1;-moz-column-gap: 1;column-gap: 1} + .break-inside-avoid-l {-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid} } .prose ul, .prose ol { margin-bottom: 2em; @@ -4922,10 +4937,24 @@ pre { .prose li:hover { background-color: #eee } +.prose ::-moz-selection { + background: #0594CB; /* WebKit/Blink Browsers */ + color: white; +} .prose ::selection { background: #0594CB; /* WebKit/Blink Browsers */ color: white; } +.prose-glossary h3 { + margin-top: 0; + font-size: 1.125rem; +} +.prose-glossary h3:first-of-type { + margin-top: 3em; +} +.prose-glossary h3 ~ p { + margin: 0.5em 0 2em 0; +} body { line-height: 1.45; diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/js/app.js b/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/js/app.js index a3e1801f8..346f209ba 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/js/app.js +++ b/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/js/app.js @@ -1,17 +1,24 @@ -!function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(r,i,function(e){return t[e]}.bind(null,i));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=1)}([function(t,e,n){!function(e,n){var r=function(t,e,n){"use strict";var r,i;if(function(){var e,n={lazyClass:"lazyload",loadedClass:"lazyloaded",loadingClass:"lazyloading",preloadClass:"lazypreload",errorClass:"lazyerror",autosizesClass:"lazyautosizes",fastLoadedClass:"ls-is-cached",iframeLoadMode:0,srcAttr:"data-src",srcsetAttr:"data-srcset",sizesAttr:"data-sizes",minSize:40,customMedia:{},init:!0,expFactor:1.5,hFac:.8,loadMode:2,loadHidden:!0,ricTimeout:0,throttleDelay:125};for(e in i=t.lazySizesConfig||t.lazysizesConfig||{},n)e in i||(i[e]=n[e])}(),!e||!e.getElementsByClassName)return{init:function(){},cfg:i,noSupport:!0};var o=e.documentElement,s=t.HTMLPictureElement,a=t.addEventListener.bind(t),u=t.setTimeout,c=t.requestAnimationFrame||u,l=t.requestIdleCallback,h=/^picture$/i,f=["load","error","lazyincluded","_lazyloaded"],d={},p=Array.prototype.forEach,g=function(t,e){return d[e]||(d[e]=new RegExp("(\\s|^)"+e+"(\\s|$)")),d[e].test(t.getAttribute("class")||"")&&d[e]},m=function(t,e){g(t,e)||t.setAttribute("class",(t.getAttribute("class")||"").trim()+" "+e)},y=function(t,e){var n;(n=g(t,e))&&t.setAttribute("class",(t.getAttribute("class")||"").replace(n," "))},v=function(t,e,n){var r=n?"addEventListener":"removeEventListener";n&&v(t,e),f.forEach((function(n){t[r](n,e)}))},b=function(t,n,i,o,s){var a=e.createEvent("Event");return i||(i={}),i.instance=r,a.initEvent(n,!o,!s),a.detail=i,t.dispatchEvent(a),a},w=function(e,n){var r;!s&&(r=t.picturefill||i.pf)?(n&&n.src&&!e.getAttribute("srcset")&&e.setAttribute("srcset",n.src),r({reevaluate:!0,elements:[e]})):n&&n.src&&(e.src=n.src)},_=function(t,e){return(getComputedStyle(t,null)||{})[e]},x=function(t,e,n){for(n=n||t.offsetWidth;n0)&&"visible"!=_(i,"overflow")&&(r=i.getBoundingClientRect(),s=z>r.left&&Fr.top-1&&H500&&o.clientWidth>500?500:370:i.expand,r._defEx=d,p=d*i.expFactor,g=i.hFac,U=null,W2&&D>2&&!e.hidden?(W=p,X=0):W=D>1&&X>1&&Q<6?d:0),f!==c&&($=innerWidth+c*g,M=innerHeight+c,l=-1*c,f=c),s=m[n].getBoundingClientRect(),(B=s.bottom)>=l&&(H=s.top)<=M&&(z=s.right)>=l*g&&(F=s.left)<=$&&(B||z||F||H)&&(i.loadHidden||Z(m[n]))&&(R&&Q<3&&!h&&(D<3||X<4)||Y(m[n],c))){if(at(m[n]),u=!0,Q>9)break}else!u&&R&&!a&&Q<4&&X<4&&D>2&&(L[0]||i.preloadAfterLoad)&&(L[0]||!h&&(B||z||F||H||"auto"!=m[n].getAttribute(i.sizesAttr)))&&(a=L[0]||m[n]);a&&!u&&at(a)}},et=function(t){var e,r=0,o=i.throttleDelay,s=i.ricTimeout,a=function(){e=!1,r=n.now(),t()},c=l&&s>49?function(){l(a,{timeout:s}),s!==i.ricTimeout&&(s=i.ricTimeout)}:C((function(){u(a)}),!0);return function(t){var i;(t=!0===t)&&(s=33),e||(e=!0,(i=o-(n.now()-r))<0&&(i=0),t||i<9?c():u(c,i))}}(tt),nt=function(t){var e=t.target;e._lazyCache?delete e._lazyCache:(G(t),m(e,i.loadedClass),y(e,i.loadingClass),v(e,it),b(e,"lazyloaded"))},rt=C(nt),it=function(t){rt({target:t.target})},ot=function(t){var e,n=t.getAttribute(i.srcsetAttr);(e=i.customMedia[t.getAttribute("data-media")||t.getAttribute("media")])&&t.setAttribute("media",e),n&&t.setAttribute("srcset",n)},st=C((function(t,e,n,r,o){var s,a,c,l,f,d;(f=b(t,"lazybeforeunveil",e)).defaultPrevented||(r&&(n?m(t,i.autosizesClass):t.setAttribute("sizes",r)),a=t.getAttribute(i.srcsetAttr),s=t.getAttribute(i.srcAttr),o&&(l=(c=t.parentNode)&&h.test(c.nodeName||"")),d=e.firesLoad||"src"in t&&(a||s||l),f={target:t},m(t,i.loadingClass),d&&(clearTimeout(P),P=u(G,2500),v(t,it,!0)),l&&p.call(c.getElementsByTagName("source"),ot),a?t.setAttribute("srcset",a):s&&!l&&(K.test(t.nodeName)?function(t,e){var n=t.getAttribute("data-load-mode")||i.iframeLoadMode;0==n?t.contentWindow.location.replace(e):1==n&&(t.src=e)}(t,s):t.src=s),o&&(a||l)&&w(t,{src:s})),t._lazyRace&&delete t._lazyRace,y(t,i.lazyClass),S((function(){var e=t.complete&&t.naturalWidth>1;d&&!e||(e&&m(t,i.fastLoadedClass),nt(f),t._lazyCache=!0,u((function(){"_lazyCache"in t&&delete t._lazyCache}),9)),"lazy"==t.loading&&Q--}),!0)})),at=function(t){if(!t._lazyRace){var e,n=V.test(t.nodeName),r=n&&(t.getAttribute(i.sizesAttr)||t.getAttribute("sizes")),o="auto"==r;(!o&&R||!n||!t.getAttribute("src")&&!t.srcset||t.complete||g(t,i.errorClass)||!g(t,i.lazyClass))&&(e=b(t,"lazyunveilread").detail,o&&T.updateElem(t,!0,t.offsetWidth),t._lazyRace=!0,Q++,st(t,e,o,r,n))}},ut=A((function(){i.loadMode=3,et()})),ct=function(){3==i.loadMode&&(i.loadMode=2),ut()},lt=function(){R||(n.now()-q<999?u(lt,999):(R=!0,i.loadMode=3,et(),a("scroll",ct,!0)))},{_:function(){q=n.now(),r.elements=e.getElementsByClassName(i.lazyClass),L=e.getElementsByClassName(i.lazyClass+" "+i.preloadClass),a("scroll",et,!0),a("resize",et,!0),a("pageshow",(function(t){if(t.persisted){var n=e.querySelectorAll("."+i.loadingClass);n.length&&n.forEach&&c((function(){n.forEach((function(t){t.complete&&at(t)}))}))}})),t.MutationObserver?new MutationObserver(et).observe(o,{childList:!0,subtree:!0,attributes:!0}):(o.addEventListener("DOMNodeInserted",et,!0),o.addEventListener("DOMAttrModified",et,!0),setInterval(et,999)),a("hashchange",et,!0),["focus","mouseover","click","load","transitionend","animationend"].forEach((function(t){e.addEventListener(t,et,!0)})),/d$|^c/.test(e.readyState)?lt():(a("load",lt),e.addEventListener("DOMContentLoaded",et),u(lt,2e4)),r.elements.length?(tt(),S._lsFlush()):et()},checkElems:et,unveil:at,_aLSL:ct}),T=(N=C((function(t,e,n,r){var i,o,s;if(t._lazysizesWidth=r,r+="px",t.setAttribute("sizes",r),h.test(e.nodeName||""))for(o=0,s=(i=e.getElementsByTagName("source")).length;o0)&&"visible"!=_(i,"overflow")&&(r=i.getBoundingClientRect(),s=z>r.left&&Fr.top-1&&H500&&o.clientWidth>500?500:370:i.expand,r._defEx=p,d=p*i.expFactor,g=i.hFac,U=null,W2&&D>2&&!e.hidden?(W=d,X=0):W=D>1&&X>1&&Q<6?p:0),f!==c&&($=innerWidth+c*g,M=innerHeight+c,l=-1*c,f=c),s=m[n].getBoundingClientRect(),(B=s.bottom)>=l&&(H=s.top)<=M&&(z=s.right)>=l*g&&(F=s.left)<=$&&(B||z||F||H)&&(i.loadHidden||Z(m[n]))&&(R&&Q<3&&!h&&(D<3||X<4)||Y(m[n],c))){if(at(m[n]),u=!0,Q>9)break}else!u&&R&&!a&&Q<4&&X<4&&D>2&&(L[0]||i.preloadAfterLoad)&&(L[0]||!h&&(B||z||F||H||"auto"!=m[n].getAttribute(i.sizesAttr)))&&(a=L[0]||m[n]);a&&!u&&at(a)}},et=function(t){var e,r=0,o=i.throttleDelay,s=i.ricTimeout,a=function(){e=!1,r=n.now(),t()},c=l&&s>49?function(){l(a,{timeout:s}),s!==i.ricTimeout&&(s=i.ricTimeout)}:C((function(){u(a)}),!0);return function(t){var i;(t=!0===t)&&(s=33),e||(e=!0,(i=o-(n.now()-r))<0&&(i=0),t||i<9?c():u(c,i))}}(tt),nt=function(t){var e=t.target;e._lazyCache?delete e._lazyCache:(G(t),m(e,i.loadedClass),y(e,i.loadingClass),v(e,it),b(e,"lazyloaded"))},rt=C(nt),it=function(t){rt({target:t.target})},ot=function(t){var e,n=t.getAttribute(i.srcsetAttr);(e=i.customMedia[t.getAttribute("data-media")||t.getAttribute("media")])&&t.setAttribute("media",e),n&&t.setAttribute("srcset",n)},st=C((function(t,e,n,r,o){var s,a,c,l,f,p;(f=b(t,"lazybeforeunveil",e)).defaultPrevented||(r&&(n?m(t,i.autosizesClass):t.setAttribute("sizes",r)),a=t.getAttribute(i.srcsetAttr),s=t.getAttribute(i.srcAttr),o&&(l=(c=t.parentNode)&&h.test(c.nodeName||"")),p=e.firesLoad||"src"in t&&(a||s||l),f={target:t},m(t,i.loadingClass),p&&(clearTimeout(P),P=u(G,2500),v(t,it,!0)),l&&d.call(c.getElementsByTagName("source"),ot),a?t.setAttribute("srcset",a):s&&!l&&(K.test(t.nodeName)?function(t,e){var n=t.getAttribute("data-load-mode")||i.iframeLoadMode;0==n?t.contentWindow.location.replace(e):1==n&&(t.src=e)}(t,s):t.src=s),o&&(a||l)&&w(t,{src:s})),t._lazyRace&&delete t._lazyRace,y(t,i.lazyClass),S((function(){var e=t.complete&&t.naturalWidth>1;p&&!e||(e&&m(t,i.fastLoadedClass),nt(f),t._lazyCache=!0,u((function(){"_lazyCache"in t&&delete t._lazyCache}),9)),"lazy"==t.loading&&Q--}),!0)})),at=function(t){if(!t._lazyRace){var e,n=V.test(t.nodeName),r=n&&(t.getAttribute(i.sizesAttr)||t.getAttribute("sizes")),o="auto"==r;(!o&&R||!n||!t.getAttribute("src")&&!t.srcset||t.complete||g(t,i.errorClass)||!g(t,i.lazyClass))&&(e=b(t,"lazyunveilread").detail,o&&T.updateElem(t,!0,t.offsetWidth),t._lazyRace=!0,Q++,st(t,e,o,r,n))}},ut=A((function(){i.loadMode=3,et()})),ct=function(){3==i.loadMode&&(i.loadMode=2),ut()},lt=function(){R||(n.now()-q<999?u(lt,999):(R=!0,i.loadMode=3,et(),a("scroll",ct,!0)))},{_:function(){q=n.now(),r.elements=e.getElementsByClassName(i.lazyClass),L=e.getElementsByClassName(i.lazyClass+" "+i.preloadClass),a("scroll",et,!0),a("resize",et,!0),a("pageshow",(function(t){if(t.persisted){var n=e.querySelectorAll("."+i.loadingClass);n.length&&n.forEach&&c((function(){n.forEach((function(t){t.complete&&at(t)}))}))}})),t.MutationObserver?new MutationObserver(et).observe(o,{childList:!0,subtree:!0,attributes:!0}):(o.addEventListener("DOMNodeInserted",et,!0),o.addEventListener("DOMAttrModified",et,!0),setInterval(et,999)),a("hashchange",et,!0),["focus","mouseover","click","load","transitionend","animationend"].forEach((function(t){e.addEventListener(t,et,!0)})),/d$|^c/.test(e.readyState)?lt():(a("load",lt),e.addEventListener("DOMContentLoaded",et),u(lt,2e4)),r.elements.length?(tt(),S._lsFlush()):et()},checkElems:et,unveil:at,_aLSL:ct}),T=(N=C((function(t,e,n,r){var i,o,s;if(t._lazysizesWidth=r,r+="px",t.setAttribute("sizes",r),h.test(e.nodeName||""))for(o=0,s=(i=e.getElementsByTagName("source")).length;o0&&void 0!==arguments[0]?arguments[0]:{};this.action="function"==typeof t.action?t.action:this.defaultAction,this.target="function"==typeof t.target?t.target:this.defaultTarget,this.text="function"==typeof t.text?t.text:this.defaultText,this.container="object"===r(t.container)?t.container:document.body}},{key:"listenClick",value:function(t){var e=this;this.listener=(0,a.default)(t,"click",(function(t){return e.onClick(t)}))}},{key:"onClick",value:function(t){var e=t.delegateTarget||t.currentTarget;this.clipboardAction&&(this.clipboardAction=null),this.clipboardAction=new o.default({action:this.action(e),target:this.target(e),text:this.text(e),container:this.container,trigger:e,emitter:this})}},{key:"defaultAction",value:function(t){return l("action",t)}},{key:"defaultTarget",value:function(t){var e=l("target",t);if(e)return document.querySelector(e)}},{key:"defaultText",value:function(t){return l("text",t)}},{key:"destroy",value:function(){this.listener.destroy(),this.clipboardAction&&(this.clipboardAction.destroy(),this.clipboardAction=null)}}],[{key:"isSupported",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["copy","cut"],e="string"==typeof t?[t]:t,n=!!document.queryCommandSupported;return e.forEach((function(t){n=n&&!!document.queryCommandSupported(t)})),n}}]),e}(s.default);function l(t,e){var n="data-clipboard-"+t;if(e.hasAttribute(n))return e.getAttribute(n)}t.exports=c},function(t,e,n){"use strict";var r,i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o=function(){function t(t,e){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};this.action=t.action,this.container=t.container,this.emitter=t.emitter,this.target=t.target,this.text=t.text,this.trigger=t.trigger,this.selectedText=""}},{key:"initSelection",value:function(){this.text?this.selectFake():this.target&&this.selectTarget()}},{key:"selectFake",value:function(){var t=this,e="rtl"==document.documentElement.getAttribute("dir");this.removeFake(),this.fakeHandlerCallback=function(){return t.removeFake()},this.fakeHandler=this.container.addEventListener("click",this.fakeHandlerCallback)||!0,this.fakeElem=document.createElement("textarea"),this.fakeElem.style.fontSize="12pt",this.fakeElem.style.border="0",this.fakeElem.style.padding="0",this.fakeElem.style.margin="0",this.fakeElem.style.position="absolute",this.fakeElem.style[e?"right":"left"]="-9999px";var n=window.pageYOffset||document.documentElement.scrollTop;this.fakeElem.style.top=n+"px",this.fakeElem.setAttribute("readonly",""),this.fakeElem.value=this.text,this.container.appendChild(this.fakeElem),this.selectedText=(0,a.default)(this.fakeElem),this.copyText()}},{key:"removeFake",value:function(){this.fakeHandler&&(this.container.removeEventListener("click",this.fakeHandlerCallback),this.fakeHandler=null,this.fakeHandlerCallback=null),this.fakeElem&&(this.container.removeChild(this.fakeElem),this.fakeElem=null)}},{key:"selectTarget",value:function(){this.selectedText=(0,a.default)(this.target),this.copyText()}},{key:"copyText",value:function(){var t=void 0;try{t=document.execCommand(this.action)}catch(e){t=!1}this.handleResult(t)}},{key:"handleResult",value:function(t){this.emitter.emit(t?"success":"error",{action:this.action,text:this.selectedText,trigger:this.trigger,clearSelection:this.clearSelection.bind(this)})}},{key:"clearSelection",value:function(){this.trigger&&this.trigger.focus(),window.getSelection().removeAllRanges()}},{key:"destroy",value:function(){this.removeFake()}},{key:"action",set:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"copy";if(this._action=t,"copy"!==this._action&&"cut"!==this._action)throw new Error('Invalid "action" value, use either "copy" or "cut"')},get:function(){return this._action}},{key:"target",set:function(t){if(void 0!==t){if(!t||"object"!==(void 0===t?"undefined":i(t))||1!==t.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===this.action&&t.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===this.action&&(t.hasAttribute("readonly")||t.hasAttribute("disabled")))throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes');this._target=t}},get:function(){return this._target}}]),t}();t.exports=u},function(t,e){t.exports=function(t){var e;if("SELECT"===t.nodeName)t.focus(),e=t.value;else if("INPUT"===t.nodeName||"TEXTAREA"===t.nodeName){var n=t.hasAttribute("readonly");n||t.setAttribute("readonly",""),t.select(),t.setSelectionRange(0,t.value.length),n||t.removeAttribute("readonly"),e=t.value}else{t.hasAttribute("contenteditable")&&t.focus();var r=window.getSelection(),i=document.createRange();i.selectNodeContents(t),r.removeAllRanges(),r.addRange(i),e=r.toString()}return e}},function(t,e){function n(){}n.prototype={on:function(t,e,n){var r=this.e||(this.e={});return(r[t]||(r[t]=[])).push({fn:e,ctx:n}),this},once:function(t,e,n){var r=this;function i(){r.off(t,i),e.apply(n,arguments)}return i._=e,this.on(t,i,n)},emit:function(t){for(var e=[].slice.call(arguments,1),n=((this.e||(this.e={}))[t]||[]).slice(),r=0,i=n.length;r";var r=document.createElement("div");r.appendChild(document.createTextNode(e)),n=n||"";var i=document.createElement("div");i.appendChild(document.createTextNode(n));var s=document.createElement("div");return s.appendChild(document.createTextNode(t)),s.innerHTML.replace(RegExp(o(r.innerHTML),"g"),e).replace(RegExp(o(i.innerHTML),"g"),n)}}},function(t,e,n){"use strict";t.exports={element:null}},function(t,e){var n=Object.prototype.hasOwnProperty,r=Object.prototype.toString;t.exports=function(t,e,i){if("[object Function]"!==r.call(e))throw new TypeError("iterator must be a function");var o=t.length;if(o===+o)for(var s=0;s was loaded but did not call our provided callback"),JSONPScriptError:o("JSONPScriptError","